in reply to Come and Get Your Cool New Perl Sites

How is perldoc.com any different from our own library? I mean, besides including 5.6?

Update: After exploring the site a little, I found stuff we don't have. Maybe a link from the library is in order?

  • Comment on RE: Come and Get Your Cool New Perl Sites

Replies are listed 'Best First'.
perldoc.com shortcuts...
by cLive ;-) (Prior) on Jun 07, 2001 at 05:01 UTC
    one obvious thing if you're away from home is this:

    If you need function docs, use ?f=function, eg:

    http://perldoc.com/f?grep

    If you need manpages, use ?m=manpage, eg:

    http://perldoc.com/m?cgi

    So there's no excuse for not linking to docs in questions now :)

    cLive ;-)