Help for this page

Select Code to Download


  1. or download this
    sub shellwords {
        package shellwords;
    ...
        }
        @words;
    }
    
  2. or download this
    --- shellwords.pl.orig  Tue May 21 10:04:07 2002
    +++ shellwords.pl       Tue May 21 11:12:45 2002
    ...
                if (s/^"(([^"\\]|\\.)*)"//) {
                    ($snippet = $1) =~ s#\\(.)#$1#g;
                }