Files
server/usr/lib/x86_64-linux-gnu/perl-base/builtin.pm
2026-01-07 20:52:11 +01:00

13 lines
210 B
Perl

package builtin 0.008;
use strict;
use warnings;
# All code, including &import, is implemented by always-present functions in
# the perl interpreter itself.
# See also `builtin.c` in perl source
1;
__END__