VERSION
    This document describes `new-guid' ($Version: 0.1.2 $).

SYNOPSIS
    new-guid [<option(s)>]

OPTIONS
    --version
    --usage
    --help, -?
    --man
        Print the usual program information

DESCRIPTION
    new-guid will generate and print a new Windows GUID.

COMPILATION
    To compile this program, run the following command:

            ./build
        
    The NET Framework v2.0 or later is required for a successful
    compilation. And installation of PerlScript and msscript.ocx are
    required to run the resulting program.

    The NET Framework v2.0+ can be obtained via download from Microsoft
    [URLs: (v2.0) http://msdn.microsoft.com/en-us/netframework/aa731542.aspx
    ; (v3.5) http://msdn.microsoft.com/en-us/netframework/cc378097.aspx ]).

    PerlScript is an installation option with ActivePerl (from URL:
    http://www.activestate.com/activeperl ) and is selected for install with
    the default installation options. (As of March 2009, ActivePerl has the
    only freely available perl Active Scripting engine [see URL:
    http://en.wikipedia.org/wiki/Active_Scripting ].)

    `msscript.ocx' is the Microsoft MSScriptControl ActiveX control
    (included with most installations of XP and VISTA [or downloadable as
    `sct10en.exe' from Microsoft @ URL:
    http://www.microsoft.com/downloads/details.aspx?FamilyId=D7E31492-2595-4
    9E6-8C02-1426FEC693AC ]). If present on the system (at
    C:\WINDOWS\System32\msscript.ocx) but not working correctly, it can be
    registered with `C:\WINDOWS\System32\regsvr32
    C:\WINDOWS\System32\msscript.ocx'.

AUTHOR
    Roy Ivy III <rivy[at]cpan[dot]org>

LICENSE AND COPYRIGHT
    Copyright (c) 2009, Roy Ivy III <rivy[at]cpan[dot]org>. All rights
    reserved. This module is free software; you can redistribute it and/or
    modify it under the Perl Artistic License v2.0. See
    http://opensource.org/licenses/artistic-license-2.0.php.

