in reply to Re^2: (OT) Help with running a Perl script from Python
in thread (OT) Help with running a Perl script from Python
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: <%-{-{-{-<
|
|---|