Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #
    ...
        print $input if ! $exclude{$input};
    }
    close $input_fh;
    
  2. or download this
    $ cat file1
    $i++;
    $ only-in file1 file2
    Nested quantifiers in regex; marked by <-- HERE in m/^$i++ <-- HERE ;
    $/ at /home/qmechix/only-in line 27.