Help for this page

Select Code to Download


  1. or download this
    if ( $Line2 =~ m/^hostname / ) {
       @Data2 = split( ' ', $Line2 );
       $Rname = $Data2[ 2 ] ;
       last ;
     }