Thread system Aufruf mit Perl in Array speichern (12 answers)
Opened by krusty at 2007-01-12 10:59

bloonix
 2007-01-12 11:39
#73140 #73140
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
Code: (dl )
1
2
my @test = qx'fgrep "(22.5.1983)" /test/old/* -l';
print "Debug: ",@test,"\n";


Wenn du den Schalter -w benutzt, dann brauchst du kein "use warnings;".\n\n

<!--EDIT|opi|1168594894-->
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.

View full thread system Aufruf mit Perl in Array speichern