Help for this page

Select Code to Download


  1. or download this
    my %hash;
    for(@ARGV)
    ...
              'lexwhere' => '\'in(\'DIS\', \'DIM\', \'DIR\')\''
            };
    (Data::Dumper is inserting those extraneous backslashes, ignore them)
    
  2. or download this
    my @vals =  $hash{lexwhere}=~/'([^'])'/;