Help for this page

Select Code to Download


  1. or download this
        use POSIX;
     
    ...
        print strftime "some format", $chunks [0], $chunks [1], $chunks [2
    +],
                                      $chunks [3], $chunks [4], $chunks [5
    +],
                                      $chunks [6], $chunks [7], $chunks [8
    +];
    
  2. or download this
        print strftime "some format", localtime;