Hello everybody!
What I want to do:
I want to set an at exactly 24 hours after a given $timestamp from a Perl Script.
My problem is:
Every time I look the manual or a tutorial, the command redirect us to a shell which will record te command we want to executeSince the data I want to insert in ($link to file, $timestamp ...) are dynamic how can I set up at command directly from script? It would be great if it was with system("at -obscure -guru -options -t $dateline command");
EDIT: From CRON we are talking now about at which seems more appropriate to the problem thanks inna