Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        $test =~ /($references)/;
        print "$1\n";
    }
    
  2. or download this
    (?^:\/unix\/path\/to\/folder\/is\/somewhere)
    (?^:\/unix\/path\/to\/folder\/is\/herewith)
    (?^:\/unix\/path\/to\/folder\/is\/here)
    /unix/path/to/folder/is/herewith
    /unix/path/to/folder/is/here
    
  3. or download this
    (?^:\/unix\/path\/to\/folder\/is\/here)
    (?^:\/unix\/path\/to\/folder\/is\/somewhere)
    (?^:\/unix\/path\/to\/folder\/is\/herewith)
    /unix/path/to/folder/is/here
    /unix/path/to/folder/is/here