Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    CHILD: Topology/IPClassC/Device
    CHILD: Topology/IPClassC/Device/poll_interval
    CHILD: Location
    
  2. or download this
    D:\Downloads>perl -w tmp.pl
    Use of uninitialized value in quotemeta at tmp.pl line 9, <DATA> line 
    +1.
    ...
    CHILD: Topology/IPClassA/Device = 2/Port/poll_interval
    CHILD: Topology/IPClassC/Device/poll_interval
    CHILD: Location
    
  3. or download this
    CHILD: Topology/IPClassA/Device = 2/Port
    
  4. or download this
    perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ;    # The  
    $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider
    ($c = $d->accept())->get_request(); $c->send_response( new   #in the
    HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' #  web