drodinthe559 has asked for the wisdom of the Perl Monks concerning the following question:
foreach my $x (@results){ my $ext = "A"; rename ($x->[0], "USB" . $ext); print $x->[0] . "\t" . localtime($x->[1]) . "\n"; ++$ext; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Rename File Name in Array
by rhesa (Vicar) on Jul 20, 2008 at 11:22 UTC | |
by drodinthe559 (Monk) on Jul 20, 2008 at 11:25 UTC | |
by drodinthe559 (Monk) on Jul 20, 2008 at 19:39 UTC | |
by almut (Canon) on Jul 20, 2008 at 19:51 UTC |