Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: Inserting a hyperlink

by davorg (Chancellor)
on Nov 22, 2006 at 11:53 UTC ( [id://585483]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $message_body = <<END_OF_BODY;
    This is a list of things to bring
    ...
    * Today's Arrangement instructions from instruction home page
        http://www.example.com/arrangement/
    END_OF_BODY
    
  2. or download this
    my $message_body = <<END_OF_BODY;
    <p>This is a list of things to bring</p>
    ...
    <li>Today's Arrangement instructions from <a href="http://www.example.
    +com/arrangement/">instruction home page</a></li>
    </ul>
    END_OF_BODY
    

Log In?
Username:
Password:

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

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

    No recent polls found