if ($ARGV[0] ne "") { $destdir = $ARGV[0]; } else { if (exists $ENV{'LOGS_EV'}) { $destdir = $ENV{'LOGS_EV'}; } else { colored_printout(RED,"\nERROR: Environment variable LOGS_EV not defined!"); } }