Re: Using perl variable in command line



On Thu, Feb 21, 2008 at 10:35 AM, Yoyoyo Yoyoyoyo <oasisbhrnw@xxxxxxxxx> wrote:
But the commands do still run in the command line, is there anyway to throw
a perl variable in there?

Yes. You did it correctly. Look at the code I posted.
my $y = `echo $x`;
.