I get this complaint from 'use strict';

> Bareword "ckKeyBts" not allowed while "strict subs"
> in use at gus_perl/FYBB_DirTree.pm line 425.

I know what it means. I have a sub which is defined
later in the script than it is called on line 425.

After I put an ampersand onto &ckKeyBts at line 425
strict stopped whining.

My question is: what happens when this is the case?
Does Perl, on encountering this former bareword with
ampersand now attached, execute the sub which
is later defined, or does something less desireable
happen?

Thanks,

Gan

--

 Mistera Sturno - Rarest Extinct Bird

 <(+)__       Gan Uesli Starling
  ((__/)=-    Kalamazoo, MI, USA
   `||`
    ++        http://starling.us


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to