Julia on a cluster using SLURM, dependencies

Do I need my script to call the project module?

That is do I need it to be of the form

module TestProject
greet() = print(“Hello World!”)
using Statistics
using Distributions
open(“./testing_write_proj.txt”, “w”) do file
write(file, “worked 1:03 edit”)
end
end # module TestProject