Help for this page

Select Code to Download


  1. or download this
     if ($file =~ //) {
       $mapattach = undef;
     }
    
  2. or download this
    # parse the config file
    while (<FILE>) {
    ...
      $CONFIG_PARAMS{$params[0]}=$params[1];
    
    }
    
  3. or download this
    my $mapattach;
    # add () inside // to capture match
    ...
    } else {
      $mapattach = $CONFIG_PARAMS->{$1};
    }