March 2002 | Perl Hardware Store | 15 |
You can export anything, not just functions
Useful example: DBI puts error messages in $DBI::errstr
Maybe you wish it had a shorter name
*ERR = \$DBI::errstr;
Now you can use $ERR instead
Next | Copyright © 2002 M-J. Dominus |