in reply to Re: (jeffa) Re: Very little CGI
in thread Very little CGI
Follow that link to Ovid's web course. Take the time to read it -- it's time well invested!use strict; use warnings; use CGI qw(:standard); print header,start_html; if (param('Spedisci')) { print pre( 'nome = ', param('nome'), "\n", 'conosciuto = ', param('conosciuto'), "\n", 'distro = ', param('distro'), "\n", ); } else { print "nothing submitted!"; } print end_html;
jeffa
L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR B--B--B--B--B--B--B--B-- H---H---H---H---H---H--- (the triplet paradiddle with high-hat)
|
|---|