Re: how to "bless" while "strict"?

2003-09-17 Thread George Schlossnagle
On Tuesday, September 16, 2003, at 09:26 PM, sfryer wrote: So ... what is the correct "strict" way to "bless $talking, Horse"? bless $talking, "Horse"; George -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how to "bless" while "strict"?

2003-09-17 Thread Jeff 'japhy' Pinyan
On Sep 16, sfryer said: >use strict; >bless $talking, Horse; # <<<< this is the source of the problem Quote 'Horse'. -- Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/ RPI Acacia brother #734 http://www.perlmonks.org/ http://www.cpan.org/ what does

how to "bless" while "strict"?

2003-09-17 Thread sfryer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm working through perlboot right now and have run up against a minor challenge. Unlike the tutorial itself, I'm using "strict" since this is the environment I wish to code in on a day to day basis. Following is example code and the error message it g