in reply to
Using expressions in string literals
You might also use sprintf, as in: push(@text, sprintf("CACHEFILE C:\\wwwtools\\analog\\OldLogs\\Cache\\All\\%02d%02d* \n", $ParsedTime
$year
, $Months{$ParsedTime
$month-1
}) );
Comment on
Re: Using expressions in string literals
In Section
Seekers of Perl Wisdom