From: Wilbert Knol (icc@avance.com)
Date: Sat Jan 04 2003 - 00:26:09 EET
On Fri, 3 Jan 2003, M Taylor wrote:
> For portable Perl,
> $/ = \015; # CR
Try:
$/ = "\015";
Perl wants a string. If you give it an integer number, it gets
interpreted as a buffer size....
Wilbert, ZL2BSJ
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to beisqm.vboikoj@sleepcountry.ca
More majordomo info at http://vger.kernel.org/majordomo-info.html
This archive was generated by hypermail 2b30 : Sat Jan 04 2003 - 00:30:42 EET