Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Error/Warnings

by SparkeyG (Curate)
on Feb 24, 2001 at 01:23 UTC ( [id://60559]=note: print w/replies, xml ) Need Help??


in reply to Error/Warnings

My suggestion, such as it is, would be first to initialize your $temp var ala:
my $temp = "";

Second, I would suggest within your while loop:
while ( <> ) { $temp .= $_."\n"; }

--SparkyG UPDATE
Added <> to the while loop condition. I was just furthering someone else's errors. --SparkeyG

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://60559]
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-03-28 21:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found