in reply to Re: Method autovivification with variable values?
in thread Method autovivification with variable values?
Which works, and allows us to pass almost any image type.package MY::PATH::Config.pm ...... more code ...... $configs{images}{attach} = "/path/to/image/dir/"; and later, in another module my $img = "$configs{images}{attach}" . "$att->{mime_type}" . ".gif"; <img src=$img>
|
|---|