Levent Ozturk
Enter
Perl: CGI Print input params sub fbt_print_input_param { my(@values,$key); print "

POST params:

"; foreach $key ($cgi->param) { print "$key -> "; @values = $cgi->param($key); print join(", ",@values),"
\n"; } print "

URL params:

"; foreach $key ($cgi->url_param) { print "$key -> "; @values = $cgi->url_param($key); print join(", ",@values),"
\n"; } }
All the material listed and linked at this World Wide Web domain are strictly private property and copyrighted. © Copyright -∞-∞ Levent Ozturk. All rights reserved. Reproduction or use of any material, documents and related graphics and any other material from this World Wide Web server is strictly prohibited. Site Map