[sf-perl] Do You Twitter?

Joe Brenner doom at kzsu.stanford.edu
Sun Sep 23 08:49:43 PDT 2007


Andy Lester <andy at petdance.com> wrote:

> Michael Friedman wrote:
>
> > "use strict is too strict"
>
> In what way?

Once in a great while I want to do something like:

  {
     no strict 'refs';
     my $value = &{ $constant_name };
  }

But that's about all I can think of.  And I agree that it's cool that
you can turn it off just for a moment (but I might not if I were
managing a group of sloppy programmers).



More information about the SanFrancisco-pm mailing list