in reply to Re: Re: Making a 'blank' xhtml page - request for comments
in thread Making a 'blank' xhtml page - request for comments

See perldata for the Perl definition of heredocs ... but I'm a little baffled since you used them in your original post.

print <<HEREDOC; ... HEREDOC

    --k.


Replies are listed 'Best First'.
Re: Re: Re: Re: Making a 'blank' xhtml page - request for comments (heredocs)
by func (Acolyte) on Apr 15, 2002 at 00:46 UTC

    I've been using heredocs for quite a while (well, for a few weeks at least), but didn't realised what they were called. It's good to know their proper term. Thanks. :)