Closed borisdaeppen closed 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!
done. will be available soon with version 0.5
this also works
and is more elegant. Can be shown in the examples!