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.
my %hash;
$hash{a} = 12;
$hash{b} = 7632;
$hash{function} = \&some_sub;
sub some_sub
{
#that does something
}