Thread fork und growisofs (12 answers)
Opened by cyborg0001 at 2011-03-31 10:30

GwenDragon
 2011-03-31 12:33
#147206 #147206
User since
2005-01-17
14567 Artikel
Admin1
[Homepage]
user image
Prüfst du das zwischen dem system und dem exit?

Code (perl): (dl )
1
2
3
system("growisofs -Z $device=$isofile >$tmpfile 2>&1");
if ($?==-1){print "Failure: $!\n";}
exit;
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread fork und growisofs