in reply to 'use strict' causing me an error

The documentation suggests you do:
You can pass filehandles to carpout() in a variety of ways. The "correct" way according to Tom Christiansen is to pass a reference to a filehandle GLOB:
carpout(\*LOG);


japhy -- Perl and Regex Hacker

Replies are listed 'Best First'.
Re: Re: 'use strict' causing me an error
by nysus (Parson) on May 25, 2001 at 10:35 UTC
    Tried it, still getting error.

    $PM = "Perl Monk's";
    $MCF = "Most Clueless Friar";
    $nysus = $PM . $MCF;

      the code runs fine for me under use strict;, probably your error is somewhere else in your code, or you're running some really weird ancient version of perl.
      supplying a link to the whole code and giving your version of perl and your plattform might help!

      cheers
      snowcrash