Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#--------------------------------------------------------------------- package <<mypackage>>; # # Copyright (c) Microsoft Corporation. All rights reserved. # # Version: # 1.00 <<mm/dd/yyyy>> <<your alias>>: <<brief change description>> #--------------------------------------------------------------------- use strict; use vars qw($VERSION);
$VERSION = '1.00';
<<Your module here>>
1;
__END__
=head1 NAME
<<mypackage>> - <<brief description of this module>>
=head1 SYNOPSIS
<<short code examples, minimal usage>>
=head1 DESCRIPTION
<<What the module does and how to use it>> =head1 AUTHOR
<<your alias>>
=head1 COPYRIGHT
Copyright (c) Microsoft Corporation. All rights reserved.
=cut
|