Convert::IBM390 0.22 review

Download
by rbytes.net on

Convert::IBM390 is a Perl module functions for manipulating mainframe data. SYNOPSIS use Convert::IBM390 qw(...those desired.

License: Perl Artistic License
File size: 23K
Developer: Geoffrey Rommel
0 stars award from rbytes.net

Convert::IBM390 is a Perl module functions for manipulating mainframe data.

SYNOPSIS

use Convert::IBM390 qw(...those desired... or :all);

$eb = asc2eb($string);
$asc = eb2asc($string);
$asc = eb2ascp($string);

$ebrecord = packeb($template, LIST...);
@fields = unpackeb($template, $record);
@lines = hexdump($string [,startaddr [,charset]]);

Convert::IBM390 supplies various functions that you may find useful when messing with IBM System/3[679]0 data. No functions are exported automatically; you must ask for the ones you want. "use ... qw(:all)" exports all functions.

By the way, this module is called "IBM390" because it will deal with data from any mainframe operating system. Nothing about it is specific to z/OS, z/VM, or z/VSE.

Requirements:
Perl

Convert::IBM390 0.22 search tags