Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: taking an output in a variable

by mickeyn (Priest)
on Aug 01, 2006 at 06:16 UTC ( [id://564927]=note: print w/replies, xml ) Need Help??


in reply to taking an output in a variable

Hi there,

Your mistake is that perl interpolates $JAVA_HOME before the echo command is executed and I guess $JAVA_HOME in your code isn't defined.

Try $ENV{JAVA_HOME} to get the variable you want.

If you insist (for any reason) to use the echo command's output or need to bypass the perl interpolation, write \$JAVA_HOME.

Enjoy,
Mickey

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 12:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found