Help for this page

Select Code to Download


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