Help for this page

Select Code to Download


  1. or download this
    use strict;
    use URI::Find;
    ...
      );
      return $val eq $found;
    }
    
  2. or download this
    sub normalize_uri {
      my $found;
    ...
      );
      return $found;
    }