Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: My Script is saving a New Line Character as an Unreadable character.

by Old_Gray_Bear (Bishop)
on Feb 22, 2014 at 16:04 UTC ( [id://1075834]=note: print w/replies, xml ) Need Help??


in reply to My Script is saving a New Line Character as an Unreadable character.

Replace this line
$message_class=shift(@ARGV);
with
$message_class=shift(@ARGV); print(">>$message_class<<\n");
and see what is really in the message class you are getting from the command line.

----
I Go Back to Sleep, Now.

OGB

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-24 07:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found