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

Re: Failed to create a file

by Khen1950fx (Canon)
on May 06, 2011 at 03:20 UTC ( [id://903296]=note: print w/replies, xml ) Need Help??


in reply to Failed to create a file

I don't have Windows, so this is untested:);
#!perl use strict; use warnings; open STDOUT, '>', 'C:\\TEMP\\cfg' or die "Failed to create cfg"; print "Does this work?\n"; close STDOUT;

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-25 19:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found