perl script shellUnder what conditions and/or for what goals (if any!) would a shell script (csh, bash, dos-batch etc.) be more appropriate than a perl script? |
Shell scripts and perlSystem will execute the $command with @arguments and return to your script when finished. You may check $! for certain errors passed to the OS by the external ... |
How to run a shell script from a Perl program?To me, a shell script is a script that automates repetitive tasks. But that is not the ‘official’ definition. Wikipedia has this definition… |
Shell Script Language – Use Perl, Not Bash » LindeskShell’s What is a shell? “The shell is both a command language and a programming language that provides an interface to the UNIX operating system” - S. R. Bourne |
UNIX, Shell Scripting and Perl IntroductionThe Perl Shell (psh) is a command line environment that can be used as the user's ... Shell combines aspects of bash (and other Unix shells) with the power of Perl scripting. |
perl Shell - Wikipedia, the free encyclopediaA Linux shell script can be a powerful tool - this articles looks at examples of a few of the scripting languages that are available to the programmer. |