Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    #use YAML::Syck; $YAML::Syck::ImplicitTyping = 1;
    #DumpFile( 'big_decision_hashref.yml', \%data );
    
  2. or download this
    use strict;
    use warnings;
    ...
    my @act_bsites = @{ $act_bsites_aref };
    
    #print Dumper \@act_bsites; # For debugging