in reply to Re: Difference of localtime
in thread Difference of localtime

Perl's opcodes are arranged in an execution tree as well as the parse tree. The - to the left indicates that scalar was optimized away and is not in the execution tree. -MO=Concise,-exec shows only the execution tree.

The s to the right of localtime indicates scalar context in both cases.