in reply to Re: Wrapper method not returning same result as calling method directly
in thread Wrapper method not returning same result as calling method directly

Who says programming isn't exciting?

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^2: Wrapper method not returning same result as calling method directly

Replies are listed 'Best First'.
Re^3: Wrapper method not returning same result as calling method directly
by stevieb (Canon) on Mar 16, 2017 at 02:52 UTC

    Don't bite.

    I asked today over on SO one of the most basic questions a C programmer could possibly ask.

    Another "do'h" moment. Take it in stride. Attempts at success show success imho.

    Now, if it were $self->suck;, I'd just stay out of it ;)