The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# ==============================================================================
# $Id: 01_Win32-PerlExe-Env.pl 23 2006-09-09 20:51:29Z HVRTWall $
# Copyright (c) 2005-2006 Thomas Walloschke (thw@cpan.org). All rights reserved.
# Test program for Win32::PerlExe::Env
# ==============================================================================

# ------------------------------------------------------------------------------
$|++;
print "Example 01:	See --> win32/Win32-PerlExe-Env.pl\n";
sleep 5;

# ------------------------------------------------------------------------------

__END__

=pod

=head1 NAME

Win32-PerlExe-Env.pl -- Test program for Win32::PerlExe::Env

=head1 AUTHOR

Thomas Walloschke E<lt>thw@cpan.orgE<gt>.

=head1 COPYRIGHT AND LICENSE

Copyright (c) 2006 Thomas Walloschke (thw@cpan.org).All rights reserved.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.6 or,
at your option, any later version of Perl 5 you may have available.


=head1 DATE

Last changed $Date: 2006-09-09 22:51:29 +0200 (Sa, 09 Sep 2006) $.

=cut