Help for this page

Select Code to Download


  1. or download this
    while (<$client>) {        # fetch based on newlines
       ...
       @segments = split /\015/, $message;