Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^4: Perl to run 2 files and print the third with loop

by kcott (Archbishop)
on Apr 02, 2018 at 04:52 UTC ( [id://1212135]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Perl to run 2 files and print the third with loop
in thread Perl to run 2 files and print the third with loop

G'day AnomalousMonk,

The information you provided is quite correct and I have upvoted your post.

However, for generally looking up functions, I'd recommend another online, perldoc page: "Perl functions A-Z" (which provides an index to Perl functions).

The perlfunc page is huge: in most cases, you'll download many orders of magnitude more information than needed. Also, unless you're familiar with that page, navigation is not that easy. Having said that, perlfunc is sometimes exactly what you need.

As an example of those pros and cons, consider the endpwent function. If you look under the "Alphabetical Listing of Perl Functions" section, you need to know that listing is not truly alphabetical and this order exists: getpwent ... setpwent ... endpwent. However, the information under the list of get* ... set* ... end* entries is probably what you'll want: compare with "endpwent", from the A-Z Index, which has no information at all except for the name of the function.

On the other hand, using the A-Z Index will locate functions with just a mouse click or two. It does have the occasional limitation, as described above; however, in the main, it has the same information as perlfunc, and is faster and easier to use.

The perlfunc page certainly has other information but, for simply looking up a function (such as shift) the documentation is identical to that found via the A-Z Index.

— Ken

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-20 03:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found