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 / GetPassURL.al < prev    next >
Encoding:
Text File  |  2002-11-07  |  395 b   |  13 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 257 "blib\lib\Win32\ASP\Extras.pm (autosplit into blib\lib\auto\Win32\ASP\Extras\GetPassURL.al)"
  7. sub GetPassURL {
  8.   return $main::Request->QueryString('passurl')->item;
  9. }
  10.  
  11. # end of Win32::ASP::Extras::GetPassURL
  12. 1;
  13.