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
Carton::Doc::Exec(3) User Contributed Perl Documentation Carton::Doc::Exec(3)

Carton::Doc::Exec - execute your script in a carton local environment

  carton exec perl myscript.pl

This command allows you to run your script in an isolated carton local environment, which means the perl 5 library path @INC are the only ones from perl's core library path, carton's library path (i.e. "local/lib/perl5") and the current directory.

This is useful to make sure your scripts and application use the exact same versions of the modules in your library path, and are not using any of the modules you accidentally installed into your system perl or perlbrew's site library path.

2016-05-24 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.