in reply to CGI::Application Question
Hope this helps,sub articles { my ($self) = @_; my $q = $self->query; # CGI query object my $n = $q->param('n'); # get article number ... # get and display the nth article }
elusion : http://matt.diephouse.com
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: CGI::Application Question
by debiandude (Scribe) on May 19, 2003 at 02:28 UTC |