Help for this page

Select Code to Download


  1. or download this
    #!/opt/myperl/5.16.0/bin/perl
    
  2. or download this
    #! perl
    
    # delete $ENV{...} to clean up the environment if needed
    
    exec {$0} "$0-wrapped", @ARGV;