Help for this page

Select Code to Download


  1. or download this
    package Static::Link;
    use strict;
    use warnings;
    ...
      $link =~ tr/=/_/; # fit to your needs
      "$htdocs$link.html";
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
      # update: set to cgi again
      $Static::Link::type = 'cgi';
    }