Help for this page

Select Code to Download


  1. or download this
    eval { require Foo::Bar };
    die $@ if $@;
    
  2. or download this
    use Foo::Bar;