![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: WML and Perlby le (Friar) |
on Jul 27, 2000 at 15:06 UTC ( [id://24656]=note: print w/replies, xml ) | Need Help?? |
I suppose you're talking about Perl as a server scripting
language, delivering WML-pages to WAP enabled devices. Since it is just a question af MIME-types and content-types to determine what's WML and what not (and what the server serves), one just has to add the correct MIME-Type to the server conf and output pure WML. (Ok, right now, there's no CGI.pm with WAP support, but who knows?) Add these MIME-types: to your server conf. And this would be a small CGI WAP example: Update: Just saw ar0n's post, didn't know there's a CGI::WML module. Nice. (But to be honest: who needs WAP anyway?)
In Section
Seekers of Perl Wisdom
|
|