Help for this page

Select Code to Download


  1. or download this
    my @NotInstalledModules = (
        'Foo::Bar',
        'Bar::Foo',
    )
    
  2. or download this
    foreach (@Dependencies){
        use $_; 
    }