Thread too many arguements (10 answers)
Opened by fraggs at 2006-10-23 12:32

renee
 2006-10-23 13:29
#71075 #71075
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Die Sub hat wohl Prototypen! Da musst Du schauen was Du übergeben musst/darfst...

Schau Dir mal das an:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

use strict;
use warnings;

sub test($$){
print shift;
}

test('hallo','welt','test');
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 too many arguements