Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re(3): NET::SMTP

by elbie (Curate)
on Aug 11, 2003 at 15:58 UTC ( [id://282911]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: NET::SMTP
in thread Not hard-code text with NET::SMTP ?

I suspect that staging.log is playing tricks on you, but having a blank line at the end of the file. You can always check if the contents of the current instance of $line is empty before you assign it to $newline.

Something like this:

if( $line =~ /^\s*$/ ) { $newline = "Blank line."; } else { $newline = $line; }

Or, better yet, you could play around with debug mode and step through the program as it runs.

elbieelbieelbie

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-19 17:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found