/[webpac2]/trunk/vhost/ecas/html.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/vhost/ecas/html.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1137 - (hide annotations)
Tue Apr 21 23:17:23 2009 UTC (15 years, 2 months ago) by dpavlin
File size: 117 byte(s)
 r1778@llin:  dpavlin | 2009-04-22 01:17:12 +0200
 enable wrap around fields for display turning link into clickable

1 dpavlin 1137 package ecas::html;
2    
3     use strict;
4     use warnings;
5    
6     sub url {
7     my ($self,$url) = @_;
8     qq{<a href="$url">$url</a>};
9     }
10    
11     1;

  ViewVC Help
Powered by ViewVC 1.1.26