Help for this page

Select Code to Download


  1. or download this
    App-Wordzilla/bin/
    App-Wordzilla/lib/App/Wordzilla.pm
    ...
    App-Wordzilla/MANIFEST
    App-Wordzilla/Makefile.PL
    App-Wordzilla/README.md
    
  2. or download this
    #!/usr/bin/perl --
    use strict;
    ...
    use App::Wordzilla;
    App::Wordzilla::run( @ARGV );
    exit( 0 );