1L(3pm)                User Contributed Perl Documentation               L(3pm)
2
3
4

NAME

6       L - Perl extension to load modules automatically in one-liners.
7

VERSION

9       This document describes L version v1.0.1.
10

SYNOPSIS

12           % perl -ML -E 'say String::Random->new->randregex("[0-9a-zA-Z]{12}")'
13

DESCRIPTION

15       Module auto-loader for one-liners.
16
17       This module is dangerous, so don't use this module in other perl
18       modules, scripts or production code.  This should be used only in one-
19       liners.
20

DEPENDENCIES

22       Perl 5.8.1 or later.
23

BUGS

25       All complex software has bugs lurking in it, and this module is no
26       exception. If you find a bug please either email me, or add the bug to
27       cpan-RT.
28

SEE ALSO

30       perl
31

AUTHOR

33       Masayuki Matsuki <y.songmu@gmail.com>
34

CONTRIBUTORS

36       Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM>
37
38       (Most of code is written by him.)
39
41       Copyright (c) 2012, Masayuki Matsuki. All rights reserved.
42
43       This library is free software; you can redistribute it and/or modify it
44       under the same terms as Perl itself.
45
46
47
48perl v5.30.1                      2020-01-30                            L(3pm)
Impressum