Thread Arrayindex eines Elements? (5 answers)
Opened by joa at 2005-03-17 16:22

renee
 2005-03-17 16:35
#52737 #52737
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Code: (dl )
1
2
3
for(0..$#inhalt){
print $_ if($inhalt[$_] =~ /ausdruck/);
}
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Arrayindex eines Elements?