in reply to Why won't it let me place variables in here?
Double quotes interpolate variables, single quotes don't.@ARGV = ("$mail_directory/users/$table_ext/$user\@domain.com") unless @ARGV;
perl -e 'print "I love $^X$\"$]!$/"#$&V"+@( NO CARRIER'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Why won't it let me place variables in here?
by web-yogini (Novice) on Jul 13, 2001 at 11:08 UTC |