in reply to Re: HTML::Mason - Getting CGI Parameters
in thread HTML::Mason - Getting CGI Parameters
Thanks! This was perfect.
Additionally, you need to preset the values of these args
in case they are not supplied:
<%args>
$user => 'nighthawk'
$knowledge => -1
</%args>
The PerlMonth tutorials are very helpful.
-- Nighthawk