in reply to
Problem calling one script from another
try this:
#!/usr/bin/perl -w
do 'indexer.pl';
1;
Celebrate Intellectual Diversity
Comment on
Re: Problem calling one script from another
In Section
Seekers of Perl Wisdom