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

$self->grab, really?
  • Comment on Re: Wrapper method not returning same result as calling method directly

Replies are listed 'Best First'.
Re^2: Wrapper method not returning same result as calling method directly
by nysus (Parson) on Mar 16, 2017 at 02:34 UTC

    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

      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 ;)