- or download this
GetOptions(\%runconfig,
"load=s" => \&loadAttributeDescriptions,
...
"help" => \$help,
"man" => \$man
) or pod2usage(-verbose=>1) && exit(1);
- or download this
cptplus.pl --cp="charm|perlmonk,cyberpunk,neovictorian"
- or download this
sub addcp{
my $cpstring = $_[1];
...
my @cptrequest = ($antecedent, \@dependents);
push @{$runconfig{"cp"}},(\@cptrequest);
}