in reply to Web scrapping

There are multiple issues

>

040: push @{$dict_res{'away_teams'}}, @away_teams[$ind]; 041: print %dict_res;

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

Replies are listed 'Best First'.
Re^2: Web scrapping
by joyfedl (Acolyte) on Jul 10, 2025 at 18:51 UTC

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

      > 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