in reply to Re: Web scrapping
in thread Web scrapping

i dont want to print single results, I want to print all

Replies are listed 'Best First'.
Re^3: Web scrapping
by LanX (Saint) on Jul 10, 2025 at 19:50 UTC
    > i dont want to print single results, I want to print all

    you are printing inside a loop iterating over $results

    And now I notice another issue,

    • $result is a scalar

    I don't think you know what you are doing and should try debugging step by step to learn the essentials of Perl programming.

    If this is AI generated code, good luck finding someone who's going to fix all these issues.

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    see Wikisyntax for the Monastery