in reply to Re^2: backuping mysql
in thread backuping mysql

or even:

my $file = sprintf 'db.backup.%i.sql', time;

🦛