in reply to How to convert a shell script to Perl?

Step 1: learn Perl. Step 2: reverse engineer the script to figure out what it does. Step 3: write the script in Perl.

There's really no simpler way.

Originally posted as a Categorized Answer.

  • Comment on Re: how do i change the shell script to perl program