Help for this page

Select Code to Download


  1. or download this
    #!/tool/bin/perl -w
    use strict;
    ...
    close(TEST_FILE);
    
    printf("matched $match\n");
    
  2. or download this
    /foo/bar/baz/bat
    
  3. or download this
        if ($_ =~ /\/(.+)?$/)