in reply to What to do about message 'panic: corrupt saved stack index...'
Brings up: panic: corrupt saved stack index, <STDIN> chunk 2.#!/usr/local/bin/perl print "Enter the script to execute: "; $SCRIPT = <STDIN>; print "Enter the source file: "; $DATA = <STDIN>; print $SCRIPT, "\n";
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 | |
by danengland (Initiate) on Dec 01, 2001 at 02:15 UTC |