hello, On Tue, Jul 11, 2006 at 02:49:23PM +0200, Simone Piccardi wrote: > Nicolas François wrote: > > > > Then, does: > > > > perl -e 'open(STDIN,"< debian/changelog") || die "error1"; > > open(P,"tail -n 40 |") || die "error2"; > > while(<P>) { } close(P); print "status: $?\n"' > > > > works too? > > Sorry for beeing late. These the results: > > [EMAIL PROTECTED]:~/Devel/packages/truelite-firewall$ perl -e 'open(STDIN,"< > debian/changelog") || die "error1"; > > open(P,"tail -n 40 |") || die "error2"; > > while(<P>) { } close(P); print "status: $?\n"' > status: 0
Still nothing wrong here Can you run: perl -d /usr/bin/dpkg-parsechangelog then enter 't' at the prompt to enable traces then enter 'c' Then can you copy the last lines? Do you use IRC? Can we plan an IRC meeting one evening or weekend? I've seen you have a jabber login. I don't have one, but I can arrange to have one. That could be another option. Kind Regards, -- Nekral