Help for this page

Select Code to Download


  1. or download this
    @t=localtime;
    print $t[6]+6;
    
  2. or download this
    @t=localtime;
    print $t[6]+2;