On Sunday 04 November 2001 01:02, nafiseh saberi wrote:
> I see in many source that...use   print <<"TABLE";
> when want to work with html in cgi...
> but I dont find this syntax of print ( print <<) in any document of
> perl.. why ?????!!

This is called a "Here document".  I don't have my camel or other Perl 
references at home, so I can't give you page references.

Here documents are very handy when you have large blocks of text to print.  
There are various ways to use it that allow variable interpolation, etc.

Regards,

Troy


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to