RE: Automatic execute of script
On unix you wanna look at cron man crontab on NT you could use 'at' I think ... D > -Original Message- > From: webmaster > Sent: 28 December 2001 16:41 > To: beginners > Cc: webmaster > Subject: Automatic execute of script > > > Does anyone know how to get a script to execute at
RE: New idea..
Hi Daniel, I doubt this is the best way of doing it but :- %popusers_test = ( 'test8' => 'YES', 'vintkepop' => 'NO' ); print "[USERS]\n"; foreach $user ( sort keys %popusers_test) { print "$user =