use Time::Local; : Time « System Functions « Perl






use Time::Local;

      

use Time::Local;
print timelocal(0, 0, 0, 1, 1, 2000);

   
    
    
    
    
    
  

Related examples in the same category