- or download this
use constant {
ONE => 1,
...
NINE => 9,
TEN => 10,
};
- or download this
sub ONE () { 1; }
sub TWO () { 2; }
...
sub NINE () { 9; }
sub TEN () { 10; }
- or download this
{
my %constructor_args;
...
Some::Module::->new(\%constructor_args);
}
}
- or download this
#!/usr/bin/env perl
...
__SECOND__
g|h|i
j|k|l
- or download this
h i
k l
b c
e f