Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    foreach my $mod (@mods) {
        CPAN::Shell->install($mod);
    }
    
  2. or download this
    #!/usr/local/bin/perl -l
    
    ...
    my $derived_words = $document->get_derived_terms();
    my $synonyms      = $document->get_synonyms();
    print Dumper( $derived_words, $synonyms );