If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Perl and the DBI > pearl help

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-11-06, 04:50
jagans jagans is offline
Registered User
 
Join Date: Jul 2004
Posts: 48
pearl help

hi all
i'm a very beginer to peral and i want to do it
i'd download active pearl and install it but i don't know how to start it
is it enough for starting pearl nd how i will do it ?
pls help me
thnks in advance
jagans
Reply With Quote
  #2 (permalink)  
Old 01-13-06, 14:36
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,613
Start at the Perl "galactic headquarters" and work from there. There are links to ActiveState where you can download either the fully compiled ActiveState implementation, or source code that you can edit/compile/install to your heart's content. There are also many tutorials there to help you get started.

-PatP
Reply With Quote
  #3 (permalink)  
Old 01-15-06, 21:47
senza_nome senza_nome is offline
Registered User
 
Join Date: Jun 2004
Location: Nowhere Near You
Posts: 89
Under Windows, bring up a DosBox

Start> Run> enter "cmd" or "command.com"> Ok

In the DosBox type "perl -V", if you get all sorts of stuff you've never seen before, your install is probably fine.

Now bring up Notepad or WordPad and create a text file with

print "Hello, World!\n";

in it. Save it to a directory. Go to your DosBox and cd into the directory where you save that text file. Type in

perl <filename>

If you get "Hello, World!" back, congratulations. You've run your first perl program.
Reply With Quote
  #4 (permalink)  
Old 01-16-06, 05:16
jagans jagans is offline
Registered User
 
Join Date: Jul 2004
Posts: 48
thnks

thnk u verymuch patp and senza
i will try it but neway thnks for ur reply

jagans
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On