sub name { entry ($$){ } entry (\$\$){ } } #### if ($line=~/^\s*(.+)$/) { return $1; }