in reply to will this random-text script work? how do i integrate a template?
use CGI qw( :standard ); my $q = new CGI; my $cut = $q->param('cut'); ### work with cut here
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: will this random-text script work? how do i integrate a template?
by hawthorne (Novice) on Jan 15, 2007 at 00:51 UTC |