Thread Can't call method "..." without a package or obj (11 answers)
Opened by Cryog3n at 2004-12-27 22:39

format_c
 2004-12-28 01:08
#3942 #3942
User since
2003-08-04
1706 Artikel
HausmeisterIn
[Homepage] [default_avatar]
Was das geht mit param??

Dafür gibts doch eigentlich die keywords-Methode.
my @price; m/^preis(\d+)/ and $price[$1] = $q->param($_) for $q->keywords();

Gruß Alex

View full thread Can't call method "..." without a package or obj