Help for this page

Select Code to Download


  1. or download this
    sub GetSSNameFromFile {
        my ($s_inputFile, $rs_OutputFile, $rs_recurseLabel) = @_;
    ...
        $rs_recurseLabel++;
        # .. as before
    }