Maybe BEGIN will allow it...

This commit is contained in:
Sergiotarxz 2024-10-29 22:32:26 +01:00
parent fc7780588f
commit ba74e381af

6
run.pl
View File

@ -1,4 +1,6 @@
#!/usr/bin/env perl
chdir '/app/Hiperthermia';
require '/app/Hiperthermia/scripts/main.pl';
BEGIN {
chdir '/app/Hiperthermia';
require '/app/Hiperthermia/scripts/main.pl';
};