2009/2/20 prasath_linux <prasath....@gmail.com>:
> Dear Friends,
>
>    I am beginner & i am new in perl scripting language, currently i
> using perl 5.8.8 version. I installed DBI module through CPAN to
> connect different database.  Yes i got output by connecting to the
> database.
>
> My problem is :
>
>    My first perl script filename is :  first.pl
>    My second perl script filename is : second.pl
>
>    *   When i run my first perl script file ( first.pl ) it running
> and i got the output.
>    *   But when i used to run my second perl script file
> ( second.pl )  its not running & i didn't get the output.  Its showing
> "Internet Server Error" in the browser.
>
> This is my error in the browser:
>
> "Internet Server Error"
>
> The server encountered an internal error or misconfiguration and was
> unable to complete your request.


/path/to/perl -c second.pl might give you more information. Failing
that drop the -c and see what it says.

Good luck,
Dp.

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to