Help for this page

Select Code to Download


  1. or download this
     Interprocess Communication (IPC)
       In general, don't directly access the system in code meant to be
       portable. That means, no "system", "exec", "fork", "pipe", ``, "qx/
    +/",
       "open" with a "|", nor any of the other things that makes being a p
    +erl
       hacker worth being.
    
  2. or download this
    sub auto_quote_system {
        my $line = shift;
    ...
        }
        return qq{"$cmd" @parts};
    }