Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: How can I create a file with filename as

by Pug (Monk)
on Jun 24, 2002 at 13:25 UTC ( [id://176778]=note: print w/replies, xml ) Need Help??


in reply to How can I create a file named "default.asp?11=1"?

Use open like you would for any other file.
Like this.
open WFILE, "> default.asp?11=1" or die "Can't open default:$!"; print WFILE $data; close WFILE;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://176778]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-03-29 13:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found