Help for this page

Select Code to Download


  1. or download this
    my ($match) = $string =~ /$regex/;
    
  2. or download this
    perl -ne '/$regex/, $SUM += $1; END { print $SUM }' file.txt