Florian Weps <[EMAIL PROTECTED]> a tapoté : > On Fri, Apr 11, 2003 at 05:58:04PM +0200, Mathieu Roy wrote: > > Florian Weps <[EMAIL PROTECTED]> a tapoté : > > > > > Hi Mathieu > > > > > > I finally got around to testing your package. Sorry for the delay! > > > > > > A couple of things I noticed: > > > > > > * Your package should depend on liblocale-gettext-perl > > > > > > * also, when I run pdbv manually, I get the following error: > > > input_record_separator is not supported on a per-handle basis at > > > /usr/bin/pdbv line 476 > > > > I know, but it works and I do not know how to avoid this error message > > to be printed out. > > You can use the variable $/ to set the input record separator. > $/ = ''; > > Even better, use IO::File instead of FileHandle - it's cleaner, and you > can set the record separator per file.
I picked your first solution. The second cost about 1MB of memory, according to my O'Reilly "Programming in perl" -- Mathieu Roy << Profile << http://savannah.gnu.org/users/yeupou << >> Homepage >> http://yeupou.coleumes.org >> << GPG Key << http://stock.coleumes.org/gpg <<
