Thread häh?: ..parameterübergabe spinnt.. (3 answers)
Opened by steinwolf at 2003-09-28 13:59

jan
 2003-09-28 15:46
#57874 #57874
User since
2003-08-04
2536 Artikel
ModeratorIn
[Homepage] [default_avatar]
hast du zufällig mal strict angeschaltet?

Code: (dl )
1
2
3
4
5
6
7
8
9
use warnings;
use strict;

sub mysub($$)
{
print join("\n", @_);
}

mysub("1", "2", "3");


=>

Quote
Too many arguments for main::mysub at subtest.pl line 9, near ""3")"
Execution of subtest.pl aborted due to compilation errors.

View full thread häh?: ..parameterübergabe spinnt..