Help for this page

Select Code to Download


  1. or download this
    use CGI qw/Link/;
    my $q = new CGI;
    ...
        -title => 'title of my page',
        -head  => Link({-rel=>'stylesheet', -type=>'text/css', -href=>'/fo
    +o.css'}),
        });