[Date Prev][Date Next][Thread Prev][Thread Next]
[Search]
[Date Index]
[Thread Index]
Re: [MacPerl] printing
Some guy named haris wrote:
>I am having trouble figuring out how to use the print until feature of the
>print function in MacPerl.
>supposedly it is supposed to work like this:
>print << "end_tag"
>.
>.
>.
>.
>end_tag
>but when I compile this, it says it cannot find the end_tag.
Don't forget the ; at the end of the first line:
print <<"end_tag";
As well, make sure that the ending tag is by itself on a line that has no space before it and a carriage return after it.
Hope this helps!
josh
Open Learning Agency
www.ola.bc.ca
-------------------------------------------------------------
Open Learning Agency
4355 Mathissi Place, Burnaby, B.C. Canada, V5G 4S8 (604) 431-3000
***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch