The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
How to Run a shell script from Perl script in Parent shell?
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
How to Run a shell script from Perl script in Parent shell?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
08-13-2007
kahuna
Registered User
Join Date: Apr 2007
Posts: 148
Try ksh instead of sh
Code:
#!/bin/ksh
kahuna
View Public Profile
Find all posts by kahuna