Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh
    echo "This is shell"
    ...
    print "This is Perl\n";
    print "ARGV:".join(':',@ARGV)."\n";
    print "SPECIAL_VAR: $ENV{SPECIAL_VAR}\n";
    
  2. or download this
    sample -multi "hello there" -single one