Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Interpolating variables in a string

by dpuu (Chaplain)
on Oct 13, 2004 at 22:34 UTC ( #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? | Other CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2023-10-03 23:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?