Help for this page

Select Code to Download


  1. or download this
    %defaults = map {(/(.*?)=(.*)/)} @ARGV;
    
  2. or download this
    $line = 'foo=moo sho=clue\ woo\=moo';
    @pairs = split(/(?<!\\)\s/, $line);