IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Perl books


IBM Mainframe Forums -> General Talk & Fun Stuff
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Mon May 06, 2013 10:10 pm
Reply with quote

Can someone suggest me some books in Perl for a newbie?

Thanks
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon May 06, 2013 10:16 pm
Reply with quote

why not google Yourself ???

perl for beginners returned 3.200.000 hits ( perl & for & beginners )

[b"]perl for beginners"[/b] note the quotes to search for the exact wording returned 38.400 hits

pick any one of them...
for example
www.perl.org/learn.html
or
www.perl.com/pub/2000/10/begperl1.html
or
www.activestate.com
Back to top
View user's profile Send private message
Ed Goodman

Active Member


Joined: 08 Jun 2011
Posts: 556
Location: USA

PostPosted: Mon May 06, 2013 10:47 pm
Reply with quote

Do you want a book? Or an online resource?

Are you actually wanting to learn how to leverage the language and write good, new code? Or have you have a library full of scripts dumped on you?

As fa as I'm concerned, Perl was written by a sadist! Yes, it works great, but any language where:
h*0?>)($%****>>%$#@!@

Is a valid line of code, and not a mistake my modem made, is a sadistic language!
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon May 06, 2013 11:12 pm
Reply with quote

I have to agree with Ed. Perl is a good 4th or 5th computer language to learn, but heaven help the poor person learning it as their first computer language! I use Perl quite a bit, even though it is not as fast to code up as SAS, but I do NOT try to get fancy with Perl! For example, the default Perl variable name rules are (basically):
- variable names can be up to 255 characters
- variables are typed based on the first character -- $ for scalar, @ for array, % for hashes
- variables are defined upon first reference
- variable names are case sensitive (these two rules mean heaven help you if you're a bad typist)
- Perl automatically converts variables between numbers and strings as needed

I always make sure my Perl code has
Code:
use strict ;
which does help with some of the oddities that Perl can cause.
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Mon May 06, 2013 11:22 pm
Reply with quote

Enrico apologies

I did google and found that site myself

Since I would be away from system I was looking for books

I am looking for a job change so why learning new things to me in hope to get a job

Frankly at this state of mind I dont know what is better
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue May 07, 2013 1:26 am
Reply with quote

Hi Pandora,

At the risk of overstepping bounds, i suggest you search for positions that need what you are already good at.

Learning new things is always to one's advantage. I would not consider something i was just learning to influence an interview.

Quote:
I dont know what is better
Better than what?

Good luck!

d
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Tue May 07, 2013 9:59 am
Reply with quote

To be frank I am good at Mainframes

Though oppurtunities are slim

So why I was trying out things outside of my skillset

Am not so experinced as experts but not regarded as a candidate to code that is the sad part
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Tue May 07, 2013 5:41 pm
Reply with quote

I usualy install Perl on my usable PCs. Same with Rexx. But I use Rexx more often than Perl for writing stuff to run under windoze.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue May 07, 2013 5:47 pm
Reply with quote

Quote:
But I use Rexx more often than Perl for writing stuff to run under windoze.


Open Object Rexx or Regina Rexx ?
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Tue May 07, 2013 6:06 pm
Reply with quote

Thanks all for your valuable inputs
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue May 07, 2013 7:25 pm
Reply with quote

enrico-sorichetti wrote:
Open Object Rexx or Regina Rexx ?
I've used Regina more than OO.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue May 07, 2013 7:58 pm
Reply with quote

I would suggest to switch to ooRexx icon_biggrin.gif
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Tue May 07, 2013 10:29 pm
Reply with quote

It depends on which interpreter is to the fore - i.e. I do not know as I basically use vanilla Rexx.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue May 07, 2013 10:40 pm
Reply with quote

no need with ooRexx to use the object garbage
You can write everything in classical rexx
with the advantage of being able to use if necessary the oorexx constructs
some of them are pretty powerful and not even too much OO icon_cool.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> General Talk & Fun Stuff

 


Similar Topics
Topic Forum Replies
No new posts Free books in the Richmond, VA area General Talk & Fun Stuff 0
No new posts Protecting of PERL Scripts All Other Mainframe Topics 4
No new posts Books - Terminolgy All Other Mainframe Topics 2
No new posts Singe XML GENERATE statement for all ... COBOL Programming 2
No new posts [help]where to download these manual/... CICS 3
Search our Forums:

Back to Top