Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: WML and Perl

by le (Friar)
on Jul 27, 2000 at 15:06 UTC ( [id://24656]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    AddType text/vnd.wap.wml .wml
    AddType image/vnd.wap.wbmp .wbmp
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    print "<p>Hello, " . $q->param("f") . " " . $q->param("l") . "!</p>\n"
    +;
    print "</card>\n";
    print "</wml>\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://24656]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2025-03-17 07:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    When you first encountered Perl, which feature amazed you the most?










    Results (54 votes). Check out past polls.