in reply to (tye)Re: line no. in a file
in thread line no. in a file
498c498 < $usercontext = '($@, $!, $^E, $,, $/, $\, $^W) = @saved;' . --- > $usercontext = '($@, $!, $^E, $,, $/, $\, $^W, $.) = @saved;' . 546c546 < $usercontext = '($@, $!, $^E, $,, $/, $\, $^W) = @saved;' . --- > $usercontext = '($@, $!, $^E, $,, $/, $\, $^W, $.) = @saved;' +. 1434c1434 < ($@, $!, $^E, $,, $/, $\, $^W) = @saved; --- > ($@, $!, $^E, $,, $/, $\, $^W, $.) = @saved; 1496c1496 < @saved = ($@, $!, $^E, $,, $/, $\, $^W); --- > @saved = ($@, $!, $^E, $,, $/, $\, $^W, $.); 1516a1517 > local $saved[-1]; # Preserve the old value of $.
Can't say it's pretty, but no more ugly than before. I think I'll go check to make sure it hasn't already been fixed in a later version.
Update:Thanks to Dominus to doing what I was going to check this morning. I was just too tired to check last night.
More update: I would suggest getting the 1.07 version of perl5db.pl from www.perl.com 5.7.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 2: (tye)Re: line no. in a file
by tilly (Archbishop) on Dec 29, 2000 at 16:36 UTC |