Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -s
    print "usage: highlights where a regexp matches in the input text
    ...
      eval("s/$re/\e[7m\$sub\e[m/$x;");
      print;
    }