Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use URI::Escape;
    ...
                    close $pipe;
            close STDERR;
    }
    
  2. or download this
    sh: -c: line 0: syntax error near unexpected token `;;'
    sh: -c: line 0: `perl -w print "hi";'
    
  3. or download this
    print "hi";
    print "hello world\n";