8 lines
77 B
Perl
8 lines
77 B
Perl
use strict;
|
|
use warnings;
|
|
package perlfaq;
|
|
|
|
our $VERSION = '5.20210520';
|
|
|
|
1;
|