Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

new way to code html?

by Don Coyote (Hermit)
on Nov 20, 2012 at 23:26 UTC ( [id://1004820]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Htmlz;
    
    ...
    print 'im conducting ', Htmlz::ah;
    -------
    an experimentim  conducting1
    
  2. or download this
    package Htmlz;
    
    ...
    print 'im conducting ', Htmlz::ah;
    --------
    im conducting an experiment
    
  3. or download this
    package Htmlz;
    
    ...
    print 'im conducting ', Htmlz::ah;
    -------
    anexperimentim  conducting kerpow!
    
  4. or download this
    package Htmlz;
    
    ...
    print 'im conducting kerpow! an experiment', Htmlz::ah('p'); #pass p
    -------
    <p>im conducting kerpow! an experiment</p>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-03-30 02:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found