Help for this page

Select Code to Download


  1. or download this
    # You assign values to pluralized versions of variables:
    ($ips,$times,$locationold,$titles)=split('×',$lines);
    
    # Then you *use* singular versions of those variables:
    $line="$ip×$time×$place×$title";
    
  2. or download this
    ${$location}{online}
    ${$loc}{online}