Changeset 35439
- Timestamp:
- Apr 26, 2013, 1:50:47 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_webrequest.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_webrequest.pl
r35354 r35439 71 71 } 72 72 73 # make a request file 73 # make a request file in a sub directory of the current directory 74 74 my $cur_dir = getcwd(); 75 75 76 76 #print STDERR "cur_dir is $cur_dir\n"; 77 77 78 # put file in directory for the current date 78 79 my $datestr = strftime "%Y/%m/%d", gmtime; 79 80 my $datedir = "$cur_dir/webreq/$datestr";
Note:
See TracChangeset
for help on using the changeset viewer.
