Sorry all, thanks for the help thus far, but let me be more specific.
Perl Script #1 has a variable, let's call it $final. $final is defined by user input, so it is always dynamic. I would like to use the input from $final in Perl Script #1 and use it to pass that input into Perl Script #2.
Thanks.