- or download this
open DEBUG, ">", "debug.txt";
print DEBUG "Begin: Debug " . strftime( '%m-%d-%Y %H:%M:%S', localtim
+e() ) . "\n";
- or download this
my $ok;
use Archive::Zip;
...
{
print DEBUG "End: Populating product names." . strftime( '%m-%
+d-%Y %H:%M:%S', localtime() ) ."\n";
}
- or download this
if ($debug)
{
...
print DEBUG "Starting window loop " . strftime( '%m-%d-%Y %H:%M:%S
+', localtime() ) . "\n";
}
$app->MainLoop;