Menu

#71 ninitialized value Auditable #7

Web_Product
open
nobody
bug (54)
5
2001-05-19
2001-05-19
Lee Weston
No

Line 4??

my $top_of_page = $min_permissions_row .
$top_titles_row . $base_perms_row . $explanation_row .
$group_rows . $user_rows;

Certainly there are time when
$group_rows not defined
$user_rows not defined

should probabably put something like

my $group_rows = '';

etc. or even as list = ('', '', '', '')

at the procedure start.

Discussion


Log in to post a comment.