Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    foreach my $item (@$data) {
        print "item->[0]=".$item->[0]." ; item->[1]=".$item->[1]."\n";
    }
    
  2. or download this
    package bug::myitem;
    
    ...
    }
    
    1;