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
VCP::ConfigFileUtils(3) User Contributed Perl Documentation VCP::ConfigFileUtils(3)

VCP::ConfigFileUtils - utilities used to parse or create vcp config files

   use VCP::ConfigFileUtils qw( parse_config_file write_config_file );

config_file_quote
Adds quotation marks if a config file entry needs to be quoted.

LIMITATION: does not escape quotes in a string, can't figure out how to do that for p4.

parse_config_file
   parse_config_file( $fn );
   parse_config_file( $fn, $may_not_be_a_config_file );
    

Reads a configuration file and returns a list of (section name, \@section_tokens).

write_config_file
   write_config_file( $filename, @plugins );
    

Copyright 2000, Perforce Software, Inc. All Rights Reserved.

This module and the VCP package are licensed according to the terms given in the file LICENSE accompanying this distribution, a copy of which is included in vcp.

2004-11-04 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.