Can someone explain the difference between
  use vars qw/$defined_by_vars/ ;
  our $defined_by_our ;
  $not_explicily_defined = 1 ;

Are these all global to the package they are defined it.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to