/ 2006-08-08 23:38:28 +0900 \ Horms: > readline wrapper that really returns lines > > Net::FTP seems to set the input record separator ($\) to null > putting IO into slurp (whole file at a time, rather than line at a time) > mode.
just an observation: $\ is the _output_ record separator. input separator would be $/ . maybe that helps to track down the real bug. -- : Lars Ellenberg Tel +43-1-8178292-55 : : LINBIT Information Technologies GmbH Fax +43-1-8178292-82 : : Schoenbrunner Str. 244, A-1120 Vienna/Europe http://www.linbit.com : _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
