Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: img function in CGI.pm

by Anonyrnous Monk (Hermit)
on Feb 09, 2011 at 17:01 UTC ( [id://887238]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    td(img({-src=>'/css/ico/notepencil32.png', -alt=>'ahoj', -height=>'23'
    +, -width=>'23' -id=>'myid'}))
                                                                          
    +              ^
    
  2. or download this
    $ perl -wMCGI=:standard -le"print img({-src=>'/css/ico/notepencil32.pn
    +g', -alt=>'ahoj', -height=>'23', -width=>'23', -id=>'myid'})"
    <img height="23" src="/css/ico/notepencil32.png" id="myid" width="23" 
    +alt="ahoj" />
    

Log In?
Username:
Password:

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

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










    Results (56 votes). Check out past polls.