Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

My first perl module

by c (Hermit)
on Dec 03, 2001 at 08:14 UTC ( [id://129032]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      # Magical export invocation.
      use Exporter;
      @ISA = 'Exporter';
      @EXPORT_OK = qw(genHeader);
    
  2. or download this
      # Body here.
      # Will fill in
    ...
        my $i = shift;
        print "<VirtualHost $i>\n";
      }
    

Log In?
Username:
Password:

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

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

    No recent polls found