In the debugger you can either use debugger commands or valid Perl, but <"FILE" is neither.
To get the contents of a file into an array, valid Perl isn't that difficult:
DB<1> open ($in,'<','FILE') DB<2> @ln = <$in> DB<3> close $in
In reply to Re: STDIN usage in interactive debug
by haj
in thread STDIN usage in interactive debug
by abdan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |