Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    untie %hash;
    $template->param(SHOW_ALL_LOOP => \@loop_data);
    print $template->output;