how to run the shell script(by passing some parameters) inside the perl script?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ayyappa Akula
    New Member
    • Dec 2011
    • 1

    how to run the shell script(by passing some parameters) inside the perl script?

    hi,

    I have the shell script which requires some two parameters and the output of the shell script is to be stored in a directory and this shell script must be run or execute in the perl prog.please help me to resolve the problem

    Ayyappa
  • RonB
    Recognized Expert Contributor
    • Jun 2009
    • 589

    #2
    Have you read the documentation for the system function?

    perldoc -f system

    Comment

    Working...