mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-07 06:18:59 +00:00
9 lines
101 B
Plaintext
9 lines
101 B
Plaintext
![]() |
#!/usr/bin/env perl
|
||
|
|
||
|
use Modern::Perl;
|
||
|
|
||
|
sub kebab_case {
|
||
|
my ($sentence) = @_;
|
||
|
$sentence =
|
||
|
}
|