I'm facing an interesting challenge here. There's a certain webpage that seems to utilize AJAX for retrieving content based on search queries. My issue arises when attempting to fetch the page using Perl's 'get' method - it only retrieves the script code from the php/html, but not the actual results displayed after manually searching. I'm looking for a solution to be able to retrieve the content of the results page using Perl. Can anyone provide any guidance on how this can be achieved?