Re: How to can develop a program

2022-07-31 Thread Marco Shaw
I didn't try to read and fully absorb what you've been saying. I see mention of PDFs... So if you're trying to work with PDF files, the first thing you can do is Google "Perl PDF extract information". If that comes up empty, or points you to external tools like an external module or command to h

Re: Screen Rotation Windows

2022-02-10 Thread Marco Shaw
I'm going to guess via the Win32 API. See a Python example: https://stackoverflow.com/questions/42007272/screen-rotation-in-windows-with-python On Thu, Feb 10, 2022 at 8:07 AM Acki OL via beginners wrote: > Hello, > > is it possible to change the screen rotation by 90 degrees in windows 10, > e

Re: Varnish module configuration

2020-11-15 Thread Marco Shaw
different places without luck: secret => $self->{'MY_GUID'} // '', secret => $self->{VarnishSecret} // 'MY_GUID', On Sun, Nov 15, 2020 at 6:42 AM Marco Shaw wrote: > https://metacpan.org/source/RCL/Varnish-CLI-0.03/lib%2FVarnish%2FCLI.pm > > I do

Varnish module configuration

2020-11-15 Thread Marco Shaw
https://metacpan.org/source/RCL/Varnish-CLI-0.03/lib%2FVarnish%2FCLI.pm I don't know if I'm doing something wrong. I'm trying to use this CLI against an upgraded Varnish server and it seems the new version is built with a secret being required to connect remotely. I think the relevant sections a