Help for this page

Select Code to Download


  1. or download this
    $data = (head('http://web/web.html'))[2];
    print "$data\n";
    
  2. or download this
    $dayz = (Sun,Mon,Tue,Wed,Thu,Fri,Sat)[(localtime)[6]];
    
    print $dayz;