Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      select undef, undef, undef, 0.2; # FIXME your non-network stuff
      checkforrequests(); # this is added to your loop
      }
    
  2. or download this
    wget -q -O - http://localhost:8080/CMD=changeplaylist
    
  3. or download this
    got HTTP packet: GET /CMD=changeplaylist HTTP/1.1
    got HTTP packet: User-Agent: Wget/1.21.1
    ...
    got HTTP packet: Host: localhost:8080
    got HTTP packet: Connection: Keep-Alive
    got HTTP packet: