Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Having to remove \r from $ARGV[-1]

by McA (Priest)
on Nov 15, 2012 at 15:24 UTC ( [id://1004032]=note: print w/replies, xml ) Need Help??


in reply to Having to remove \r from $ARGV[-1]

Hi JPMH!

I just wrote the following script for cygwin perl:

use strict; use warnings; use Data::Dumper; print Dumper(\@ARGV);

... and called it with perl a.pl arg1 arg2. I couldn't see a \r at the end of the line. So my guess is: In your shell script where you call the perl script is a extra \r at the end of the line. Look at your editor settings there.

Best regards
McA

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-25 01:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found