Thanks Pietro for you reply. Here are some details. The program foreach (<*>){ print "$_\n"; } gives (1) no error with perl -c (2) runs ok from the command line with perl -e (3) gives: syntax error near unexpected token '(<*'
The same happens when I replace the <*> with glob("*"): syntac error near unexpected token '(glob(' It may be that the fact that bash is the shell is the problem. I tried changing shells to csh, but it made not difference. Another puzzle is that it runs ok from the command line. Sebastian. On Mon, Sep 17, 2001 at 04:14:47PM +0200, Pietro Cagnoni wrote: > > foreach (<*>){ > > print "$_\n"; > > } > > or <*> replaced by glob('*') > > > > do not work. > > what happens exactly? any error messages? any output? > > the glob function is implemented with csh, so this could be a csh > problem. > > pietro. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- Sebastian Canagaratna Department of Chemistry Ohio Northern University [EMAIL PROTECTED]