Help for this page

Select Code to Download


  1. or download this
    
    use Time::Local;
    ...
      no warnings;
      print timelocal(0,0,0,15,6,2005),$/;
    }
    
  2. or download this
    {
      local $^W;
      ...
    }