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.
@a = ( 1,2,3,4,5,4,5,3,2,1 );
@found{@a} = @a;
foreach( sort keys %found ) {
print "$_\n";
}