Help for this page

Select Code to Download


  1. or download this
    print $stuff[0][2], "\n"; # prints three
    print $stuff[3][1], "\n"; # prints random
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    );
    
    print Dumper \@stuff;