Help for this page
#!/usr/local/bin/perl chomp($_=$ARGV[0]); system `echo $_ > /tmp/gerbil.txt`; exit;
/try.pl a|b|c|d bash: b: command not found bash: c: command not found bash: d: command not found