> 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.
> 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.