in reply to Calling perl file from .s file

Also consult how your particular shell uses things such as the #!command_name (or, “shebang”) line.   Sometimes the first line in a file gives the system a cue as to what the file contains and how to process it.

Your question has no definite answer.   You’ll have to find out.

Replies are listed 'Best First'.
Re^2: Calling perl file from .s file
by tej (Scribe) on Oct 23, 2010 at 09:28 UTC

    You are right..This has no definite anwser..I just did some trial and error and issue is resolved. Giving correct environment variables in system command worked. Thanks