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.
@INC = (
'C:/Perl/lib',
'C:/Perl/site/lib',
'.',
);
C:/Perl/lib/LWP/UserAgent.pm
C:/Perl/site/lib/LWP/UserAgent.pm
./LWP/UserAgent.pm
use lib "./mymodules";
use My::Custom::Module;