Help for this page

Select Code to Download


  1. or download this
    while (<FILE1>) {
      do $regex_file;
      print;
    }
    
  2. or download this
    use Safe;
    use strict;
    ...
      $sandbox->reval($code);
      print;
    }