Is anyone doing Perl and WML/wap programming?I've just started, and
can't work out how to grab data from a wml form.I have tried the post method
: -- #parse form data
read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
$postinput = $buffer;
@pairs = split(/&/, $buffer);
$postinput =~ s/&/\n
Hi
1) if the program testparam.pl is as listed immediately below
#!/usr/local/bin/perl
# testparam.pl
use CGI;
$q = new CGI;
# echo back the parameters
print $q->header;
print $q->start_html;
print $q->as_string;
print $q->end_html;
Then if your program below is called debug.pl and you ca
Greetings,
I am considering infringing on and/or participating in your
namespace and the exhortations on CPAN and common decency
suggest I should discuss this in the proper forum.
I have written a module I've been calling HTML::FormatLynx.
This inherits from HTML::FormatText and serv