Here Documents

This forum can be browsed by the general public. Posting is limited to current SAPIEN license holders with active maintenance and does not offer a response time guarantee.
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 17 years and 3 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
siposg
Posts: 6
Last visit: Mon Feb 05, 2007 10:26 pm

Here Documents

Post by siposg »

How can I get PrimalScript to stop syntax checking within the block of Perl here-documents?
User avatar
Alexander Riedel
Posts: 8479
Last visit: Thu Mar 28, 2024 9:29 am
Answers: 19
Been upvoted: 37 times

Here Documents

Post by Alexander Riedel »

Can you elaborate on that? We have no live syntax checking for Perl, so I am not quite sure what you are referring to.

Alex
Alexander Riedel
SAPIEN Technologies, Inc.
User avatar
siposg
Posts: 6
Last visit: Mon Feb 05, 2007 10:26 pm

Here Documents

Post by siposg »

I am sorry, I meant syntax coloring. Example:

print <<END;

... arbitrary text block ...

END

Basically, the arbitrary text block is just raw data that should be treated like a multi line string literal.
User avatar
Alexander Riedel
Posts: 8479
Last visit: Thu Mar 28, 2024 9:29 am
Answers: 19
Been upvoted: 37 times

Here Documents

Post by Alexander Riedel »

Sounds like a bug, I'll check on it.

Alex
Alexander Riedel
SAPIEN Technologies, Inc.
This topic is 17 years and 3 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.