Actually, mac os already has OpenGL and it normally works with projects in C ++. Wanted to fasten it to the project on Perl. Faced a problem:
Can't locate OpenGL.pm in @INC (you may need to install the OpenGL module) (@INC contains: /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18 .) at /Users/stolz/code/perl/cg/triangle.pl line 3. BEGIN failed--compilation aborted at /Users/stolz/code/perl/cg/triangle.pl line 3.
The third line is Use OpenGL;
How do I install this OpenGL module?