in reply to Weird compilation success
Because when I use my own new method without Class::MethodMaker,though I get subroutine redefined warnings, I get 'Perl Sybtax ok' message.use Class::MethodMaker 'new_with_init' => "new" , 'new_hash_init' => "_hash_init" , 'get_set' => [ qw(method1 ) ];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Weird compilation success
by Anonymous Monk on May 27, 2009 at 13:35 UTC |