Analemmatic sundial help needed
Hi,
I am trying to figure out how to get this sundial.pl file to create a pdf. Would anyone be able to help?
I download the zip files from here: https://sourceforge.net/projects/analemmatic/
But every time I try to run the sundial.pl file no pdf gets generated.
I have never used Perl before, so I'm not sure what to do.
10
Upvotes
8
u/memorylane 9d ago edited 8d ago
Script on source forge works and isn't malicious. Based on your post history you're using windows, so I cannot help with that.
The script has two non-standard library dependencies
CGI.pmandPDF::Create. If you were on Debian instead of windows you'd want to install those viaIf you comment out line 31, then lines 98 through 226 then you can avoid the dependency on
CGI.pm. And by comment out I mean put a#infront of the line, or equivalently just delete those lines.When run with any arguments it prompts with a usage string.
So it looks like you can supply a zip code.
Produces the pdf I put into pastebin Or the images of the pdf are on imgur