On Tue, Jan 29, 2002 at 08:14:36AM +1100, Grant Parnell wrote: > I noticed James answered but generally speaking I frequently use "man > perlfunc" as a quick reference guide. "man perl" gives you the index of > the man pages. Other ones I tend to use are "man perlre" and "man perlop". > For the modules "perldoc Time::Local" for example.
And for a particular function, use `perldoc -f function'. Faster than searching the entire perfunc page for the function you want. Cheers, John -- whois [EMAIL PROTECTED] GPG key id: 0xD59C360F -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
