Perl to C convertor

Is there one out there that supports Perl/Tk ???

i am sure there is afterall there is a book written about Perl/TK

did you check your local perl mongers support group?

seeing your from ireland your local group would be:
http://may.pm.org/

wouldnt it be easier to post the issue you are having?

well, i have a Perl/TK script and I try to compile it in perl2exe using

perl2exe myscript.pl and then i run it and it doesnt work

any errors outputted?

i cant find perl2exe on my system.
im useing perl 5.8.0

yes, i get

cant locate somemodule.pm

1) make sure you have that .pm installed.
2) make sure the .pm is in your path.
3) if the .pm is not in your @INC path then add it.