in reply to Re^2: Importing modules from a par file fails.
in thread Importing modules from a par file fails.

$ perl -e " use PAR 'a.par' use Win32::GuiTest; "

You should note that use PAR 'a.par' and use Win32::GuiTest are two separate statements and should therefore be separated by a semi-colon, the omission of which is causing your syntax error.

Cheers,

JohnGG

Replies are listed 'Best First'.
Re^4: Importing modules from a par file fails.
by Anonymous Monk on Jun 02, 2012 at 03:24 UTC