[EMAIL PROTECTED] wrote:
Hi all,

Hello,

Is someone able to explain why I am getting the following error, & how I might correct it?
Sorry I'm a bit of a newbie to Perl....


I have recently updated the Perl package I am working with to ActivePerl 5.8.6 and am now getting this error:

"input_record_separator is not supported on a per handle basis at" ..file/linenum...?

Relevant lines of code:-

                 $mif_fh->input_record_separator(undef);
                                $mif_header = $mif_fh->getline;
and

                $fh->input_record_separator(undef);
                        $data_stream = $fh->getline;
and

                $fh->input_record_separator(undef);
                                eval($fh->getline);

Any help/ advice would be greatly appreciated.

Which module(s) are $mif_fh and $fh an object of? What is the version number of the module(s)? Which version of Perl were you using before you updated? Did you update all your modules when you updated Perl?



John
--
use Perl;
program
fulfillment

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to