in reply to Re: Is require still required?
in thread Is require still required?
Except it's a really unreliable way to return a value.
require './hash.pl'; use strict; use warnings; use Data::Dump; my $var = require './hash.pl'; dd $var;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Is require still required?
by shmem (Chancellor) on Feb 02, 2024 at 11:41 UTC | |
by haj (Vicar) on Feb 02, 2024 at 13:34 UTC | |
by shmem (Chancellor) on Feb 03, 2024 at 11:07 UTC | |
by choroba (Cardinal) on Feb 03, 2024 at 20:04 UTC | |
by LanX (Saint) on Feb 03, 2024 at 21:29 UTC |