home *** CD-ROM | disk | FTP | other *** search
- # NOTE: Derived from blib\lib\Win32\ASP\Extras.pm.
- # Changes made here will be lost when autosplit is run again.
- # See AutoSplit.pm.
- package Win32::ASP::Extras;
-
- #line 157 "blib\lib\Win32\ASP\Extras.pm (autosplit into blib\lib\auto\Win32\ASP\Extras\FormatURL.al)"
- sub FormatURL {
- my ($url, @params) = @_;
-
- return $main::Server->HTMLEncode(_FormatURL($url, @params));
- }
-
- # end of Win32::ASP::Extras::FormatURL
- 1;
-