Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!rpi!bu.edu!nntp-read!jbw From: jbw@bucsf.bu.edu (Joe Wells) Newsgroups: comp.lang.perl Subject: Bourne Shell's <<-EOF syntax (Feature Request) Message-ID: Date: 17 Nov 90 05:58:30 GMT Sender: news@bu.edu.bu.edu Organization: Boston University Computer Science Department Lines: 23 Feature request: The Bourne shell (later versions) has this syntax: cat <<-EOF First line Second line EOF which is equivalent to this: cat <