-
-
28 Feb 2001 23:27:40 UTC
- Distribution: vms-misc
- Module version: 1.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (0 / 0 / 0)
- Kwalitee
Bus factor: 0- License: unknown
- Activity
24 month- Tools
- Download (42.26KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
VMS::Misc - Misc data conversions
SYNOPSIS
use VMS::Misc; $foo = byte_to_iv($byte); $foo = word_to_iv($word); $foo = long_to_iv($long); $quadword = date_to_quad($VMS_Format_Date); $VMS_Format_Date = quad_to_date($quadword); $SecsSinceEpoch = vms_date_to_unix_epoch($VMS_Format_Date); $BigEndian64BitIEEEString = nv_to_64_bit_ieee_str(3.1415926);
DESCRIPTION
Miscellaneous data conversion routines
AUTHOR
Dan Sugalski <dan@sidhe.org>
SEE ALSO
perl(1).
Module Install Instructions
To install VMS::Misc, copy and paste the appropriate command in to your terminal.
cpanm VMS::Misc
perl -MCPAN -e shell install VMS::Misc
For more information on module installation, please visit the detailed CPAN module installation guide.