Elegance and constraints
machine-theory.com1 pointsby douglashunter0 comments
my $config = { file_paht => "/opt/config" };
my $path = $config->{file_path};
open (my $fh, "<", $path)
or die "can't open $path: $!";
In the case in the article it's a bug in the implementation, combined with a typo, which introduces the little known feature.
If you can reproduce the error and get an error message from your console, a ticket over at https://github.com/shutterstock/rickshaw/issues would be most welcome.