Help for this page

Select Code to Download


  1. or download this
        #!/usr/bin/perl5.8.1-autobox -w
    
    ...
    
        __END__
    
  2. or download this
        $ ./autobox.pl 
        It's Perl Jim, but not as we know it.
    
  3. or download this
        perl5.8.1-autobox -Mautobox="SCALAR,Print" -MPrint -e '"Just Anoth
    +er Perl Hacker"->print()'
    
  4. or download this
        my $schwartzian = [ @_ ]->map(...)->sort(...)->map(...);