Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings;
    grep { no strict 'refs'; }qw(x);
    
  2. or download this
    use strict; use warnings;
    grep { 0; no strict 'refs'; }qw(x);