Thread file upload (15 answers)
Opened by gast at 2010-03-15 12:00

pq
 2010-03-15 22:30
#134905 #134905
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
Guest gast
Bekomme ich folgende Fehlermeldung:CGI::Upload->AUTOLOAD : Unsupported object method within module - cgi_error ??

hui, kannst du mal checken, welche verrsion von CGI.pm du auf dem system hast? CGI::Upload benutzt per default CGI.pm, und cgi_error gibt es ab version 2.47, und die ist von 1999
http://cpansearch.perl.org/src/LDS/CGI.pm-3.49/Cha...
Code (perl): (dl )
1
2
use CGI;
print CGI->VERSION;
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 file upload