Paul Tremblay wrote:
> 
> Is there a way to convert a decimal number to a hexidecimal number in
> perl?
> 
> I have expressions like this:
> 
> \u8195\'20
> \u9824\'3f
> 
> The number after the u is a decimal number that needs to be converted
> to hexidecail. The number after the second slash needs to simply be
> elimianted. Thus, the two lines above should look like:
> 
>  
> ♠


perldoc -f sprintf


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to