Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: simple file question, extra spaces, win32

by rkg (Hermit)
on Dec 29, 2003 at 19:13 UTC ( #317510=note: print w/replies, xml ) Need Help??


in reply to simple file question, extra spaces, win32

ugly but seems to work
my @rows = map {chomp; s/[\x7F-\xFF]//g; s/[\x00-\x1F]//g; $_} read_f +ile($file);

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2023-05-28 03:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?