examples
view release on metacpan or search on metacpan
Jeeves/examples/run.csh view on Meta::CPAN
setenv JEEVESLIBDIR ../lib
setenv JEEVESTEMPLATEDIR .
perl -w ../jeeves -s SchemaParser -t oo.tpl ootest.sc
Jeeves/jeeves view on Meta::CPAN
#----------------------------------------------------------------------------
sub Usage {
print STDERR <<"_EOT_";
Usage: jeeves <options> <specification file>
where options are:
-t <template file> : Name of the template file.
Default : "./jeeves.template"
Default template directory = ".", which
can be modified by setenv-ing
"JEEVESTEMPLATEDIR"
-q : Quiet Mode
-d : Set a debugging trace. This is NOT quiet!
-s <specification parser> : Parser module that can parse the input
specification file
Default : "oo_schema"
[-ti <intermediate perl file>] : jeeves translates the template file to
: perl code. Default : "<template>.pl"
-D var[=value] : Define variables on the command line
( run in 0.352 second using v1.01-cache-2.11-cpan-a1d94b6210f )