Help for this page

Select Code to Download


  1. or download this
    use if eval { require mod; 1 }, qw' constant haveMod 1 ';
    
  2. or download this
    use constant haveMod => eval { require mod; };
    
  3. or download this
    use constant {
       map {
    ...
          Bar::Mod
       );
    };