module

B

Bill Cunningham

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
 
J

Jürgen Exner

Bill Cunningham said:
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.
 
B

Bill Cunningham

Jürgen Exner said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top