in reply to Re: Passing complex html-tag input over command line to HTML TreeBuilder method look_down() properly
in thread Passing complex html-tag input over command line to HTML TreeBuilder method look_down() properly

Was the first part demonstrating how I invoke the program not clear?
bash $: perl ./download.pl --url 'http://www.gocomics.com/9chickweedlane/2019/04/17' --tags div --tags class="comic container js-comic-"
  • Comment on Re^2: Passing complex html-tag input over command line to HTML TreeBuilder method look_down() properly

Replies are listed 'Best First'.
Re^3: Passing complex html-tag input over command line to HTML TreeBuilder method look_down() properly
by Anonymous Monk on Apr 19, 2019 at 01:36 UTC

    I did see the invocation; missed the use both of Getopt::Long & split() when I did not see what input you were actually working with. Then I had answered the wrong, possibly nonquestion of passing the tags & the attributes & the values from the command line to your program based on title of OP.