- or download this
>> text
>>> text
- or download this
>> text
PYTHON_PROMPT text
- or download this
foreach (split("==========\n", <<'__EOI__'))
>>> i = q
...
YES
>>> i = q <--- FAILS!!
__EOI__
- or download this
{
s/
...
print;
print("==========\n");
}
- or download this
foreach (split("==========\n", <<'__EOI__'))
>>> i = q
...
YES
>>> i = q
__EOI__
- or download this
{
foreach ($_) {
...
print;
print("==========\n");
}