Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: creating a file using a variable name

by azatoth (Curate)
on Jun 25, 2001 at 20:13 UTC ( [id://91327]=note: print w/replies, xml ) Need Help??


in reply to creating a file using a variable name

First, do you have adequate permissions to create files in the directory?

Second, this should work :
my $file = "Timestamp.txt"; open (FH, ">$file") or die "Could not create file : $!\n";

If it doesn't, the die function will tell you why it didn't work...

Azatoth a.k.a Captain Whiplash

Make Your Die Messages Full of Wisdom!
Get YOUR PerlMonks Stagename here!
Want to speak like a Londoner?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-20 03:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found