This website requires JavaScript.
Explore
Help
Sign In
michael
/
programming-examples
Watch
1
Star
0
Fork
0
You've already forked programming-examples
Code
Issues
Pull Requests
Releases
Wiki
Activity
74d8503a20
programming-examples
/
perl
/
Datatype
/
Using hex function to convert octal number to Hexadecimal number.pl
Michael Reber
b880c3ccde
Initial commit
2019-11-15 12:59:38 +01:00
4 lines
48 B
Perl
Raw
Blame
History
#!/usr/bin/perl -w
print
hex
(
"0x30"
)
,
"\n"
;
Reference in New Issue
View Git Blame
Copy Permalink