Help for this page

Select Code to Download


  1. or download this
    my %dep = (
         'Foo'      => [ 'Bar','Baz' ],
         'Foo::Bar' => [ 'Foo' ],
         'Bar'      => [ 'Fubar' ],
    );
    
  2. or download this
    'Fubar','Bar','Baz','Foo','Foo::Bar'
  3. or download this
    'Fubar','Foo','Bar','Baz','Foo::Bar'
  4. or download this
    'a' => [ 'b','c' ]
    'a' => [ 'c','b' ]