- Timestamp:
- May 9, 2013, 11:25:56 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130419/pstamp/scripts
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp_webrequest.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/pstamp/scripts
- Property svn:mergeinfo changed
/trunk/pstamp/scripts merged: 35432,35438-35440,35486-35487,35497-35498,35504
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130419/pstamp/scripts/pstamp_webrequest.pl
r35354 r35545 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.
