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.
yum install perl-GD
yum install perl-XML-Parser
yum install perl-Regexp-Copy
etc
yum install perl-CPAN
# cpan install Image::Resize
(perl 5.8)
# cpan Image::Resize
(perl 5.10)
perl Makefile.PL
make
make test
make install
perl -e '$|=$i=1;print" oo\n<|>\n_|_";x:sleep$|;print"\b",$i++%2?"/":"_";goto x;'