well,
the problem goes like this :
if($line contains one and only one \t) ### if($line =~ /\t/ (checking for no tab) &&
$line !~( ) )#cheching for more than one tab????
{
}
else
{
}
how to check $line contains how many tabs ..is there any func in perl ####one can do
in c thru pointers but howto do in perl
