Help for this page

Select Code to Download


  1. or download this
    my $oldsigchld = $SIG{CHLD};
    $SIG{CHLD} = 'DEFAULT';
    # get info for all interfaces                                         
    +                                                              
    my $Info = Net::Ifconfig::Wrapper::Ifconfig('list', '', '', '');
    $SIG{CHLD} = $oldsigchld if(defined $oldsigchld);
    
  2. or download this
    # get info for all interfaces                                         
    +                                                              
    my $Info = Net::Ifconfig::Wrapper::Ifconfig('list', '', '', '');
    require Schedule::Cron;