2012-11-21T14:31:46 bianca2012-11-21T14:29:52 Student87 Code (perl): (dl ) perl -e '$blub="a b c"; @blub=split(/" "/,$blub); foreach(@blub) {$c++; print "$c $_\n"}' produziert bei mir 1 a b c Ist aber auch wie gesagt Perl 8.8 ... ? Wohl eher 5.8.8, oder? Bei mir mit Strawberry 5.10.1 das hier: QuoteCan't find string terminator "'" anywhere before EOF at -e line 1.
2012-11-21T14:29:52 Student87 Code (perl): (dl ) perl -e '$blub="a b c"; @blub=split(/" "/,$blub); foreach(@blub) {$c++; print "$c $_\n"}' produziert bei mir 1 a b c Ist aber auch wie gesagt Perl 8.8 ... ?
perl -e '$blub="a b c"; @blub=split(/" "/,$blub); foreach(@blub) {$c++; print "$c $_\n"}'
QuoteCan't find string terminator "'" anywhere before EOF at -e line 1.