Re: map function has me confused

2001-06-12 Thread Tom Watson
to Amazon is called for! Thanks for your help - I *think* I have a better understanding of map now ;) Tom Watson -- Go to: www.abaselivemusic.com

RE: map function has me confused

2001-06-12 Thread Tom Watson
push @bar, $temp; } to end up with @foo (as above) and @bar: "element 1", "element 2 " and so on. I was thinking it might be possible to do this in one line using map..? Tom Watson

map function has me confused!

2001-06-12 Thread Tom Watson
ust have the feeling that I'm missing some vital information, somehow :( Thanks in advance for the help ;) Tom Watson

RE: Can I tell how a program is called?

2001-05-28 Thread Tom Watson
he link if you do that. > :-) > --lucy Tom Watson Go to : www.abaselivemusic.com

Can I tell how a program was called?

2001-05-28 Thread Tom Watson
Firstly, HI to everyone - and thanks to the gurus for all the good advice for us beginners :) Now, the problem. I was working on a project and realized that if I created a simple shell program I could make things easier for myself. However, when I started to code I found myself with a dilemma