#!/usr/bin/perl use CGI qw/link/; $cgi = new CGI; print $cgi->link({rel=>'stylesheet', href=>'http://www.capricorn.com/s2.css'});