Re: [PATCH] dsa.XX.rdf & dsa-long.XX.rdf

2002-11-25 Thread Gerfried Fuchs
* Josip Rodin <[EMAIL PROTECTED]> [2002-11-25 19:57]: > On Mon, Nov 25, 2002 at 04:05:53PM +0100, Gerfried Fuchs wrote: >> Uhm, you are right, was just a leftover... It was meant to be closed >> there. Changed that now. Do I need to send another diff or can you >> think around that little chang

Re: [PATCH] dsa.XX.rdf & dsa-long.XX.rdf

2002-11-25 Thread Josip Rodin
On Mon, Nov 25, 2002 at 04:05:53PM +0100, Gerfried Fuchs wrote: > >> Still, I am waiting for answers to some of the questions I raised in > >> the other PATCH mail I sent last week. > > > >> + > >> + my $content; > >> + { > >> +local $/; > >> +$content = ; > >> +seek FILE, 0, SEEK_S

Re: [PATCH] dsa.XX.rdf & dsa-long.XX.rdf

2002-11-25 Thread Gerfried Fuchs
* Josip Rodin <[EMAIL PROTECTED]> [2002-11-25 15:54]: > On Mon, Nov 25, 2002 at 03:30:16PM +0100, Gerfried Fuchs wrote: >> Still, I am waiting for answers to some of the questions I raised in >> the other PATCH mail I sent last week. > >> + >> + my $content; >> + { >> +local $/; >> +$co

Re: [PATCH] dsa.XX.rdf & dsa-long.XX.rdf

2002-11-25 Thread Josip Rodin
On Mon, Nov 25, 2002 at 03:30:16PM +0100, Gerfried Fuchs wrote: > Still, I am waiting for answers to some of the questions I raised in > the other PATCH mail I sent last week. > + > + my $content; > + { > +local $/; > +$content = ; > +seek FILE, 0, SEEK_SET; > + } > + If you do th