Thread arrays in objects
(11 answers)
Opened by docsnyder at 2006-01-17 11:14
[quote=Relais,17.01.2006, 11:29]Vermutlich ist dies noch eher das gewünschte, wenn Du eine Kopie des Arrays haben willst:
$self->{array} = [ @array ];[/quote] @array ist doch schon eine kopie... Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |