Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Use of uninitialized value in pattern match (m//)

by Trimbach (Curate)
on Feb 10, 2004 at 04:15 UTC ( [id://327810]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $tmp2 = "";
    $tmp2 = $2;
    
  2. or download this
    if($tmp2 =~ m/\'/) {
       $tmp2 =~ s/\'/\\\'/g; # escape the single quotes..
    }
    
  3. or download this
    $tmp2 =~ s/'/\\'/g; # escape the single quotes..
    

Log In?
Username:
Password:

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

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

    No recent polls found