Re: seek and tell

2007-11-30 Thread Beginner
On 30 Nov 2007 at 10:35, John W.Krahn wrote: > On Friday 30 November 2007 09:07, Beginner wrote: > Hello, > [ SNIP ] > > > $| = 1; > > You never print to STDOUT so that line is superfluous. > > my $in = 0; > > > > my $sRootPath = 'e:/'; > > > > my > > ($osVolName,$lVolName,$ouSerialNum,$ouMaxN

Re: seek and tell

2007-11-30 Thread John W . Krahn
On Friday 30 November 2007 09:07, Beginner wrote: > > Hi, Hello, > Can someone spot and explain what I am doing wrong. > > I have a script that should read the contents of a CD (on Win32). I > want a summary at the top of the page of what I've found. I use find > to count the files and dirs and I

Re: seek and tell

2007-11-30 Thread [EMAIL PROTECTED]
On Nov 30, 5:07 pm, [EMAIL PROTECTED] (Beginner) wrote: > Can someone spot and explain what I am doing wrong. Yes. > I have a script that should read the contents of a CD (on Win32). I > want a summary at the top of the page of what I've found. I use find > to count the files and dirs and I want