Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in heredoc

How to separate a heredoc from other key-value pairs in a hash literal in Ruby?

ruby hashmap literals heredoc

Python subprocess with heredocs

python subprocess heredoc

How to print BOLD text in here doc in Perl?

perl text heredoc bold

Can someone explain this ruby code?

ruby syntax heredoc

Why do I get syntax errors with Perl Here-Document?

perl heredoc

PHP heredoc parse error [closed]

string php heredoc

cURL config file (-k / --config) JSON newlines

Vim HereDoc Highlighting

PHP parses JavaScript content inside heredoc

Is it possible to object-select a heredoc or "here document" with vim?

Can you put a conditional statement inside a here-doc?

ruby heredoc

Trailing spaces removed on Python heredoc lines in PyCharm

How to display the value of an array element or object property in PHP Heredoc syntax

php arrays object heredoc

Bash tries to execute commands in heredoc

linux macos bash shell heredoc

How can I escape code-like things in a Perl string?

perl printing heredoc

How to use A ? x:y syntax with heredoc in PHP?

php syntax heredoc

Ruby HERE-DOC method parameter passing

ruby heredoc

Passing a variable to a remote host in a bash script with ssh and EOF [duplicate]

bash ssh remote-access heredoc

Simple/Direct/Heredoc way of constructing a HTML string in Java

bash variable expansion ${var:+"..."} in here-document removing double quotes?

bash heredoc expansion quoting