open(FILE,$FILEVARNAME); While(){ (/^\s*$/) and next; chomp $_; push(@array,$_); } close(); $SIZE=@array; $select = rand($SIZE); print @array[$select];