Re: printing existing png image to .pl file ?

2011-12-03 Thread Zak Zebrowski
Yes. Also, you may want to look at imager, which doesn't require image magic (which works better on some environments.). Also, the synopsis of imager produces thumbnails with perl. Best Zak Sent from my iPod On Dec 3, 2011, at 1:55 AM, Huub van Niekerk wrote: > Hi, > > I

Re: Light weight HTTP interface to UDP protocol for ARM processor robotics

2011-11-28 Thread Zak Zebrowski
udp traffic to your remote box, possibly on a different network Does this make sense? Best of luck Zak Sent from my iPod On Nov 28, 2011, at 9:32 AM, Kartik Thakore wrote: > Hello, > > I am mailing this list as I believe I am still a beginner in some areas of > Perl such a

self referential arrays/hashes ?

2011-08-18 Thread Zak
can you reference elements of an array/hash from within that array/ hash for example would @array=(A, B, C, D, $array[0], E, F) fly? Zak -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/