borisdaeppen / EBook--MOBI

Ebook in MOBI format with Perl
https://metacpan.org/module/EBook::MOBI
14 stars 9 forks source link

other example for debug_on() method #11

Closed borisdaeppen closed 12 years ago

borisdaeppen commented 12 years ago

this also works

$plugin->debug_on(  sub {
                        my ($package, $filename, $line) = caller;
                        print "$package\t$_[0]\n";
                    }   
                 );  

and is more elegant. Can be shown in the examples!

borisdaeppen commented 12 years ago

done. will be available soon with version 0.5