Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^5: Automating execution of shell scripts

by AnomalousMonk (Archbishop)
on Sep 20, 2021 at 18:33 UTC ( [id://11136885]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Automating execution of shell scripts
in thread Automating execution of shell scripts

I guess it would be better (also faster?) if it is done in the main program and not in a subroutine ...

A highly questionable guess IMHO. Reasonable factoring of code into subroutines certainly has the benefits of increased clarity and maintainability, encapsulation, etc., as you mention. The only speed advantage of inlining might be in a case in which you are calling a relatively simple function a gazillion times in a program. In the typical case, Perl call-return overhead vanishes into the background of a script.

(And yes, please see Short, Self-Contained, Correct Example.)


Give a man a fish:  <%-{-{-{-<

Replies are listed 'Best First'.
Re^6: Automating execution of shell scripts
by wisely (Initiate) on Sep 23, 2021 at 08:57 UTC
    Hi Bill and AnomalousMonk,
    I will make sure to review this and keep it in mind for the next time I need help on some code and come back to post here.
    In any case thank you all for the help with resolving the issues with the code.
    Cheers guys!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-23 07:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found