Thread: Pearl

  1. #1
    TrollKing
    Guest

    Pearl

    Do you need to download anything special to use Pearl with Linux? Any info would be appreciated. I have no clue.

  2. #2
    junior member mix0matt's Avatar
    Join Date
    Aug 2001
    Posts
    144
    all you have to do is install the perl interpreter...it's availible with every distribution...

  3. #3
    Unregistered
    Guest
    Maybe it's already installed. How do I check, and where do I write code, in vi or emacs? Does the code get compiled on the command line?

  4. #4
    Unregistered
    Guest
    you can write perl scripts with any editor, and they are not compiled. it's an interpreted language. you just enter the name of you script on the command line, and it should run if the interpreter is installed and can be found...

    i'm almost positive it's installed...

  5. #5
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    Run

    perl --version

    on the command line to see if it's installed.
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

  6. #6
    TrollKing
    Guest

    Version 5.6.1

    Yes, I have it, good. So I would use it the same way shell scripts are made. Okay, thanks.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. New Monthly Contest!
    By PJYelton in forum Contests Board
    Replies: 50
    Last Post: 03-22-2005, 08:27 PM
  2. Pearl Harbor and the atomic bombs
    By loobian in forum A Brief History of Cprogramming.com
    Replies: 54
    Last Post: 12-28-2001, 04:23 PM