stolzstudio has asked for the wisdom of the Perl Monks concerning the following question:
But in line glpOpenWindow i have error:use OpenGL; sub glInit { glpOpenWindow(); } glInit(); print "Press return to exit\n"; while ( <> ) { exit; }
How can i fix it?Goto undefined subroutine &AutoLoader::AUTOLOAD at /Library/Perl/5.18/ +darwin-thread-multi-2level/OpenGL.pm line 6110.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error in OpenGL
by kevbot (Vicar) on Apr 10, 2016 at 06:13 UTC | |
|
Re: Error in OpenGL
by jmlynesjr (Deacon) on Apr 11, 2016 at 01:08 UTC |