Beefy Boxes and Bandwidth Generously Provided by pair Networks RobOMonk
Think about Loose Coupling
 
PerlMonks  

Re: Interpolating strings within strings

by amphiplex (Monk)
on Sep 29, 2004 at 12:33 UTC ( [id://395048]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Interpolating strings within strings

eval should do it, but you have to make sure that the command string gets double-quotes left and right.
an example:
my $FTPPath = "/my/ftp/path"; my $command = 'cd $FTPPath'; my $command_new = eval "\"$command\""; print "$command_new\n";

---- amphiplex

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://395048]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.