Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Template to create modules

by guiwp (Sexton)
on Jun 14, 2016 at 15:35 UTC ( [id://1165601]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package MyModule;
    use strict;
    ...
    use diagnostics;
    use Carp;
    ...
    
  2. or download this
    package DevDaily::Time;
    require Exporter;
    ...
    our @EXPORT  = qw(get_time_suffix);   # symbols to be exported by defa
    +ult (space-separated)
    our $VERSION = 1.00;                  # version number
    ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1165601]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-25 12:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found