David Leblond wrote:
>I am trying to figure out how to work the SetPixel function.
>For instance, in dc.pl (the sample file), in the paint function I placed
>$W->SetPixel(3,4); and it did nothing. What am I not doing?
hmmm maybe not setting the right color?
from the docs:
SetPixel(X, Y, [COLOR])
Sets the pixel at X, Y to the specified COLOR (or to the current
TextColor() if COLOR is not specified).
__END__
# Aldo Calpini
%x=split(//, "xritajbugne fahokem csuctawer jhdtlrnpqloevkshpr");
foreach (sort keys(%x)) { print $x{$_}; };