Using Perl

Asked by Karthik. B

Hello everybody,
I'm using ubuntu 5.10. I want to do some perl programming in ubuntu. How can i do it? Is perl available in ubuntu 5.10? If not how can i install perl? Please help...

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Ralph Janke (txwikinger) said :
#1

yes perl is available or already installed on your 5.10 system. You can try it by just typing

    perl -v

in a command line interface (i.e. terminal)

if it is not installed you can just start your packet manager (synaptic, adept, add packages ...) and search for perl there or install via commandline with

    sudo apt-get install perl5

I hope this helps.

Revision history for this message
A.K.Karthikeyan (mindaslab) said :
#2

Is there any good online perl tutorial?

Can you help with this problem?

Provide an answer of your own, or ask Karthik. B for more information if necessary.

To post a message you must log in.