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