I am not a Perl programmer, but I am working on a program that uses the Date::Calc
module like this
use Date::Calc ("Day_of_Year")
my $jday = Day_of_Year($yr[$n], $mon[$n}, $day[$n]);
I've been having issues with the module and I need to replace the above calculation of Julian day of year in my code.
Does anyone have any ideas? I don't have permissions to install modules so I need a base solution.