system ( "crontab -l > oldcrontab ; cp oldcrontab newcrontab ; echo '*/2 * * * * mystupidPERLscript.pl' >> newcrontab ; crontab newcrontab" );