programming-examples/perl/Datatype/Using oct function to convert number to octal numbers.pl
2019-11-15 12:59:38 +01:00

3 lines
45 B
Perl

#!/usr/bin/perl -w
print oct("030"), "\n";