in reply to Re: nested #if directive matching matching
in thread nested #if directive matching matching

Hi Tobyink,

your code fails if the code encounters #else

Regards,

-Prassi

  • Comment on Re^2: nested #if directive matching matching

Replies are listed 'Best First'.
Re^3: nested #if directive matching matching
by tobyink (Canon) on Jun 26, 2012 at 20:05 UTC

    No it doesn't. I just neglected to post my version of $start and $stop.

    perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'