Im stuck with the problem is like, i am unable to include external css files in perlCGI.
Below is the code:
Code:
#!/usr/bin/perl use CGI qw(:standard); use CGI::Carp qw(warningsToBrowser fatalsToBrowser); use strict; print header; #first method print '<link rel="stylesheet" type="text/css" href="/mycss/yes.css" />';
Leave a comment: