in reply to Is this a bug ?

So, do you think I should report it as an CGI.pm bug or do you have any tip for me?

Upgrade to CGI.pm 3.55

Maybe explain how this bug is a problem, preferably without the debugger

Replies are listed 'Best First'.
Re^2: Is this a bug ?
by i5513 (Pilgrim) on Jul 12, 2011 at 20:07 UTC
    In my code was:
    sub xx { my ($a,$b)=@_; # some sentences later if ($b =~ /$a/) { ... } }
    I tried to explain with my sentence:
    Please see that "r" =~ // come from "$r" =~ /$r2/ in my real program. And too if I change $r2 to "." if it is empty my program works fine.
    I had to use debugger to know what was happened ..

    chromatic had the answer !!

    Thank you very much, I will use "m//"