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

NAME

Egg::Helper::Script::Prototype - Prototype.js is output to an arbitrary directory.

SYNOPSIS

Refer to help.

 prototype_generator.pl -?

Even if nothing is specified, it outputs it to '[MYPROJECT]/htdocs' usually.

 [MYPROJECT]/bin/prototype_generator.pl

DESCRIPTION

Please use output prototype.js reading from the HTML header.

 <html>
 <head>
 <script type="text/javascript" src="/prototype-1.XX.js"></script>
 ...
 </head>
 <body>
 ....
 ......

prototype.js can be used by this. When ajax script is written, it is very convenient.

Please see the site of prototype.js here in detail. http://prototype.conio.net/

SEE ALSO

http://prototype.conio.net/ HTML::Prototype Egg::Helper::Script,

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.