Re: perl, cygwin or caffeine

2005-04-05 Thread beau
It was the caffeine; I didn't want to assign , I wanted to assign from @ARGV. Oi. Sorry for the noise. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: perl, cygwin or caffeine

2005-04-05 Thread Igor Pechtchanski
On Tue, 5 Apr 2005, beau wrote: > Not sure where the problem is, and am not having luck with the > archives. I've got a little dummy script > > <--begin quoted--> > #!/usr/bin/perl > > $foo = ; > > print $foo . "\n"; > <--end quoted> > > It just sits and spins until I kill it. I tried "export >

Re: perl, cygwin or caffeine

2005-04-05 Thread Yitzchak Scott-Thoennes
On Tue, Apr 05, 2005 at 06:43:06PM -0700, beau wrote: > Not sure where the problem is, and am not having luck with the > archives. I've got a little dummy script > > <--begin quoted--> > #!/usr/bin/perl > > $foo = ; > > print $foo . "\n"; > <--end quoted> > > It just sits and spins until I kil