index inside foreach{ ..}

2001-08-14 Thread matthschulz
I have read something but could not find an answer: I had to do a foreach like this: A @a = ("a","b","c","d","e"); foreach $b (reverse @a) { print "$b\n"; }; Now i needed to access the index inside the foreach to do: B

Re: Hi, what time() ^ $$ means?

2001-07-10 Thread matthschulz
Am Dienstag, 10. Juli 2001 21:27 schrieb Erik W: > --- "Stephen P. Potter" <[EMAIL PROTECTED]> > > wrote: > > Lightning flashed, thunder crashed and Erik W > > > > <[EMAIL PROTECTED]> whispered: > > | time() ^ $$ > > | > > | What ^ and $$ mean here? > > | > > | ^ bit xor? > > | $$ logic and? >

Visualizing of data (Diagram)

2001-07-10 Thread matthschulz
Is there a modul out there which makes diagrams which can be actualized? I want to use it for displaying data from a multimeter and a AD-Modul. Thanks Matth