Help for this page

Select Code to Download


  1. or download this
    foreach my $num (keys %{ $test->{dest} } ) {
        print "$num: " . $test->{dest}->{$num}->flags();
    }