Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'regex' => {
    ...
                                                            }
                         }
            };
    
  2. or download this
    #!/usr/bin/env perl
    use strict;
    ...
    {
        print "$path matched regex\n";
    }
    
  3. or download this
    re: .*/home/members/index.htm.*
    /some/fake/path/home/members/index.html matched regex