Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: Re: Re: String Manupulation

by codingchemist (Novice)
on Aug 27, 2003 at 20:25 UTC ( [id://287157]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: String Manupulation
in thread String Manupulation

it is probably a permissions problem. you don't have permission to create the logfile. to make sure this is the case try this:
open (OUTFILE, ">$logfile" ) or die "can't open file: $!\n";

that will tell you when you try to open the file for writing if you can even do that.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-04-23 10:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found