Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I'm new to perl

Status
Not open for further replies.

min23476

Programmer
May 10, 2007
1
IT
hi,
i've writing a script shell in unix to automate a data conversion in oracle, it consist in many step:
- step1 : execute many files sql to delete temporany tables
- step 2: execute sqlldr to load data in tables
- step 3: execute many files sql to update, insert data in definitive tables
-step 4 : execute report to control a correction of steps
the script shell has a logic sequence to follow.
our client are migrate to windows and linux plattform, so i must do the same job in perl, but i'm new to that field, can someone give me help. thank you very much.
 
Personally I would recommend a 'teach yourself Perl' book, such as "Learning Perl" (better known as the Llama book). Then post any specific questions that may arise.

I hope that helps.

Mike
 
You should be able to get help. But what you have posted is the broad outline of a program, not the code you are having problems with. You need to post code, but not a whole script unlss it is very short, explain the problems you are having in detail, and then see if someone can help.

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top