Thread Systembefehl gültig ? (17 answers)
Opened by BrownWolf at 2003-09-28 00:03

Ishka
 2003-09-28 16:12
#57761 #57761
User since
2003-08-04
771 Artikel
HausmeisterIn
[Homepage] [default_avatar]
[E|B
,27.09.2003, 22:28]Vielleicht so:

Code: (dl )
1
2
$output = system("command");
print "Ungueltiger Befehl!" if $output /[falsch|nicht gefunden|not found|undefined]/i;


HTH

$output =~ /(falsch|nicht gefunden|not found|undefined)/i;

oder auch ohne Klammern, wenn du willst, aber nicht mit [ ]
und ohne =~ funktionieren RegExes nur halb so gut ;)\n\n

<!--EDIT|Ishka|1064751185-->
sub z{if(@_){1while$x[$k=rand 10];t($t=$x[$k]=1)}print map"$z[$x[$_]]$_".($_%3?
"":"\n"),1..9}sub t{$j=0;$x[$_+1]==$t&&($j+=2**$_)for 0..8;z,die"Gewinner $z[$t]
"if grep$_==($j&$_),7,56,73,84,146,273,292,448;z,die"Gleichstand\n"if@x>9&&!grep
!$_,@x}@x=4;@z=qw{. [ (};z$^T&1;while(<>){next if$_>9||$x[$_];t$t=$x[$_]=2;z 1}

View full thread Systembefehl gültig ?