Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    my @Property = qw(FolderProperty1 FolderProperty2 FolderProperty3);
    my %O_P = ( 'FolderObject' => \@Property );
    
  2. or download this
    my $second_property = $O_P{'FolderObject'}->[1];