I am trying run a perl file using do which is as follows:
do ($script);
$script will be as /home/sagar/scripts/CLI/test.pl
The do statement returns the error : Bad File descriptor
The respective file exists at the specified location
Actually this works fine on previous setup with Perl 5.8.5, when i had a new setup with 5.8.8 it started showing up problems
Any help is appreciated