John Tobey wrote:
>
> On Sun, Aug 05, 2001 at 09:05:27AM -0400, Greg London wrote:
> > Hey, since when could perl do this?
> >
> > open(INPUT,$name);
> > my $line = < 'INPUT' >;
> > close(INPUT);
>
> I couldn't get this example to work,
Hm, tried it this morning, and I cant get it to work either.
I blew away my original script, so I can't see what I was running.
I was working over a VPN, so I couldn't just cut and paste
(I gotta figure out how to do that.)
So, this must have been a fat-finger mistake. sorry.
But, thanks everyone, for the other File IO related answers.
Greg