aboutsummaryrefslogtreecommitdiff
path: root/challenge-029/jo-37/perl/ch-1.pl
blob: 3cf0cf7be4c6d75afd439f5e9eedb98055ceefec (plain)
1
2
3
4
5
6
7
#!/usr/bin/perl

use v5.16;
use warnings;

# Brace expansion does not work on separate words!
say for <Perl{Daily,Weekly,Monthly,Yearly}Challenge>;