Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Perl & OS X

by Anonymous Monk
on Nov 15, 2002 at 17:55 UTC ( [id://213218]=perlquestion: print w/replies, xml ) Need Help??

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hello monks, i'm a brand new newby on perl's. i'm on OS X. could you tell me where to find how it works ? i mean the very beginning... thx Xav

Replies are listed 'Best First'.
Re: Perl & OS X
by Louis_Wu (Chaplain) on Nov 15, 2002 at 18:26 UTC
    Welcome to The Monestary. You can learn a lot here, but there are some things you should do while you get settled in.

    Open a Terminal window. Type  perl -e 'print "Hello World!\n";' That's a complete Perl program. You've just started. :)

    Go to the recently added How Do I Use Perl Monks? Read. A lot.

    Specifically to OS X, I've put an icon for Terminal in my Dock. The Terminal is how you interact with the Unix underpinnings of the New Mac OS, and Perl lives in the Unix part of Mac OS X. You can have more than one Terminal open at once, you can save Terminal arrangements (number of windows open, size of windows, font used, font color, background color, etc.), you can customize the living daylights out of the Terminal.

    Get a Perl book. I'd recommend the Llama, or Perl for Web Site Management. See the Book Reviews section.

    Enjoy. This stuff is supposed to be fun.

    Update: I didn't notice that you asked this Anonymously. You should also join The Monestary. You can get a lot out of our little corner of the universe. At the very least, it let's you customize how everything looks.

Re: Perl & OS X
by defyance (Curate) on Nov 15, 2002 at 18:16 UTC
    My first step would be to check out the wonderful Tutorials Section on this site. In this section you will find a good bit of info that should get you started.. If I'm not mistaken, you can also view man pages on OS X by opening a Terminal Window and typing:
    $ man perl
    or:
    $ perldoc perl
    Which is the same doc. :-)

    -- Can't never could do anything, so give me and inch, I'll make it a mile.

Re: Perl & OS X
by larsen (Parson) on Nov 16, 2002 at 01:20 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://213218]
Approved by talexb
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-25 17:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found