Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: use CGI or die;

by why (Acolyte)
on Jan 11, 2001 at 18:26 UTC ( [id://51119]=note: print w/replies, xml ) Need Help??


in reply to (ichimunki) re: use CGI or die;
in thread use CGI or die;

Try this:
use CGI qw( glark yurp ); my $q= CGI->new(); print $q->h1( "This is not really HTML" ); print glark( { flinge=>"worz", plutch=>"erff" } ); print yurp( { huid=>"queez", urst=>"hmmph" } ); print $q->font( { crypet=>"swoom", whalk=>"47" } );
which produces
<H1>This is not really HTML</H1> <GLARK FLINGE="worz" PLUTCH="erff"> <YURP URST="hmmph" HUID="queez"> <FONT WHALK="47" CRYPET="swoom">

Replies are listed 'Best First'.
In fact, you've just used CGI.pm to generate alien HTML! ;-) (n/t)
by orkysoft (Friar) on Jan 11, 2001 at 21:13 UTC

    See! Stein is embracing and extending HTML! He's eeevil! ;-)

    (Score -1, Off-topic):
    Does anyone already have the address I_learned_to_read@hotmail.com ? It might be funny to have it.

    Or:

    They_still_use_BSD@hotmail.com :-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-18 04:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found