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

pq
 2006-10-23 13:39
#71076 #71076
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
[quote=fraggs,23.10.2006, 10:52]die getdoku ist ne seperate subroutine ich poste sie einfach mal

Code: (dl )
1
2
3
{
    my $project=shift;
    my $BasePrj=shift;
[/quote]
das ist keine subroutine, sonden ein block. du hast es geschafft,
genau den teil wegzulassen, der für dein problem verantwortlich ist.
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread too many arguements