home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / FormatURL.al < prev    next >
Encoding:
Text File  |  2002-11-07  |  430 b   |  15 lines

  1. # NOTE: Derived from blib\lib\Win32\ASP\Extras.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package Win32::ASP::Extras;
  5.  
  6. #line 157 "blib\lib\Win32\ASP\Extras.pm (autosplit into blib\lib\auto\Win32\ASP\Extras\FormatURL.al)"
  7. sub FormatURL {
  8.   my ($url, @params) = @_;
  9.  
  10.   return $main::Server->HTMLEncode(_FormatURL($url, @params));
  11. }
  12.  
  13. # end of Win32::ASP::Extras::FormatURL
  14. 1;
  15.