in reply to (OT) Help with running a Perl script from Python

This is purely a Python question.

Have you looked at the problematic line? Have you compared it with the previous line? What is the problematic line supposed to do? What is the previous line supposed to do?

  • Comment on Re: (OT) Help with running a Perl script from Python

Replies are listed 'Best First'.
Re^2: (OT) Help with running a Perl script from Python
by always_coys (Novice) on Dec 06, 2020 at 09:47 UTC
    Hi, the problematic line simply refers to the location where my Hello World program in Perl is located. Thanks.

      The originally posted code:

      perl = "C:\\Perl64\\bin\\perl.exe" perl_script "C:\\vub_work\\py_learn\\hello.pl"

      In the
          perl = "C:\\Perl64\\bin\\perl.exe"
      statement, why is the quoted string assigned to the perl variable, and in
          perl_script "C:\\vub_work\\py_learn\\hello.pl"
      why is the quoted string not assigned to the perl_script variable?


      Give a man a fish:  <%-{-{-{-<