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 -->
#
2
(
permalink
)
08-13-2007
porter
Registered User
Join Date: Jan 2007
Posts: 2,965
Have you tried putting
Code:
#!/bin/sh
at the start of the script?
porter
View Public Profile
Find all posts by porter