Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!samsung!uakari.primate.wisc.edu!uflorida!mephisto!mcnc!uvaarpa!mmdf From: frech@mwraaa.army.mil (Norman R. Frech CPLS) Newsgroups: comp.lang.perl Subject: $/ Message-ID: <1990Sep7.170029.16710@uvaarpa.Virginia.EDU> Date: 7 Sep 90 17:00:29 GMT Sender: mmdf@uvaarpa.Virginia.EDU (Uvaarpa Mail System) Reply-To: frech@mwraaa.army.mil Organization: The Internet Lines: 8 I am working on a mailbox conversion routine and would like to use ^A^A^A^A\n^A^A^A^A\n as $/, slurp the whole file and process each message as $_. The problem is when I set $/ it only takes the first ^A as the record seperator (this is what the manual also indicates should happen). Is there a way to overide this convention and specify $/ to longer than one character? Norm Frech < frech@mwraaa.army.mil >