Help for this page

Select Code to Download


  1. or download this
    `which perl` -x $0 $*
  2. or download this
    perl -x $0 $*
  3. or download this
    #!/bin/sh
    eval 'exec perl -S $0 ${1+"$@"}'
      if $running_under_some_shell;
    
    # regular perl code follows here
    
  4. or download this
    #!/bin/sh -- # -*- perl -*- -wT