Help for this page

Select Code to Download


  1. or download this
    
    Time::tm=ARRAY(0x400978cc)
    
  2. or download this
    use Time::localtime;
    $offset = time();
    @yesterday_values = localtime($offset);
    print "@yesterday_values\n"