in reply to Re: 'use strict' causing me an error
in thread 'use strict' causing me an error

Tried it, still getting error.

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

  • Comment on Re: Re: 'use strict' causing me an error

Replies are listed 'Best First'.
Re: Re: Re: 'use strict' causing me an error
by snowcrash (Friar) on May 25, 2001 at 11:02 UTC
    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