http://qs321.pair.com?node_id=353953


in reply to PAR and Tk

I compile it all with pp (no args but the filename). No errors.
Whoa, just thought of something...

Shouldn't that be: pp -MTk yourcode.pl ?

Not sure if it helps or not, but PAR does require that you specify modules used in the code. It can find module dependencies, but not the actual list of modules used/required.

Replies are listed 'Best First'.
Re: Re: PAR and Tk
by nornagon (Acolyte) on May 18, 2004 at 08:03 UTC
    "Unknown option: MTk" Apparently not... :(

    {UPDATE}: Oops, it's pp -M Tk code.pl. But it still doesn't work :(

    {UPDATE2}: Oho. pp -c dict.pl. Dadah! It works!

    Thanks for all your help!

    --
    s/rant/useful stuff/; print $_;