Help for this page

Select Code to Download


  1. or download this
    if ($check =~ $cmd) {
    print $match_1."\n";
    ...
    print $match_2."\n";
    print $cmd."\n\n";
    }
    
  2. or download this
    use Data::Dumper;
    print Dumper([ $match_1, $check, $match_2, $cmd ]) if $check eq $cmd;
    
  3. or download this
      grep jonsmith mil-dic.txt | cat -veT