Thread Inhalt eines Arrays überprüfen: Wie macht man dass???
(14 answers)
Opened by Tom at 2004-09-02 21:13
[quote=Tom,05.09.2004, 19:51]Kannst du das mal etwas genauer erklären??? Vorallem mit dem $testref...[/quote]
Code (perl): (dl
)
1 2 3 4 5 6 7 print month_as_html ($rm,$ry,$links,$rechts,$cgi_path,$images_path,$datum,\@test); . . . sub month_as_html { my ($rm,$ry,...,$testref) = @_; my @test = @$testref; Oder statt $testref einfach nur $test, und dann hinterher beim grep statt @test @$test... perlref Nachtrag: Tja, dann war ich zu spät... ;) Bitte... :)\n\n <!--EDIT|DS|1094407930--> |