473,382 Members | 1,437 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Getting Started with Perl

Hi there,

I am new to Perl.
I am working in a data parsing project and my manager has suggested me to use Perl for it.

I am using XP operating system.

I have some basic questions
1. How to install perl on computer.
2. Do I need to download something for perl installation.
3. I do not have access to C: in my office so can I use any other drive
4. How to compile perl program in DOS.



Thanks,
Yogesh
Jun 30 '07 #1
4 1446
KevinADC
4,059 Expert 2GB
see if this link helps you:

http://www.cgi101.com/book/connect/winxp.html

you want activestate perl, the link above will provide you with details. There is no need to compile perl or perl scripts.
Jun 30 '07 #2
numberwhun
3,509 Expert Mod 2GB
I am new to Perl.
Welcome!

I am working in a data parsing project and my manager has suggested me to use Perl for it.
And that is a good suggestion given Perl's adeptness at dealing with text.

I am using XP operating system.
That's ok, I won't hold that against you since you are doing something for work.

I have some basic questions
1. How to install perl on computer.
That's pretty easy, just pay a visit to Active State and download their version of the Perl interpreter.


2. Do I need to download something for perl installation.
See question #1.

3. I do not have access to C: in my office so can I use any other drive
During the installation, I believe you have the option of installing to another location.

4. How to compile perl program in DOS.
Perl is an interpreted language. The compilation that it does is on the fly as you execute a script. On Windows, you would put your code into a text file with the extension ".pl". To execute that script, you would issue something similar to the following:

perl ./script.pl

That will call perl and have it execute the script you supplied as an option. From there, you would just need to debug as I don't know too many people who write scripts that work the first time every time.

One last note. Remember "use strict;" and "use warnings;"

Regards,

Jeff
Jun 30 '07 #3
KevinADC
4,059 Expert 2GB
were there not more replies in this thread?

edit: never mind
Jul 9 '07 #4
miller
1,089 Expert 1GB
New topic split to: Parse script skipping certain data

- MODERATOR
Jul 9 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: Miguel Manso | last post by:
Hi, list. I'm into a psicological doubt that I would like to share with you (you'll know why later on this mail). I'm a programmer with 5 year of experience into Perl. I'm on that point where...
80
by: Bibby | last post by:
Hi, I'm interested in getting started in the programming world. I've dabbled in C, C++ and VB6. Which would be the best language to focus my attention to regarding the following considerations: ...
30
by: Stuart Turner | last post by:
Hi Everyone, I'm working hard trying to get Python 'accepted' in the organisation I work for. I'm making some good in-roads. One chap sent me the text below on his views of Python. I wondered...
1
by: Charlton Wilbur | last post by:
Hi all, I'm interested in learning Javascript with an eye towards using it for client-side user interfaces for web services, and I have a couple questions. First -- In reading some of the...
3
by: asearle | last post by:
Hi everyone, I have a connection of Oracle SQL scripts which I currently run with Oracle SQL*Plus (the Oracle command-line tool). Now I would like to make these scripts more 'dynamic' and would...
2
tolkienarda
by: tolkienarda | last post by:
hi everyone i am completely new to perl. i have wamp setup on my computer and have experience with php and mysql. i was wondering is someone could point me in the right direction for installing perl...
3
by: doughboy | last post by:
I have just started learning perl. I have to write a script that will ask a persons info, ask if you want to add more records, and once it is done print all the info with a : between the fields and a...
5
by: DDragon | last post by:
Ok here is the problem i face... ive learnt enuff Perl to make more than a few things work and im also touching on javascript... and i suppose this can br for javascript as well... what im needing is...
2
by: rustyc | last post by:
Well, here's my first post in this forum (other than saying 'HI' over in the hi forum ;-) As I said over there: ... for a little side project at home, I'm writing a ham radio web site in...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.