Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Checking if line contains a quote

by reneeb (Chaplain)
on Sep 08, 2005 at 07:51 UTC ( [id://490136]=note: print w/replies, xml ) Need Help??


in reply to Checking if line contains a quote

In this line $_extraLine1 =~ s/\,/g; is a mistake. It should be $_extraLine1 =~ s/\,//g;

Replies are listed 'Best First'.
Re^2: Checking if line contains a quote
by Anonymous Monk on Sep 08, 2005 at 14:13 UTC
    or $_extraLine1 =~ tr/,//d;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://490136]
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: (1)
As of 2024-04-25 03:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found