Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > module

Reply
Thread Tools

module

 
 
Bill Cunningham
Guest
Posts: n/a
 
      06-17-2008
I am new to perl. In fact I haven't written decent code in perl. But I
would like to write a module. And is the perldoc that comes with Perl at
cpan all you need to write in perl?

Bill


 
Reply With Quote
 
 
 
 
Jürgen Exner
Guest
Posts: n/a
 
      06-17-2008
"Bill Cunningham" <> wrote:
> I am new to perl. In fact I haven't written decent code in perl. But I
>would like to write a module.


perldoc perlmod is a good place to start reading.

>And is the perldoc that comes with Perl at
>cpan all you need to write in perl?


You don't need perldoc although it certainly comes very handy when
writing Perl code. Technically all you need is an editor to write and
the perl interpreter to run the code.
 
Reply With Quote
 
 
 
 
Bill Cunningham
Guest
Posts: n/a
 
      06-17-2008

"Jürgen Exner" <> wrote in message
news:...
>
> perldoc perlmod is a good place to start reading.
>
> You don't need perldoc although it certainly comes very handy when
> writing Perl code. Technically all you need is an editor to write and
> the perl interpreter to run the code.


What about a Perl compiler. That's the one thing I have against Perl it
runs on interpreters. Btw what is a POD ?

Bill


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: module docstring, documentation,anything? please note is the module type/object NOT some module Maric Michaud Python 0 06-24-2006 12:42 PM
Re: Http Module Problem: not all requests hit my module why? Jiong Feng ASP .Net 2 11-29-2003 05:14 PM
how does the main module notice when I change a module Marcus Schneider Python 2 08-16-2003 05:39 AM
Python-2.3b1 bugs on Windows2000 with: the new csv module, stringreplace, and the re module Daniel Ortmann Python 4 07-02-2003 03:23 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57