Results 1 to 4 of 4

Thread: Quick question about Perl scripts

  1. #1
    kazaaman's Avatar Proud Indian
    Join Date
    Dec 2002
    Posts
    467
    I was wondering if there was a way to 'export' a perl script so that it could run on other computers without installing the perl package itself. Is this even possible? I know that perl is an interpreted language so is this only possible for languages that compile like C++? The question may sound dumb, but I'm new to Perl and wasn't sure about this so thanks for your time!

  2. Internet, Programming and Graphics   -   #2
    rexton85's Avatar Poster
    Join Date
    Jul 2007
    Location
    France
    Age
    44
    Posts
    33
    If you want to run your perl script on Win32 without installing the interpreter, you can try http://www.indigostar.com/perl2exe.htm


  3. Internet, Programming and Graphics   -   #3
    kazaaman's Avatar Proud Indian
    Join Date
    Dec 2002
    Posts
    467
    Thanks for that rexton85! I like this simple proggie

  4. Internet, Programming and Graphics   -   #4
    rexton85's Avatar Poster
    Join Date
    Jul 2007
    Location
    France
    Age
    44
    Posts
    33
    Glad to know that i could help you. Have a nice day.


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •