9 lines
78 B
Perl
9 lines
78 B
Perl
|
#!/usr/bin/env perl
|
||
|
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
|
||
|
use 5.10.0;
|
||
|
|
||
|
say 'hi thing!';
|