Help for this page

Select Code to Download


  1. or download this
    do_stuff();
    { no strict 'refs';
        printf "%s=%d\n", $_, &{"DBI::$_"};
    }
    do_more_stuff();