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