Help for this page
open( SANCLI, "datapath query essmap |" ) or die "unable to open pipe. +.. $!"; $_ = <SANCLI>; # read first line, do nothing with it while(<SANCLI>) { ...
open( SANCLI, "datapath query essmap |" ) or die "unable to open pipe. +.. $!"; $_ = <SANCLI>; ... @fields{@col_headings} = split; ... }