The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Egg::Helper::Script::Project - It is a module to generate the template of the project.

SYNOPSIS

  perl -MEgg::Helper::Script -e 'Egg::Helper::Script->out' > /path/to/egg_helper.pl
  
  /path/to/egg_helper.pl project -p [PROJECT_NAME] -o [/var/www]
  
  cd [/var/www]/[PROJECT_NAME]
  
  ./bin/trigger.cgi
  ....
  ....

DESCRIPTION

If trigger.cgi doesn't output the error after making the project, it operates normally. Please edit the project file and construct your application now. I am expecting the thing that a wonderful application can be done.

AUTHOR

Masatoshi Mizuno, <mizuno@bomcity.com>

COPYRIGHT AND LICENSE

Copyright (C) 2006 Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.