Perl

Discussion in 'Server Operation' started by aaa999, Apr 8, 2008.

  1. aaa999

    aaa999 New Member

    Hi,

    I want to learn perl, can some one help me out, is it possible to install perl on centos 5.1 server.

    new to linux.


    thanks.
     
  2. topdog

    topdog Active Member

    perl is already installed on the default centos install
     
  3. aaa999

    aaa999 New Member

    Hi Topdog,

    where is the location?.
    usr/local/bin?

    I try to do some pratice script I can't seem to do it.

    thanks.
     
  4. edge

    edge Active Member Moderator

    Login as root, and type: which perl
    It should show you where it's located.
    To see what version you have run: perl -v

     

Share This Page