Help for this page

Select Code to Download


  1. or download this
    my %structure = (
        dirs    => {
    ...
        },
        files    => [ qw( alpha beta gamma ) ],
    );
    
  2. or download this
    my $return_value = create_structure(\%structure);