in reply to Convert string to decimal to octal

umm... I don't think you need to worry about perl converting a sting to a decimal. If I'm understanding what you want to do correctly, Perl will do that conversion autmatically - it all depends on how you use the value - Perl does its magic and silently converts it as required...

edit
actually I don't understand why its necessary to do any converting if you're already passing into perl an octal. perhaps you could provide an example?

Replies are listed 'Best First'.
Re^2: String to decimal to octal
by patt (Scribe) on Aug 16, 2009 at 22:18 UTC
    Perfect BrowserUK. I understand. Thank you...