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

Re: (Fixed) Re: unGodly problems with pop()

by dragonchild (Archbishop)
on Jul 13, 2001 at 16:23 UTC ( [id://96362]=note: print w/replies, xml ) Need Help??


in reply to (Fixed) Re: unGodly problems with pop()
in thread unGodly problems with pop()

This is a bit of a quibble, but don't use chop to get rid of newlines like \r and \n. Use chomp instead. It'll only get rid of newlines at the end, not the last character. So, you can safely chomp anything without verifying that it indeed does have newlines at the end.
  • Comment on Re: (Fixed) Re: unGodly problems with pop()

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-18 01:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found