Help for this page
*Config::DBI::error_handler = eval "&$symbolic_ref"; DBI->connect($DSN, $User, $Pass, { HandleError => Config::DBI::error_handler } );
package M; ... M::x();
~/hacks/config-dbi/scripts $ perl symref.pl Undefined subroutine &main::1 called at symref.pl line 19. sub __PACKAGE__y ~/hacks/config-dbi/scripts $