Help for this page

Select Code to Download


  1. or download this
    perldoc perlref
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    
    push @{$arr->{car}}, ( 4,3,2,1 );
    print Dumper $arr;