Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re4: String Manupulation

by dragonchild (Archbishop)
on Aug 27, 2003 at 17:50 UTC ( [id://287113]=note: print w/replies, xml ) Need Help??


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

Worked fine on my system. I'm running 5.6.0 on AIX. Now, a suggestion:
open(OUTFILE, ">$logfile") || die "Cannot open '$logfile' for writing: + $!\n";

That will tell you why it cannot open the file. (That's what the $! variable does.) You should always check the return value of open and similar functions.

------
We are the carpenters and bricklayers of the Information Age.

The idea is a little like C++ templates, except not quite so brain-meltingly complicated. -- TheDamian, Exegesis 6

Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.

Log In?
Username:
Password:

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

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

    No recent polls found