in reply to Re: "Method is not in the class but it is there!"
in thread "Method is not in the class but it is there!"
doesn't print "Yes.....". Also,perl -I ~/cc-tmpl/lib/ -MUNIVERSAL -le 'print "Yes.....\n" if UNIVERSA +L->can("add_to_birthday_cards")'
outputs nothing.grep 'add_to_birthday_cards' /usr/lib/perl5/5.8.8/UNIVERSAL.pm -rli
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: "Method is not in the class but it is there!"
by moritz (Cardinal) on Sep 05, 2011 at 10:22 UTC | |
|
Re^3: "Method is not in the class but it is there!"
by JavaFan (Canon) on Sep 05, 2011 at 10:38 UTC | |
|
Re^3: "Method is not in the class but it is there!"
by Anonymous Monk on Sep 05, 2011 at 09:25 UTC |