Re: Odd perl 5.8.0 error

2003-08-30 Thread Andrew DeFaria
Elfyn McBratney wrote: Ugh! I hate rebase things. Just feels like a kludge to me. Anyways, assuming it is rebase issue how do I fix it (what's the command (ah duh, rebase I know) and it's parameters?) Read the README carefully in /usr/doc (currently rebase-2.2.README). Particularly the part abo

Re: Odd perl 5.8.0 error

2003-08-29 Thread Elfyn McBratney
Andrew DeFaria wrote: > Gerrit P. Haase wrote: > > >Hello Andrew, > > > >>All of a sudden a Perl script of mine that has been working fine for a > >>long time stopped working. I've traced it down to the following line in > >>Perl: > > > >>my $nbr_msgs = `grep -ce "^From " "$returned_dir/$sender"`;

Re: Odd perl 5.8.0 error

2003-08-29 Thread Andrew DeFaria
Gerrit P. Haase wrote: Hello Andrew, All of a sudden a Perl script of mine that has been working fine for a long time stopped working. I've traced it down to the following line in Perl: my $nbr_msgs = `grep -ce "^From " "$returned_dir/$sender"`; Seems innocent enough right? Here's the error mes

Re: Odd perl 5.8.0 error

2003-08-29 Thread Gerrit P. Haase
Hello Andrew, > All of a sudden a Perl script of mine that has been working fine for a > long time stopped working. I've traced it down to the following line in > Perl: > my $nbr_msgs = `grep -ce "^From " "$returned_dir/$sender"`; > Seems innocent enough right? Here's the error message: > C:\Cy