Dear Guru's,
   
  I want to set the date of the system. The problem got solved by usiong the 
following method.
   
  #####
  use strict;
  use warnings;
  my $result = system ("date < newdate.txt");
  #####
  In newdate.txt i entered my own date.
   
  I used Win32::API module in another perl code. It was very helpfull indeed. 
The replies gave me more knowledge and the correct way of approach in solving 
the problem. I am very thankful to every one. 
   
  Thanks and Regards,
  Raj.

 
---------------------------------
We won't tell. Get more on shows you hate to love
(and love to hate): Yahoo! TV's Guilty Pleasures list.
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to