Re: convertion bash script to perl

2003-07-09 Thread Paul Archer
Sorry, nope. The thing is that shell scripts are essentially shell commands for control, and external commands for everything else. OTOH, manually rewriting a shell script in Perl is going to give you lots of experience in Perl. 8-) My best advice: take a deep breath and dive in. Paul 5:59am, th

Re: convertion bash script to perl

2003-07-09 Thread David Storrs
On Wed, Jul 09, 2003 at 05:59:47AM -0700, thyagarajan k wrote: > Hello friends, > > i am quite new to perl and currently i have a > requirement like to re-write the script written in > unix bash shell to perl. I would like to know is > there any convertion tools available so that i can > convert

RE: convertion bash script to perl

2003-07-09 Thread Gupta, Sharad
perldoc -q "How can i convert my shell script to perl" -Sharad -Original Message- From: thyagarajan k [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 6:00 AM To: [EMAIL PROTECTED] Subject: convertion bash script to perl Hello friends, i am quite new to perl and c

convertion bash script to perl

2003-07-09 Thread thyagarajan k
Hello friends, i am quite new to perl and currently i have a requirement like to re-write the script written in unix bash shell to perl. I would like to know is there any convertion tools available so that i can convert my shell script to perl script. rgds thyag