Thread ein feld im array löschen (1 answers)
Opened by Annka at 2006-09-29 13:42

renee
 2006-09-29 13:57
#70404 #70404
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Ja, perldoc -f splice

Code: (dl )
perl -e 'my @array = (1..21); splice(@array,9,1); print $_,"\n" for(@array)'
\n\n

<!--EDIT|renee|1159523897-->
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 ein feld im array löschen