At 6:49 AM -0700 6/18/11, eventual wrote:
Hi,
After successfully installing
Tuomas J. Lukka > Graphics-Simple-0.04 > Graphics::Simple
I do not know how to use the module. I tried the simple script below
but it wont work and produce error msgs. Can someone teach me how to
use the module to produ
On Jun 18, 6:50 am, rvtol+use...@isolution.nl ("Dr.Ruud") wrote:
> On 2011-06-17 05:34, C.DeRykus wrote:
>
>
> > Ruud:
> >> C.DeRykus:
> >>> Ruud:
> C.DeRykus:
> > Another solution, not necessarily more elegant, but
> > more familiar to most is an eval {} and alarm pair:
>
> > EVA
On 2011-06-17 05:34, C.DeRykus wrote:
Ruud:
C.DeRykus:
Ruud:
C.DeRykus:
Another solution, not necessarily more elegant, but
more familiar to most is an eval {} and alarm pair:
EVAL: {
eval {
local $SIG{ ALRM } = sub { die "alarm"; };
local $SIG{ USR1 } = s
Hi,
After successfully installing
Tuomas J. Lukka > Graphics-Simple-0.04 > Graphics::Simple
I do not know how to use the module. I tried the simple script below but it
wont work and produce error msgs. Can someone teach me how to use the module to
produce simple graph.
Thanks
# script belo