On Thu, Sep 13, 2001 at 09:54:35AM -0500, Brian Wheeler wrote:
> I caught it trying to use inc_i_ic instead of inc_i in a test program I
> was running.  this patch fixes it.
> 
> Brian
> 
> 
> Index: assemble.pl
> ===================================================================
> RCS file: /home/perlcvs/parrot/assemble.pl,v
> retrieving revision 1.12
> diff -r1.12 assemble.pl
> 112c112
> <             if($op=~/$test/) {
> ---
> >             if($op=~/^$test$/) {

Unless $test is really a pattern here this is $op eq $test...

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to