Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Can this be a 1 line or simpler regex?

by diotalevi (Canon)
on Apr 05, 2003 at 07:35 UTC ( [id://248270]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for(qw't n r f') {
        my $r = "\\$_";
        $text =~ s/$r/$r/g;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-25 08:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found