Source code of Windows XP (NT5)
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.

44 lines
672 B

  1. #---------------------------------------------------------------------
  2. package <<mypackage>>;
  3. #
  4. # Copyright (c) Microsoft Corporation. All rights reserved.
  5. #
  6. # Version: 1.00 (<<mm/dd/yyyy>>) : (<<your alias>>) <<Purpose>>
  7. #---------------------------------------------------------------------
  8. use strict;
  9. use vars qw($VERSION);
  10. $VERSION = '1.00';
  11. <<Your module here>>
  12. 1;
  13. __END__
  14. =head1 NAME
  15. <<mypackage>> - <<short description>>
  16. =head1 SYNOPSIS
  17. <<A short code example>>
  18. =head1 DESCRIPTION
  19. <<The purpose and functionality of this module>>
  20. =head1 AUTHOR
  21. <<your alias>>
  22. =head1 COPYRIGHT
  23. Copyright (c) Microsoft Corporation. All rights reserved.
  24. =cut