Help for this page

Select Code to Download


  1. or download this
    my ( $id, $area, $cpu, $ip, $ip2 ) = @{$IpInfo->[0]};
    
  2. or download this
    use Data::Dumper;
    
    ...
            ];
    my ( $id, $area, $cpu, $ip, $ip2 ) = $IpInfo->[0];
    print Dumper($id);
    
  3. or download this
    $VAR1 = [
              '20',
    ...
              '55',
              '56'
            ];