![]() |
|
|
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 a file handler and an array from Perl to Shell Script | pinkgladiator | Shell Programming and Scripting | 5 | 11-17-2008 11:00 PM |
| perl help on hash | aju_kup | Shell Programming and Scripting | 3 | 07-12-2008 07:53 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 arguments to a Perl script | jyoung | Shell Programming and Scripting | 4 | 12-29-2004 05:57 PM |
| Passing Hash Tables to Subroutines | mirzabhai | UNIX for Dummies Questions & Answers | 1 | 08-02-2001 05:53 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
passing a hash to another script in perl
I have a script (say script1.sh ) and I am calling a script (say script2.sh) within the script1.sh. Here in script1.sh I have a hash ( say %hash1) and i have to pass this hash to script2.sh. Basically i have to do some processing in Scirpt2.sh based on the hash(key,values). I wanted to know how can I achieve this?. Can we pass hash or use some global kind of vairable where hash in script1.sh can be referenced in script2.sh ?
Ideas are appreciated and thanks in advance Ammu |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|