Hello,

What is the best way to convert a numeric cobol format S9(09)V9(04) in a
more readable way.

For example:

 000001000000} will be -1000.0000
 000001000000{ will be  1000.0000 

It works with substr and =~, but may be there is a module or another better
way.

Thank you.

Olivier 

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to