![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Include PERL script with in the unix shell script | ganapati | UNIX for Dummies Questions & Answers | 1 | 04-29-2008 09:18 AM |
| How to include RETURN KEY with Background process "&" in Shell Script | racbern | Shell Programming and Scripting | 1 | 03-11-2008 04:30 AM |
| how to include header file in b-sh script | bluemoon1 | Shell Programming and Scripting | 2 | 09-10-2007 03:45 PM |
| Include lines within a script | chiru_h | Shell Programming and Scripting | 1 | 09-22-2006 09:51 AM |
| How to include shell script in C program | mridula | High Level Programming | 5 | 07-30-2006 12:13 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Please tell me that how can we include Spreadsheet::ParseExcel module in shell script
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
This is perl module, and therefore can be used within perl script like :
Code:
#!/usr/bin/perl use Spreadsheet::ParseExcel; |
||||
| Google The UNIX and Linux Forums |