Help for this page

Select Code to Download


  1. or download this
    foreach (@{ $DBI::EXPORT_TAGS{sql_types} }) {
      my $ref = \&{"DBI::$_"};
      printf "%s=%d\n", $_, &$ref;
    }
    
  2. or download this
    There is one exception to this rule:
    
    ...
                     &$bar;
    
                 is allowed so that "goto &$AUTOLOAD" would not break unde
    +r stricture.