Help for this page

Select Code to Download


  1. or download this
    --- pm_chat2_orig    2009-10-06 13:26:40.540719370 +0200
    +++ pm_chat2    2009-10-06 14:15:21.456289356 +0200
    ...
     
     while (1) {
       getprivatemessages;
    
  2. or download this
    #!/usr/bin/perl -w 
    
    ...
      }
    }
    
  3. or download this
    #!/usr/bin/perl -w 
    
    ...
       $res->is_success or die "POST Error: " . $res->status_line . "\n";
       print $res->status_line, "\n";
    }