in reply to Re^6: Can I retry "use" when module load fails?
in thread Can I retry "use" when module load fail ?
All Exporter really does is make symbols available to be imported. Nothing actually happens until the useing module calls import to specify which of the available symbols it wants to import. (e.g., use POSIX 'ceil'; to import only the ceil symbol from POSIX.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Can I retry "use" when module load fails?
by exilepanda (Friar) on Apr 15, 2013 at 10:55 UTC |