Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gps1979

  1. gps1979

    Date/Time stamp in Perl

    Thanks Travis, I think I can better check it within the Perl script. A good suggestion indeed. Thanks man!!!
  2. gps1979

    Date/Time stamp in Perl

    HI Travs69, thanks for responding. I am on Windows and running this in a Batch file (*.bat). Any idea how to do it in a perl script? Thanks again.
  3. gps1979

    Date/Time stamp in Perl

    Hi Guys, I have a following script where I am redirecting my script's output to a log file with date/time stamp: @echo on FOR /f "tokens=2-4 delims=/ " %%a in ('DATE/T') do SET mydate=%%c-%%a-%%b FOR /f "tokens=1-2 delims=: " %%a in ('TIME/T') do SET mytime=%%a-%%b perl ControlScan.pl >...

Part and Inventory Search

Back
Top