Perl do
Basically after calling do $filename; we need to check both $! and $@ and verify that both are empty as either one of them can contain an error.
December 14, 2020 at 9:15:20 AM EST
*
FILLER
Basically after calling do $filename; we need to check both $! and $@ and verify that both are empty as either one of them can contain an error.