if (-s "$imagefile" < 700_000_000 and -e "$imagefile") { print ''; print "\n\nISO not too big and exists. \nBurning the CDRW.\n\n" + ."\nPlease be patient, this will take a while...\n\n"; system "sudo cdrecord -v -eject dev=$device $imagefile"; + } ( $? == 0 ) ? &success($date, $time, $hostname, $logdir, $to, $from) : &failure($date, $time, $hostname, $logdir, $to, $from);