Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
{
key1 => 'value1',
key2 => 'value2',
}
my $data = do '/path/to/file';
print $data->{key1};