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

Re^2: calling menu bar creating code from another cgi/pl code (mojo link_to)

by Anonymous Monk
on Aug 28, 2013 at 03:09 UTC ( [id://1051226]=note: print w/replies, xml ) Need Help??


in reply to Re: calling menu bar creating code from another cgi/pl code (mojo)
in thread calling menu bar creating code from another cgi/pl code

For portability (link relativity/portability) use url_for
- <a href="/annoying.js"> /annoying.js </a> + %= link_to( ( "/annoying.js" ) x 2 )

That is  link_to( "/annoying.js"  => "/annoying.js"  ), its perl after all :)

Log In?
Username:
Password:

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

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

    No recent polls found