Query: jifty::script::env
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Jifty::Script::Env(3pm) User Contributed Perl Documentation Jifty::Script::Env(3pm)NAMEJifty::Script::Env - access the Jifty environmentSYNOPSISjifty env <Class> <method> [arguments] jifty env Util share_root jifty env 'Util->share_root' jifty env Util.share_rootDESCRIPTIONLoads Jifty and your configuration, allowing you to verify and examine your setup. Loads Jifty::Class and calls method on it, providing shortcuts for things like: perl -MJifty::Util -e 'print Jifty::Util->share_root, " ";' The class and method can be combined with a '->' But, unquoted '>' is a redirect so simply use the '-' or '.' characters. jifty env Util share_root jifty env 'Util->share_root' jifty env Util.share_root You may chain accessors. A leading dot also means the class is Jifty. jifty env Jifty.config.framework ApplicationName jifty env .config.framework ApplicationName With no arguments, acts as '"jifty env Jifty.config.stash"'. options This script has no specific options now. Maybe it will have some command lines options in the future. --help Print a brief help message and exits. --man Prints the manual page and exits.METHODSrun Prints whatever the user asked for. perl v5.14.2 2010-09-25 Jifty::Script::Env(3pm)
Related Man Pages |
---|
jifty::handler(3pm) - debian |
jifty::plugin::testserverwarnings(3pm) - debian |
jifty::script::fastcgi(3pm) - debian |
jifty::script::po(3pm) - debian |
jifty::script::server(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
How can I do this in VI editor? |
Detecting unused variables... |
One instance of comparing grep and awk |