1L(3pm) User Contributed Perl Documentation L(3pm)
2
3
4
6 L - Perl extension to load modules automatically in one-liners.
7
9 This document describes L version v1.0.1.
10
12 % perl -ML -E 'say String::Random->new->randregex("[0-9a-zA-Z]{12}")'
13
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
22 Perl 5.8.1 or later.
23
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
30 perl
31
33 Masayuki Matsuki <y.songmu@gmail.com>
34
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.34.0 2022-01-21 L(3pm)