Data Type Perl

#!/usr/bin/perl
use warnings;
print hex("0x30"), "\n";
print oct("030"), "\n";