Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: Interpolating variables in a string

by dpuu (Chaplain)
on Oct 13, 2004 at 22:34 UTC ( [id://399037]=note: print w/replies, xml ) Need Help??


in reply to Re: Interpolating variables in a string
in thread Interpolating variables in a string

Though not if it contains an unpaired '}'.
--Dave
  • Comment on Re^2: Interpolating variables in a string

Replies are listed 'Best First'.
Re^3: Interpolating variables in a string
by borisz (Canon) on Oct 13, 2004 at 22:49 UTC
    then do it like the first poster suggest:
    ( my $newstr = $str ) =~ s/(\$\w+)/$1/eeg;
    Boris

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-24 12:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found