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]

Reply via email to