Thread Von CGI.pm Methods erben (25 answers)
Opened by rosti at 2011-04-12 10:35

rosti
 2011-04-13 08:52
#147671 #147671
User since
2011-03-19
3197 Artikel
BenutzerIn
[Homepage]
user image
Moin,

Btw. can:

Code (perl): (dl )
1
2
3
4
5
6
use warnings;
use strict;
use CGI;

my $c = CGI->new;
print $c->UNIVERSAL::can('header'); # undefined


Warum?

View full thread Von CGI.pm Methods erben