Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Whats wrong with my perl!

Options
  • 20-02-2002 11:07pm
    #1
    Registered Users Posts: 4,276 ✭✭✭


    I got a new perl book and started using some stuff from it, it had basic scripts like to find the version of your perl through dos and to do a little script through the command line as well.

    If you can make out http://www.blerm.com/pictures/perl.gif

    As you can see none of the scripts work, anyone tell me what I'm doing wrong please.


Comments

  • Registered Users Posts: 1,842 ✭✭✭phaxx


    The perl executable isn't in your path.


  • Registered Users Posts: 944 ✭✭✭nahdoic


    Do you have perl installed?

    If you do, you should have it somewhere like c:\perl\bin

    Then simply type:

    path=%path%;c:\perl\bin

    at the command line and it will work from then on.

    If you don't however you should check out www.activestate.com , they'll sort you out with an easy to install perl compiler for windows.


  • Registered Users Posts: 4,276 ✭✭✭damnyanks


    Thanks got it all working now.


Advertisement