GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SQUATTING(1) User Contributed Perl Documentation SQUATTING(1)

squatting -- Squatting server start-up script

Usage:

  squatting [OPTION]... APPLICATION

Starting an App in web server mode on port 4234:

  squatting -p 4234 App

Start an App in interactive console mode:

  squatting -C App
  Welcome to the Perl shell. Type ':help' for more information

  App @> \@App::Controllers::C
  App @> \%App::Controllers::C
  App @> \@App::Views::V
  App @> \%App::Views::V
  App @> App->get('Home')
  App @> App->post('Comment', { name => 'beppu', body => 'Why?' })

Start a Squatting application.

-p, --port NUM
Port for web server (defaults to 4234)
-c, --config ATTR=VALUE
The standard way to configure a Squatting application is to manipulate its %CONFIG hash. The --config option lets you set values in this hash, and you may use --config multiple times in a single command line.

Example:

  squatting App --config doc_root=/www/app.com --config hostname=app.com
    
-s, --show-config
Display an App's %CONFIG hash and exit.
-m, --module MODULE
This option can be used to load additional Squatting plugins into the app, and you may use this option multiple times in a single command line. Note that Squatting::With::AccessTrace and Squatting::With::Log are loaded by default.

Example: Loading Squatting::With::UTF8 and Squatting::With::Coro::Debug

  squatting App -m With::UTF8 -m With::Coro::Debug
    
-l, --log FILE
Send log output to a log file.
-C, --console
Run in console mode with Shell::Perl.
--debug NUM
Set Continuity's debug level. 0 is the least verbose setting, and higher numbers get progressively more verbose.
-v, --version
Show version
--logo
Display the International Squatting Symbol.
-h, --help
Show the help message
2014-02-20 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.