![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Passing parameter from one file to shell script | Amit.Sagpariya | Shell Programming and Scripting | 7 | 10-29-2008 08:08 AM |
| Passing arguments to a shell script from file while scheduling in cron | weblogicsupport | SUN Solaris | 4 | 01-27-2008 11:16 PM |
| Need help passing variables in shell script to perl one-liner | Xek | Shell Programming and Scripting | 1 | 01-15-2008 03:12 PM |
| Passing value from shell script to .pls file | dreams5617 | Shell Programming and Scripting | 4 | 11-30-2004 07:16 PM |
| shell script signal handler | jalburger | Shell Programming and Scripting | 2 | 12-04-2002 05:10 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Passing a file handler and an array from Perl to Shell Script
Hi there,
I am trying to call a shell script from a Perl script. here is the code: @args = ("sh", "someshellprg.sh", "a file handler", "an array"); system(@args) == 0 or die "system @args failed: $?"; in the shell program, I examine if the arguments exits using: if [ $# -ne 2 ] then echo "missing input" exit 1 fi the script returns "missing input", any ideas? Thanks in advance. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|