[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Re: Use the proper syntax, Luke



At 12:20 +1000 17-07-97, Alex Satrapa wrote:
>
>	#!perl -w
>	use strict;
>	use English;
>
>	# Rest of CGI handler goes here.
>
>	$OUTPUT_FIELD_SEPARATOR = "\t";
>	$OUTPUT_RECORD_SEPARATOR = "\n";
>
>	open FILE, ">>classifieds.data";
[...]
>(I just *know* there's a mistake in here somewhere... can you point it out
>to me please :-)

YM apart from not writing that last line in the "proper syntax" of:

open FILE, ">>classifieds.data" or die "open(classifieds.data) returned: $!";

:-)

# Terje Bless                 <URL:mailto:link@tss.no>
# Resident BOFH               <URL:http://www.tss.no/>
# TSS Ltd.                    <URL:phone:+4777684817>



***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch