Thread: Perl Compiler

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    58

    Perl Compiler

    I was wondering where i could find a perl compiler other than perl2 because its a demo version and adds a tag at the end of my program All help is apreciated thank you.

  2. #2
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    how about www.perl.com

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    58
    nope dosnt work
    --== www.NuclearWasteSite.com==--

  4. #4
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    I don't get it. What exactly are you asking for?
    Perl is an interpreted language. And all of the versions I know of are free.
    Are you looking for a native code compiler for Perl?

  5. #5
    Registered User
    Join Date
    Aug 2001
    Posts
    58
    im trying to make win32 executibles with my perl code u know change somename.pl to somename.exe
    --== www.NuclearWasteSite.com==--

  6. #6
    Registered User (TNT)'s Avatar
    Join Date
    Aug 2001
    Location
    UK
    Posts
    339
    Hey,

    Is the compiler your usuing Perl2Exe??

    I used to have that, it adds a tag to the end of your prog anyways.

    There is a simple and a hard way to get rid of the demo tag.

    Simple:

    Search for a crack, i found one in a few mins.

    Hard:

    Buy It and help perl coders

    Its up to you

    Thanks
    TNT
    TNT
    You Can Stop Me, But You Cant Stop Us All

  7. #7
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Try "Perl compiler" in a search engine.

    www.hotperl.com/hotice/
    perlmonks.thepen.com/95246.html

  8. #8
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    I think this one is free too

    ActivePerl

  9. #9
    Still A Registered User DISGUISED's Avatar
    Join Date
    Aug 2001
    Posts
    499
    I think I read somewhere one time that with certain conventions you can compile perl code with an ANSI C compiler. Is this true? I don't know this could just be another flashback.

  10. #10
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    PERL is an interpreted language. It's designed for quickly scripting system admin type jobs or CGI stuff. If you really want a program to be a .exe then you really should use a compiled language like C or C++. PERL is very slow in comparison and is really designed for jobs where making a C program is not really necessary.

  11. #11
    Still A Registered User DISGUISED's Avatar
    Join Date
    Aug 2001
    Posts
    499
    Ah I see, thanks for clearing that one up. As you can tell I have no experience with PERL I went back found the article I was talking about. It was discussing writing a program that parses in two different languages. Basically, a Perl program which compiles as C code. Pretty interesting.

  12. #12
    Registered User
    Join Date
    Aug 2001
    Posts
    58
    i dont mean to sound rude, but im not a newbie to programming, i am good at c++ i was just looking for something new and something for my webpage. thanks for all your help i think i'll try to get my cgi's to work now
    --== www.NuclearWasteSite.com==--

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  2. Language - When To Use What?
    By tjinr in forum A Brief History of Cprogramming.com
    Replies: 36
    Last Post: 08-06-2006, 02:04 AM
  3. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  4. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  5. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM