>>>>> "Tom" == Tom Ransom <[EMAIL PROTECTED]> writes:
Tom> &cl("$DataDir$template_directory$template_name") =~ /(.+)/; Tom> my $temp_file = $1; #keeps nasties from manipulating Don't ever use $1 without checking the return value of the match. You might be using the previous $1 instead. Ick! -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]