Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Batch of improvements applied (pmdev)

by tye (Sage)
on Feb 17, 2006 at 18:52 UTC ( [id://531042]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [$fullspec]
    [ $prefix :// $suffix | $title ]
    $linkspec= "$prefix://$suffix"
    $escsuffix= $q->escape($suffix) # URL-encoded
    
  2. or download this
    ( $url ) # The most common case, uses $suffix as default title
    ( $url, $deftitle ) # Alternate default title
    ( '', $html ) # No separate URL; avoid this if possible
    ( ) # $linkspec was invalid, $q->escapeHTML("[$fullspec]") used
    
  3. or download this
    "http://lyrics.org/?song=$escsuffix"
    
  4. or download this
    ( "http://lyrics.org/?song=$escsuffix", $q->escapeHTML($linkspec) )
    

Log In?
Username:
Password:

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

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

    No recent polls found