Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Tattoo question

by DrHyde (Prior)
on Sep 30, 2004 at 08:58 UTC ( [id://395277]=note: print w/replies, xml ) Need Help??


in reply to Tattoo question

purely for aesthetic reasons you might want to use the /x modifier, so that you can add whitespace to the pattern and not have it change the meaning. For example, if you don't want to tat to be so wide ...
s/classes /masses/gix

Replies are listed 'Best First'.
Re^2: Tattoo question
by Anonymous Monk on Sep 30, 2004 at 11:32 UTC
    Or without the /x:
    s[classes] [masses]gi
    I myself would take a tattoo of a flying squirrel.

Log In?
Username:
Password:

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

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

    No recent polls found