can't find docs on ''

2002-02-19 Thread Nikola Janceski

I am looking for the documentation on the  operator in the context of the
following:

print END;
Some pre-formatted text.
END

Not in the sense of bitwise shift operator. I have tried searching on
perldoc.com for  and  but no cigar. Any ideas were the docs are on
this thing in this context?


Nikola Janceski

I have great faith in fools; My friends call it self-confidence.
-- Edgar Allen Poe 




The views and opinions expressed in this email message are the sender's
own, and do not necessarily represent the views and opinions of Summit
Systems Inc.


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




Re: can't find docs on ''

2002-02-19 Thread Peter Scott

At 02:08 PM 2/19/02 -0500, Nikola Janceski wrote:
I am looking for the documentation on the  operator in the context of the
following:

print END;
Some pre-formatted text.
END

perldata, end of the section on Scalar value Constructors.

It could be easier to find.  I keep expecting to find it in perlop under 
Quote and Quote-like Operators.  What do others think?

--
Peter Scott
Pacific Systems Design Technologies
http://www.perldebugged.com


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