Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: PAR and Tk

by flyingmoose (Priest)
on May 17, 2004 at 13:17 UTC ( [id://353953]=note: print w/replies, xml ) Need Help??


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 $_;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://353953]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-18 14:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found