in reply to Re: print statement problem
in thread print statement problem

 print "$title[1]\n"; prints second element of @title, not of $title.
$title and @title is diferent variables in perl;