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.
$num_pag=<STDIN>;
for ($i=0;$i<$num_pag*3;$i++)
{
push @rif, int(rand $num_pag*2) +1;
}
@array2=@rif[0..3];
print @array2 ," \n";