in reply to Re^4: ' or no?
in thread ' or no?
How "use print to replace them"? If you have a file that has "0xdeadbeef" stored in it, and you want to read it in and show what the decimal equivalent is, you use oct or hex. print doesn't do that. Again, oct is for converting strings containing a number formatted in hex, octal, or binary into something perl can use as a number.