>   perldoc -f my
>   perldoc -f package
>   perldoc perlmod
>   perldoc Exporter

Also along the same lines, you can get rid of alot of the grunt work
by using the following on the unix command line (not sure about win32,
sorry ... but try anyway).

h2xs -AXn ModuleName

The result will be a fully setup package template including a basic
unit test (via Test::More), suitable for installation with `make`.

-- 
=====================
 Shaun Fryer
=====================
 http://sourcery.ca/
 ph: 416-544-9461
=====================


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to