perl tk module

hi there
as a wanna be perl master:),i am trying to use tk module in perl for visual programming i have done all the things according to the perl tutorials but couldnt manage to compile my perl program to byte code.

i just want to make it work in windows without setuping perl ,i think i must compile it to byte code but i couldnt make it.i need to learn how to make it byte code (xxx.exe).
thanks for your interest

Comments

  • : hi there
    : as a wanna be perl master:),i am trying to use tk module in perl for visual programming i have done all the things according to the perl tutorials but couldnt manage to compile my perl program to byte code.
    :
    : i just want to make it work in windows without setuping perl ,i think i must compile it to byte code but i couldnt make it.i need to learn how to make it byte code (xxx.exe).
    : thanks for your interest
    :
    :

    Hi there,

    There are a couple of options but probably the best way is to download a program called Perl2Exe. This will do what you're after by taking the Perl interpreter and compiling that together with your script turning a 2k Perl script into a 500k .EXE file. But it works!

    The other way I know of is to use Perlcc. This doesn't always work tho.

    HTH
    Bradley q:)
  • thank u very much , the size of the script doesnt matter but i searched perl2exe, i couldnt find it in perl.com and org.
    can u tell me where to find?:))))):))))

    thank u a lot....
    emre:)


  • : thank u very much , the size of the script doesnt matter but i searched perl2exe, i couldnt find it in perl.com and org.
    : can u tell me where to find?:))))):))))
    :
    : thank u a lot....
    : emre:)
    :
    :

    Here it is: http://www.indigostar.com/perl2exe.htm

    :)

    Jonathan

    -------------------------------------------
    Count your downloads:
    http://www.downloadcounter.com/
    And host your site:
    http://www.incrahost.com/
    Don't say I never give you anything... ;-)

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories