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

Hi, the problematic line simply refers to the location where my Hello World program in Perl is located. Thanks.
  • Comment on Re^2: (OT) Help with running a Perl script from Python

Replies are listed 'Best First'.
Re^3: (OT) Help with running a Perl script from Python
by AnomalousMonk (Archbishop) on Dec 06, 2020 at 10:03 UTC

    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:  <%-{-{-{-<