We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb834a commit 3a95061Copy full SHA for 3a95061
custom/copyResults.pl
@@ -11,7 +11,7 @@
11
use Data::Table::Text qw(:all);
12
13
my $home = q(/home/phil/btreeBlock/custom/); # Home folder
14
-my $date = dateStamp;
+my $date = dateTimeStamp; # Separate runs
15
my $source = q(/home/phil/aaa/sc.zip); # Source file after execution on remote server
16
my $target = fpe qw(/home/phil/btreeBlock/custom/), $date, qw(zip); # Local target
17
0 commit comments