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::With::Mount(3) User Contributed Perl Documentation Squatting::With::Mount(3)

Squatting::With::Mount - mount Squatting apps at arbitrary paths

  use App 'With::Mount';
  App->mount('/forum' => 'Ground');
  App->init;

This adds a "mount" method to your Squatting application that lets you mount other Squatting applications at arbitrary paths within your application.

Squatting used to provide a "mount()" method by default, but I discovered after the fact that the implementation was flawed. To do it correctly would require that I write a lot more code, so I decided to move the mount method out of the core and into a plugin called Squatting::With::Mount.

2013-01-23 perl v5.32.1

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

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