Thread Hash-Slice und die Ausgabe...
(19 answers)
Opened by Duff at 2008-07-23 19:02 Duff+2008-07-25 07:47:13-- Kannst Du das näher erläutern? Mir wird daran nicht klar, was Du damit meinst. Spontaner Gedanke ist: Code (perl): (dl
)
1 2 3 4 5 # adjust path to executable my $cmd = '/bin/repquota -a'; # execute command and fetch its output in @output my @output = qx~ $cmd ~; # check $? if $cmd executed successfully Gib bitte mal ein beispielhaftes Output von repquota -a mit dem man arbeiten kann. meine Beiträge: I.d.R. alle Angaben ohne Gewähr und auf Linux abgestimmt!
Die Sprache heisst Perl, nicht PERL. - Bitte Crossposts als solche kenntlich machen! |