open (INF,"sortby_list.dat"); @file=; close(INF); #### @file = (a..z); #### if (-e $fitem_pathname) { if (-d $fitem_pathname) { unless ($_ eq "..") { unless ($_ eq ".") { $count++; } } } } #### if (-e $fitem_pathname && -d $fitem_pathname) { unless ($_ eq ".." || $_ eq ".") { $count++; } } #### if($_ =~ m/^[$FORM{'sortby'}]/ #### if($_ =~ m/^$FORM{'sortby'}/i)