Gossamer Forum
Home : General : Perl Programming :

Re: [Paul] # as an ordinary character not a symbol of comment

Quote Reply
Re: [Paul] # as an ordinary character not a symbol of comment In reply to
It's Links 2.0 and the file is site_html.pl. There are templates for generated pages. It goes like this:

-cut-
[..]
sub site_html_home {

my ($output);

$output = qq~

<html>

<HEAD>

<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=iso-8859-2">

<title>$site_title</title>

</head>

<$site_body>


<!--#include virtual=menu_lewa" -->

[..]

~;

return $output;

}

-cut-

Subject Author Views Date
Thread # as an ordinary character not a symbol of comment sealdeon 7579 Jun 20, 2003, 7:07 AM
Thread Re: [sealdeon] # as an ordinary character not a symbol of comment
Paul 7378 Jun 20, 2003, 7:43 AM
Thread Re: [Paul] # as an ordinary character not a symbol of comment
sealdeon 7350 Jun 20, 2003, 7:52 AM
Thread Re: [sealdeon] # as an ordinary character not a symbol of comment
Paul 7370 Jun 20, 2003, 7:55 AM
Thread Re: [Paul] # as an ordinary character not a symbol of comment
sealdeon 7361 Jun 20, 2003, 8:07 AM
Thread Re: [sealdeon] # as an ordinary character not a symbol of comment
Paul 7363 Jun 20, 2003, 8:17 AM
Thread Re: [Paul] # as an ordinary character not a symbol of comment
sealdeon 7353 Jun 20, 2003, 8:41 AM
Thread Re: [sealdeon] # as an ordinary character not a symbol of comment
Paul 7317 Jun 20, 2003, 8:57 AM
Post Re: [Paul] # as an ordinary character not a symbol of comment
sealdeon 7309 Jun 20, 2003, 3:22 PM
Post Re: [sealdeon] # as an ordinary character not a symbol of comment
Wil 7330 Jun 20, 2003, 8:28 AM