xin/templates/perl/thing.pl

9 lines
78 B
Perl
Raw Normal View History

2022-09-27 08:22:54 -06:00
#!/usr/bin/env perl
use strict;
use warnings;
use 5.10.0;
say 'hi thing!';