3 lines
57 B
Perl
3 lines
57 B
Perl
#!/usr/bin/perl
|
|
use strict;
|
|
use warnings FATAL => 'all';
|
#!/usr/bin/perl
|
|
use strict;
|
|
use warnings FATAL => 'all';
|