Sigh ! My mind simply refuses to work. What must I do to print the number of
records $count in line 3.
Thanks
1.@array = qw ( hello world hello how are you );
2.$match = 'HEllo';
3.print "Your search for $match returns $subroutine $count
records\n";
$subroutine = &count;
sub count {
Thanks Damien !
>>Unquoted string "justaname" may clash with future reserved word .."<<
The above seems to imply that it is better to put quotes on file-handles.
Therefore to prevent clashes with future-reserved-keywords, would I be right
to say that it is better to put quotes on filehandle