in reply to Perl printing to HP 7855

I ran the command cups-config --version

This is the result
Command 'cups-config' not found, but can be installed with: sudo apt install libcups2-dev

After installing the libcups2-dev I was able to install Net::CUPS and create a test file to print a file to the printer. Thanks hippo!