Help for this page

Select Code to Download


  1. or download this
    {
        local $\ = "\n";
    ...
        }
        print scalar localtime, ", which is wrong.";
    }
    
  2. or download this
    Thu May 30 23:19:56 2002
    Thu May 30 21:19:56 2002
    Thu May 30 21:19:56 2002, which is wrong.