At 11:21 pm -0700 1/10/03, Tim Warner wrote:

Can I run one Perl script from inside another?

See perlfunc.pod : do EXPR



# somedir/date.pl : $datestring = scalar localtime ;


# somedir/getdate.pl : $datestring = do 'date.pl'; print $datestring ;

JD






Reply via email to