Help for this page

Select Code to Download


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