> >Is there a problem with setting the input line delimiter to something >like: > >$/ = "\x0D\x0D\x0A\x0A\x0A\x0A\x0A*\x0D\x0A {38}"; >(don't work) > $/ takes a string, not a regular expression. I don't see how either this or your other example would work. -- Andrew Langmead