Help for this page

Select Code to Download


  1. or download this
        my %setting = map /^--(.*?)=(.*)$/, @ARGV;
    
  2. or download this
        my %file = map { $_ => /^([^=-]*)$/ ) } @ARGV;
        my %switch = map { $_ => /^--([^=]*)$/ } @ARGV;