Mega Code Archive
Categories
/
Perl
/
Data Type
Using oct function to convert number to octal numbers
#!/usr/bin/perl -w print oct("030"), "\n";