How do I convert the quadword returned for the UIC.
Here is the snippet of code I am using to get the quadword:
use VMS::User;
$UserName = "DALEW"
$uairef = VMS::User:user_info($UserName);
$uic = $uairef->{UIC};
print "UIC ==> ",$uic,"\n";
My uic is [5,6], and this code returns:
UIC ==> 327686
I want it to display the [5,6]
Thanks
Dale A. Whittemore
Lockheed Martin EIS
[EMAIL PROTECTED]
- RE: Quadword conversion of UIC i... dale . whittemore
- RE: Quadword conversion of ... dale . whittemore
- RE: Quadword conversion of ... John Vottero
- Re: Quadword conversion of ... Ed James, 410-295-1919, [EMAIL PROTECTED]
- RE: Quadword conversion of ... Jordan Henderson
- RE: Quadword conversion of ... Jordan Henderson
