Re: how to use Graphics-Simple-0.04 > Graphics::Simple

2011-06-18 Thread Jim Gibson
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

Re: Reliably restarting "sleep"

2011-06-18 Thread C.DeRykus
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

Re: Reliably restarting "sleep"

2011-06-18 Thread Dr.Ruud
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

how to use Graphics-Simple-0.04 > Graphics::Simple

2011-06-18 Thread eventual
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