elsif(/^(TITLE)\s+(\S.*)/) { $title = "$1\n\t\t $2\n" } elsif(/^(ORGANISM)\s+(\S.*)/) { $org = "$1\n\t\t $2\n" }