RosettaCodeData/Task/Reflection-Get-source/Perl/reflection-get-source.pl

9 lines
159 B
Perl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
# 20211213 Perl programming solution
use strict;
use warnings;
use Class::Inspector;
print Class::Inspector->resolved_filename( 'IO::Socket::INET' ), "\n";