View Single Post
  #2 (permalink)  
Old 07-19-2007, 06:45 AM
raj raj is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 89
raj is on a distinguished road
Default Re: How to set Perl Interpreter within perl script

hi,

#!/usr/bin/perl -w

`perl /home/com/begp/test_script.pl $f` || die "Error!";


for site reference: Re: calling a perl script within a perl script
Reply With Quote