Help for this page
print "Converting $tiffpath to $pspath\n"; # my $thread = async { Tiff2PS($tiffpath, $pspath) }; my $thread = threads->create (\&Tiff2PS, ($tiffpath, $pspath));