Help for this page

Select Code to Download


  1. or download this
    my $record = " 127.0.0.1   1COMPUTER1    09/13/30828 22:48:05";
    my @iparray = map {s/ //g;$_} split /[.]/, substr ($record,0,17);
    print "@iparray";