Help for this page

Select Code to Download


  1. or download this
    while () {
    
  2. or download this
    while (<USERS>) {
    
  3. or download this
      $j, $j, $j, $j, $j, $month, $date, $time, $uname) = split;
    
  4. or download this
      ($month, $date, $time, $uname) = (split)[5..8];