Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Trying to learn how to build a module

by stefan k (Curate)
on Feb 02, 2001 at 19:59 UTC ( [id://56007]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package mytest;
    
  2. or download this
    sub new {
        my $class = shift;
    ...
        bless $self,$class;
        return $self;
    }
    
  3. or download this
    $dom = "skamphausen.de";   ##   May The Open Source Be With You!
    $Mail = "mail@$dom;  $Url = "http://www.$dom";
    

Log In?
Username:
Password:

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

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

    No recent polls found