in reply to
Insert extension to filename
my $file = 'file';
my $extension = '.123456';
my $file .= $extension;
Update: sorry about that, I misunderstood the question...broquaint's suggestion is the way to go..use File::Copy
Comment on
Re: Insert extension to filename
In Section
Seekers of Perl Wisdom