
Zhris
User
Apr 14, 2011, 12:21 PM
Views: 5068
|
|
Re: [sunrise11] Need to change browser's title for one page
|
|
|
Nope not at all. I used "Content.html" as part of the example. Instead you would replace this with the bits generated by your Perl script.
#Header print get($header); #Body my $string = "hello"; my @array = split //, $string; print "$_<br />" foreach (@array); #Footer print get($footer); Chris
(This post was edited by Zhris on Apr 14, 2011, 12:22 PM)
|