Re: $_ = undef; # Creates 'modicication of read-only' error

2003-01-10 Thread Lee Goddard
As I mentioned in my post after the one you replied to, it must have become a reference, don't you think? I've got the flu - don't quote me on anything. But in the post you replied to, I thought I included the perl POD that contains an example like yours? At 03:39 10/01/2003, Carl Jolley

Re: $_ = undef; # Creates 'modicication of read-only' error

2003-01-10 Thread Thomas R Wyant_III
Lee Goddard [EMAIL PROTECTED] wrote: Here's a funny thing: I'm getting the runtime error Modification of a read-only value attempted when $_ is set to any value (including undef). This is the only $_ in the scope, and it doesn't matter where in the block I put it. First thing in a