Skip to content

Instantly share code, notes, and snippets.

@zoffixznet

zoffixznet/p6.p6 Secret

Created July 12, 2018 01:55
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/a38be8a40f447d7d5faa8980a10cb5d3 to your computer and use it in GitHub Desktop.
Save zoffixznet/a38be8a40f447d7d5faa8980a10cb5d3 to your computer and use it in GitHub Desktop.
use DOM::Tiny;
^40 .hyper(:1batch, :64degree).map({
say "Starting worker"; DOM::Tiny.new.parse("content2".IO.slurp).find('#formDiv:nth-child(1) > .formContent > .formGrouping:nth-child(2) > .info')[0].text
}).eager;
say "done";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment