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 282 "blib\lib\Win32\ASP\Extras.pm (autosplit into blib\lib\auto\Win32\ASP\Extras\StampPage.al)"
- sub StampPage {
- my $url = MyURL();
- return "Refresh <A HREF=\"$url\">this page</A>.";
- }
-
- 1;
- 1;
- # end of Win32::ASP::Extras::StampPage
-