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.

45 lines
755 B

  1. #---------------------------------------------------------------------
  2. package <<mypackage>>;
  3. #
  4. # Copyright (c) Microsoft Corporation. All rights reserved.
  5. #
  6. # Version:
  7. # 1.00 <<mm/dd/yyyy>> <<your alias>>: <<brief change description>>
  8. #---------------------------------------------------------------------
  9. use strict;
  10. use vars qw($VERSION);
  11. $VERSION = '1.00';
  12. <<Your module here>>
  13. 1;
  14. __END__
  15. =head1 NAME
  16. <<mypackage>> - <<brief description of this module>>
  17. =head1 SYNOPSIS
  18. <<short code examples, minimal usage>>
  19. =head1 DESCRIPTION
  20. <<What the module does and how to use it>>
  21. =head1 AUTHOR
  22. <<your alias>>
  23. =head1 COPYRIGHT
  24. Copyright (c) Microsoft Corporation. All rights reserved.
  25. =cut