The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Perl::Examples::POD::Link - Show the various examples of links

VERSION

This document describes version 0.091 of Perl::Examples::POD::Link (from Perl distribution Perl-Examples), released on 2018-09-10.

DESCRIPTION

 L<Perl::Examples>

Rendered result: Perl::Examples

 L<Perl::Examples/"DESCRIPTION">

Rendered result: "DESCRIPTION" in Perl::Examples

 L</"URL links">

Rendered result: "URL links"

 L<The Perl-Examples main module|Perl::Examples>

Rendered result: The Perl-Examples main module

 L<The description of Perl-Examples main module|Perl::Examples/"DESCRIPTION">

Rendered result: The description of Perl-Examples main module

 L<A collection of URL links|/"URL links">

Rendered result: A collection of URL links

 L<perl-example-die>

Rendered result: perl-example-die

URL without text

 L<http://www.example.com/page.html>

Rendered result: http://www.example.com/page.html

URL with text

 L<An example page|http://www.example.com/page.html>

Rendered result: An example page

http scheme with port

 L<http://www.example.com:8001/>

Rendered result: http://www.example.com:8001/

https scheme

 L<https://www.example.com/>

Rendered result: https://www.example.com/

ftp scheme

 L<ftp://ftp.example.com/>

Rendered result: ftp://ftp.example.com/

mailto scheme

 L<mailto:example@example.com>

Rendered result: mailto:example@example.com

Some custom scheme

 L<foo://bar>

Rendered result: foo://bar

Perl::Examples

Rendered result: Perl::Examples

http://www.example.com/head2.html

Rendered result: http://www.example.com/head2.html

 L<link in verbatim is not link|Perl::Example>

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Perl-Examples.

SOURCE

Source repository is at https://github.com/perlancar/perl-Perl-Examples.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Perl-Examples

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018, 2016, 2015 by perlancar@cpan.org.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.