in reply to Re^2: My questions: new to perl
in thread My questions: new to perl

Monk_perl:

You can find just about everything at http://perldoc.perl.org:

Also, if you're running perl at the command line, you can type perldoc perlvar to read the perlvar document (which is what I was referring to in my first reply). You can read about perldoc with the command perldoc perldoc which will give you some handy shortcuts, such as the one I use most: perldoc -f functionname which will give you the documentation for the function you specify.

Finally, of course, there's google. Giving it a search like perl difference between chop chomp will lead you directly to the answer to one of your questions. Never forget about google when you're in a hurry.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

Replies are listed 'Best First'.
Re^4: My questions: new to perl
by Monk_perl (Initiate) on Mar 14, 2011 at 19:18 UTC
    Thanks my friend! i joined here last day and now i am liking it very much n studying here.