Help for this page

Select Code to Download


  1. or download this
        foreach my $row (@$list) {
          print "$#{$row} <br>";
          .....
        }
    
  2. or download this
    
     my $dref = $@list;
     my $num = "$#{list}"
    
  3. or download this
    Can't use string ("8") as an ARRAY ref while "strict refs" in use at /
    +usr/lib/perl5/5.6.1/whiteware.pm line 109.