in reply to What to do about message 'panic: corrupt saved stack index...'

I am using Perl version 5.005_03. This is what I reduced my script down to and I still get that same message.
#!/usr/local/bin/perl print "Enter the script to execute: "; $SCRIPT = <STDIN>; print "Enter the source file: "; $DATA = <STDIN>; print $SCRIPT, "\n";
Brings up: panic: corrupt saved stack index, <STDIN> chunk 2.

Edit kudra, 2001-12-042 Changed title

Replies are listed 'Best First'.
Re: More info on previous post
by dws (Chancellor) on Dec 01, 2001 at 02:12 UTC
    First, when adding new info to an existing post, please reply to your original rather than starting a new thread.

    Your install of Perl is very likely corrupted. I recommend uninstalling/reinstalling.

      Ok thanks for the info. I will give it a try. Sorry about not posting in the correct place. Dan