here document syntax not working

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • monomaniac21

    #1

    here document syntax not working

    Hi

    on one of my computers the here document syntax (<<<END END;) is not
    working however when used on other comps it is fine.

    What setting needs changing here?

    regards

    marc

  • hackajar@gmail.com

    #2
    Re: here document syntax not working

    Try to use single or double quotes, see if error goes away. Also, are
    they different OS/Hardware plateforms? The files can get munched up
    with \r and \r\n when moving between windows and unix operating
    systems. If your END chars have escape chars in them, that might be
    your problem.

    Got exact details?

    -Hackajar
    monomaniac21 wrote:
    Hi
    >
    on one of my computers the here document syntax (<<<END END;) is not
    working however when used on other comps it is fine.
    >
    What setting needs changing here?
    >
    regards
    >
    marc

    Comment

    Working...