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;
Comment on
Re: Re: print statement problem
Download
Code
In Section
Seekers of Perl Wisdom