in reply to Re: anyway to combine these two steps?
in thread anyway to combine these two steps?

; separates statements. Putting two statements onto the same line does not make them a single statement any more than writing this as
($num) = $num =~ m#20(\d)#; ($num) = sprintf( "%02d", $num );
makes it 11 statements.

Replies are listed 'Best First'.
Re^3: anyway to combine these two steps?
by markuhs (Scribe) on Jan 19, 2010 at 09:11 UTC