Help for this page

Select Code to Download


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