In order to use a shell script with perl, you can either use backticks to issue the command, or use the system command.
However, the first question would be 'why?', as normally Perl is capable of anything that can be done in a normal shell script.
In reply to Re: Shell script with PERL
by space_monk
in thread Shell script with PERL
by kanniappan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |