|
Posted by pboin on March 23, 2005, 8:49 am
Please log in for more thread options
I'm just about to finish up a module that someone might find useful.
It emulates two utilities found on IBM Mainframes, IEBUPDTE and
IEBPTPCH. For a general discussion, lets just say that these two utils
are similar to tar/untar. I wrote them so that I can bundle local
files to upload, and so that I can un-bundle files downloaded from the
mainframe.
If I were to start fresh, I'd like OS390::IEBUtils.
(A bit of history: IBM's OS has gone through many names, the three
most recent are 'MVS', 'OS/390', and 'z/OS', so it's a little tricky
using the OS name as an identifier.)
The two most closely related existing modules are MVS::VBFile and
Convert::OS390.
Your thoughts are appreciated. I've got a good bit of work in the
modules, and don't want to gum up the works with an ineffective or
misleading name.
Thank you.
|
|
Posted by Reinhard Pagitsch on March 25, 2005, 10:55 am
Please log in for more thread options
Hello,
I would be interested in this module.
I think MVS::IEBUtils for the name would be a good idea, because the MVS
already exists as a top level namespace.
regards,
Reinhard
pboin wrote:
> I'm just about to finish up a module that someone might find useful.
>
> It emulates two utilities found on IBM Mainframes, IEBUPDTE and
> IEBPTPCH. For a general discussion, lets just say that these two utils
> are similar to tar/untar. I wrote them so that I can bundle local
> files to upload, and so that I can un-bundle files downloaded from the
> mainframe.
>
> If I were to start fresh, I'd like OS390::IEBUtils.
>
>
> (A bit of history: IBM's OS has gone through many names, the three
> most recent are 'MVS', 'OS/390', and 'z/OS', so it's a little tricky
> using the OS name as an identifier.)
>
> The two most closely related existing modules are MVS::VBFile and
> Convert::OS390.
>
> Your thoughts are appreciated. I've got a good bit of work in the
> modules, and don't want to gum up the works with an ineffective or
> misleading name.
>
> Thank you.
>
--
|
| Similar Threads | Posted | | RFC: Namespace advice for new VXML interpreter modules | October 8, 2007, 9:00 am |
| SNMP::Util | April 6, 2006, 10:32 am |
| Namcespace advice sought for libevent wrapper | August 14, 2004, 8:26 am |
| advice needed on using proper perl graphics module(s) | November 4, 2004, 1:02 pm |
| Module name advice: Run::Emacs for probing emacs & running elisp | March 6, 2008, 6:15 pm |
| SGF namespace | August 1, 2005, 5:18 pm |
| New Namespace? | January 27, 2007, 3:00 am |
| new framework, namespace help please! | September 12, 2005, 7:15 am |
| TL1 module namespace | May 12, 2005, 1:13 pm |
| A module looking for a namespace | March 4, 2005, 11:15 pm |
|