Shawn H Corey wrote:
> #!/usr/bin/perl
>
> use strict;
> use warnings;
>
> use CGI;
> print CGI->a( {-href=>'http://www.example.com/'}, 'Linktext' ), "\n";
> I'll try this one, because actualy I get an error in the interpunction of the phrase. In addition this method have no problems with rewritten urls, modified using the mod_rewrite for apache. Regards, Ruprecht Helms -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
