Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Last active September 26, 2017 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/3154c55844f16556f4e3fffe1ae4468b to your computer and use it in GitHub Desktop.
Save zoffixznet/3154c55844f16556f4e3fffe1ae4468b to your computer and use it in GitHub Desktop.
zoffix@VirtualBox~$ perl6 -e 'react { whenever $*IN.Supply(:size<1>).lines { .say } }'
line 1
line 1
second line
second line
third line
third line
^C
zoffix@VirtualBox~$ perl6 -e 'react { whenever $*IN.lines.Supply { .say } }'
line 1
line 1
second line
second line
third line
third line
^C
zoffix@VirtualBox~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment