in reply to How to call perl script within perl script ?

push @INC, 'D:\TEST'; require 'Test1.pl';

Replies are listed 'Best First'.
Re^2: How to call perl script within perl script ?
by koleti (Novice) on Nov 19, 2007 at 18:28 UTC
    use
    do(perl script name/);