Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Unix shell versus Perl

by samizdat (Vicar)
on Feb 18, 2008 at 14:41 UTC ( [id://668563]=note: print w/replies, xml ) Need Help??


in reply to Unix shell versus Perl

Agree wholeheartedly.

My criteria for switching (assuming Perl is available) is that if a script needs any testing or branching, it gets Perled. I have no problem with twenty lines of program calls, but if I need to start using any program control more complex than &&, Perl wins.

I did have one large script (32K of ASCII including copious comments) I wrote at Sandia that was meant to be Bourne from the start, and it ended up being a really nifty system that included environment creation and program launching on the fly. In that case the reverse situation was true: Bourne shell was consistent, but the Perl version on the various boxen was not, and the systems support guy was not willing to fix all the various things that would have broken if we upgraded all Perl versions.

We had our reasons for doing it the way we did, and it worked out because this really was a system-level task set. Doing it in Perl would have been more work because we would have had to add modules to do the things that shell does naturally.

Don Wilde
"There's more than one level to any answer."

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://668563]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (7)
As of 2024-03-29 15:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found