Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Text strangeness after using SMB to get a file

by ghenry (Vicar)
on Sep 10, 2005 at 14:27 UTC ( [id://490898]=note: print w/replies, xml ) Need Help??


in reply to Re: Text strangeness after using SMB to get a file
in thread Text strangeness after using SMB to get a file

Or you could just use:

perl -i.bak -pe 's/\r\n/\n/' *

Walking the road to enlightenment... I found a penguin and a camel on the way.....
Fancy a yourname@perl.me.uk? Just ask!!!

Replies are listed 'Best First'.
Re^3: Text strangeness after using SMB to get a file
by jimbus (Friar) on Sep 11, 2005 at 02:41 UTC

    So instead of:

    chomp($csvLine);

    I could do:

    $csvLine =~ s/\r\n//;

    ?

    Never moon a werewolf!

      If you know it's always in DOS format.

      Walking the road to enlightenment... I found a penguin and a camel on the way.....
      Fancy a yourname@perl.me.uk? Just ask!!!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://490898]
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-04-25 06:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found