![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Suggested venues to look for advanced C programmers | painman | What's on Your Mind? | 7 | 11-30-2007 08:34 AM |
| Good Essays For Programmers | photon | News, Links, Events and Announcements | 0 | 08-06-2004 12:53 PM |
| PERL Online Resources | gdboling | Shell Programming and Scripting | 1 | 06-24-2003 01:53 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
http://www.devshed.com - it has a cool intro to perl section
http://www.perlmonks.org - awesome resource thriving with pro's dani++ |
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
Thanks, honorable Perl hackers
I now have about 3 weeks of of studying to do, but I don't think I'll become proficient in Perl, since I am a mediocre shell-scripter anyway, I tend to write awkable or sedable things in C or even Java or Beta (!) - the worst I've done is probably write a [Reboot?Yes/No] in ProLog :-) But I already see how a shell script could evolve into a full-fledged application, and I definitely see the value of filling the gap between csh and c/c++. I think I will have great fun with this, so let me give you something back ... --- ICON -------------------------------------- At a bookstore there was a used book called "The Icon programming language", by Ralph E. & Madge T. Griswold, priced ridiulously at a couple of E$. A quick look at the back cover told me it was worth the price and more. http://www.cs.arizona.edu/icon/index.htm It is sort of "Perl meets Pascal" - not OO, but I guarantee you you don't need it. ProLog, Lisp and an OO version of Icon are implemented on little more than an A4-page ... her eis a program that takes search strings as arguments, and writes out all the matches, with the offset of the matched string: mtc.icn: procedure main(args) while line := read() do every i := 1 to *args do write(find(args[i], line)) end try it with some names mtc john jim jenny fubar snafu bin laden and then type some text: I met john and jim last nite, it will write 7 and 16. I wanted to go back and pick up the rest of the books, they were lying in a 'cheap second hand book' box, ideal Xmas presents for hacker friends, but they were all gone the day after. Ther are no more cheap "Perl Resource Kit"s either. Atle
__________________
PS All of the above is to be read as '... unless I am wrong' ENDPS |
|
#10
|
|||
|
|||
|
I would suggest that you buy at least one book.
http://search.oreilly.com/cgi-bin/se...Books&pref=all I prefer the "Programming Perl" book or whatever works for you. It helps to have one paper reference. Good Luck!
__________________
FreeBSD: The best free Unix on this planet IMHO!! FreeBSD Forums www.freebsdforums.org |
|
#11
|
|||
|
|||
|
My experience tells me that you're right.
I go to my favorite bookstore every second month or so, I'll keep a lookout for for the one you mention. Atle
__________________
PS All of the above is to be read as '... unless I am wrong' ENDPS |
|
#12
|
|||
|
|||
|
Learning PERL
The Learning Perl by O'reilly is good and very clean to understand.
But if your looking for a beginners book that gives you more examples and thorough understanding - go for Beginning Perl Programming w/ Simon Cozins(WROX Pub.). The Book is of June 2000 which makes it older then Learning Perl by O'reilly - but not that much has changed between the books. |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|