Help for this page

Select Code to Download


  1. or download this
    for my $i ( keys %{ $config->{item} } ) 
    {
        print $config->{item}->{$i}->{destination_dir};
    }
    
  2. or download this
    for (my $i=0; $i < 4; $i++ ) 
    {
        print $config->{item}->{$i}->{destination_dir};
    }