Win32::Env::Path - Manipulate environment PATH strings


Win32-Env-Path documentation  | view source Contained in the Win32-Env-Path distribution.

Index


NAME

Top

Win32::Env::Path - Manipulate environment PATH strings

SYNOPSIS

Top

  use Win32::Env::Path;

  my $path = Win32::Env::Path->new(
      name => 'PATH',
  );

  $path->add('C:\\strawberry');
  $path->remove('C:\\strawberry');

DESCRIPTION

Top

Win32::Env::Path is a simple module for inspecting and manipulating environment path lists on Win32, with a particular focus on the PATH, LIB and INCLUDE environment variables.

It was designed to allow for intelligent path behaviours during the installation and removal of software applications, and was originally written for use in the the Strawberry Perl installer and other Perl::Dist-derived Perl distribution installers.

METHODS

Top

For the moment, the specifics of this class are remaining undocumentated.

Please read the code for more information, API is subject to change.

SUPPORT

Top

Bugs should be reported via the CPAN bug tracker at

http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Win32-Env-Path

For other issues, or commercial enhancement or support, contact the author.

AUTHOR

Top

Adam Kennedy <adamk@cpan.org>

SEE ALSO

Top

Win32::Env, Perl::Dist::Inno

COPYRIGHT

Top


Win32-Env-Path documentation  | view source Contained in the Win32-Env-Path distribution.