- or download this
sub info() {
my ( $nick, $reply ) = @_;
}
- or download this
#!/usr/bin/perl
use strict;
use warnings;
...
}
foobar( 1, 2 );
- or download this
Too many arguments for main::foobar at prot.pl line 11, near "2 )"
prot.pl had compilation errors.