#!/usr/local/bin/perl print "Enter the script to execute: "; $SCRIPT = ; print "Enter the source file: "; $DATA = ; print $SCRIPT, "\n";