Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Pattern Matching Hell.

by orbital (Scribe)
on Apr 05, 2001 at 07:49 UTC ( [id://70004]=note: print w/replies, xml ) Need Help??


in reply to Pattern Matching Hell.

If you don't mind giving up control of your values you can avoid regular expressions by using a simple test case.

if ($value eq "") { $value="whatever"; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-19 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found