Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Passing Parameters via hyperlink

by o2bwise (Scribe)
on Jun 26, 2013 at 22:18 UTC ( [id://1040858]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <a href= <%= url_for("foo")%><%= x=$x&y=$y> %>$x</a>
    
  2. or download this
    <%= <a href="http://foo.com/foo?x=$x&y=$y">%><%= $x %></a>
    
  3. or download this
    <tr><td><a href="http://torstore01.omc.foo.com:443/device_list?id=<%= 
    +$id %>"><%= $id %></a></td></tr>
    
  4. or download this
    % use Data::Dumper;
    % use CGI;
    ...
    % open (TEST,">$dir/device_list_test.txt");
    
    % print TEST '%input: ', Dumper(%input);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (8)
As of 2024-04-16 16:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found