Hello. I was wondering if there is a way to capture a system command into a 
perl variable. I know this is incorrect, but I basically want to do something 
like this:

$date = system("date");
print "Today is $date.";

Thanks,
Jose

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to