![]() |
|
XP is just a number | |
PerlMonks |
Perl and your environmentby P0w3rK!d (Pilgrim) |
on Jul 24, 2001 at 21:35 UTC ( #99419=perlquestion: print w/replies, xml ) | Need Help?? |
P0w3rK!d has asked for the wisdom of the Perl Monks concerning the following question:
I have 2 variables as follows: <CODE> $TESTVAL = "~" & `echo ${USER}` & "/foo"; How do I get $TESTVAL = ~chris/foo ? I've tried eval, etc. w/o luck Thanks... :)
Back to
Seekers of Perl Wisdom
|
|