CPAN::LinksToDocs

Get links to http://search.cpan.org documentation by giving short "tags"
Download

CPAN::LinksToDocs Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Zoffix Znet
  • Publisher web site:
  • http://search.cpan.org/~zoffix/

CPAN::LinksToDocs Tags


CPAN::LinksToDocs Description

Get links to http://search.cpan.org documentation by giving short "tags" CPAN::LinksToDocs is a Perl module that provides means to get links to documentation on http://search.cpan.org by giving it "tags". There are a few tags which group several links together (e.g. RE, REF or OOP tags). The base code of this module is what is used under the hood of http://tnx.nl/404 website. Thanks to Juerd Waalboer you can now use it too :)SYNOPSIS use strict; use warnings; use CPAN::LinksToDocs; my $linker = CPAN::LinksToDocs->new; for ( @{ $linker->link_for('map,grep,RE,OOP') } ) { print "$_\n"; } Requirements: · Perl


CPAN::LinksToDocs Related Software