Then use the same variable to control which e-mail configuration file you're using
my $config_file_name; if ($pro_box) { $config_file_name = 'pro_box_email_list.txt'; } else { $config_file_name = 'not_pro_box_email_list.txt'; }
The rest of the code I supplied follows after this
In reply to Re^3: External Array of Emails
by Sinistral
in thread External Array of Emails
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |