Help for this page

Select Code to Download


  1. or download this
    BEGIN {
      if ($condition) {
        use Foo;
      }
    }
    
  2. or download this
    BEGIN {
      if ($condition) {
    ...
        }
      }
    }
    
  3. or download this
    print Bar::new();
    print Bar::old();
    ...
    }
    
    1;