Help for this page

Select Code to Download


  1. or download this
    sub fill_template {
        my( $template, %values ) = @_;
    ...
        my $user_data = fill_template( $data, USER_C => $arr[$i], IP => $a
    +rr1[$i] );
        print $user_data; # well, output to a file, but that's another pro
    +blem
    }