Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi monks,I'm looking for wisdom. Let's assume i want to draw something on my screen. Normally i would use a module for that, like f.e. GD. I understand that module would have been written in C, plz. correct me if i'm wrong. Would it be possible to do this in Perl without using any modules whatsoever. I mean adress the computerscreen (pixel by pixel) so to say, and where could i find information about that. Just out of curiosity off course.Thank you.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: computer screen
by SuicideJunkie (Vicar) on Jul 23, 2013 at 20:20 UTC | |
Re: computer screen
by pemungkah (Priest) on Jul 24, 2013 at 02:37 UTC | |
Re: computer screen
by Anonymous Monk on Jul 24, 2013 at 04:21 UTC | |
Re: computer screen
by Anonymous Monk on Jul 24, 2013 at 05:15 UTC | |
by SuicideJunkie (Vicar) on Jul 24, 2013 at 13:14 UTC | |
Re: computer screen
by sparkyichi (Deacon) on Jul 23, 2013 at 22:34 UTC | |
by 5mi11er (Deacon) on Jul 23, 2013 at 22:49 UTC |