in reply to Why won't it let me place variables in here?

Unless I much mistake, you have some quotage problems. Specifically, you need double quotes, like so:
@ARGV = ("$mail_directory/users/$table_ext/$user\@domain.com") unless @ARGV;
Double quotes interpolate variables, single quotes don't.

 
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
    Thank you! A simple truth I can carry with me forever. ; ) Sad Gurunath Maharaj ki jai!