![]() |
|
P is for Practical | |
PerlMonks |
Re: How can I create a file namedby dwatson06 (Friar) |
on Jun 29, 2002 at 14:02 UTC ( #178236=note: print w/replies, xml ) | Need Help?? |
Is '11=1' not part of your Get?
Normally pages are created as 'pagename.(asp,pl, cgi, etc)'.
The question mark tells the page that there are parameters coming in. For this one, 11 is 1. So if you create an asp page as default.asp then call it passing ?11=1. If it's vbscript (ASP) then you can just put in tags... <%=response.write 11%> and it should print out 1.
In Section
Seekers of Perl Wisdom
|
|