cgi-prototype-users@lists.sourceforge.net
Discussion:
[cgi-prototype-users] primer message
Terrence Brannon
2005-04-03 11:52:20 UTC
Permalink
package Message::Primer;
use CGI::Prototype;
__PACKAGE__->reflect->activate;
1;
# Welcome!
Randal L. Schwartz
2005-04-03 14:56:50 UTC
Permalink
Post by Terrence Brannon
package Message::Primer;
use CGI::Prototype;
__PACKAGE__->reflect->activate;
Ugh. That should be __PACKAGE__->activate. activate is protocol,
not meta-protocol!
1 Reply
1 View
Permalink to this page
Disable enhanced parsing
Thread Navigation
Terrence Brannon
2005-04-03 11:52:20 UTC
Randal L. Schwartz
2005-04-03 14:56:50 UTC
Loading...