No modified codes have been submitted for this Microcode.
New Art (NOOArt)
Object oriented non-object oriented art
19. January 2014
Object oriented non-object oriented art
19. January 2014
#!/usr/bin/perl
$artwork = new Art();
package Art;
sub new {$this={};return bless $this;}