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);