Re: Delete an element in an array

2005-02-25 Thread Oliver Fuchs
On Mon, 21 Feb 2005, Bob Showalter wrote: > Oliver Fuchs wrote: > >Hi, > > > >I want to save names from to an array. > >Afterwards I want to delete a single name in the array received again > >from . > > > >This is what I have: > > > >#!/u

Re: Delete an element in an array

2005-02-25 Thread Oliver Fuchs
On Mon, 21 Feb 2005, Wagner, David --- Senior Programmer Analyst --- WGO wrote: > Oliver Fuchs wrote: > > Hi, > > > > I want to save names from to an array. > > Afterwards I want to delete a single name in the array received again > > from . > > >

Delete an element in an array

2005-02-21 Thread Oliver Fuchs
Hi, I want to save names from to an array. Afterwards I want to delete a single name in the array received again from . This is what I have: #!/usr/bin/perl use warnings; print "Some names please: \n"; @names = ; print "Delete one name? \n"; $deleted = ; foreach $item (@names) { unles

Re: getting +*-/ from $operator= in print

2005-02-16 Thread Oliver Fuchs
On Wed, 16 Feb 2005, Ankur Gupta wrote: > > > > > >print "First value: "; > >chomp ($value1=; > >print "Second Value: "; > >chomp ($value2=; > >print "Operator: "; > >chomp ($value3=; > > > >print ($value1 $value3 $value2, "\n"); > > > >But that was malfaunctioning. Is there a way to put the STDIN

Re: getting +*-/ from $operator= in print (solved)

2005-02-16 Thread Oliver Fuchs
On Tue, 15 Feb 2005, John W. Krahn wrote: > Oliver Fuchs wrote: > >Hi, > > Hello, > > >I am a very beginner to perl so may be this question is stupid or too low > >leveled then please ignore. > > > >I tried to wright a little calculator in

getting +*-/ from $operator= in print

2005-02-15 Thread Oliver Fuchs
Hi, I am a very beginner to perl so may be this question is stupid or too low leveled then please ignore. I tried to wright a little calculator in perl - nothing difficult - very simple: #!/usr/bin/perl -w print "First value: "; chomp ($value1=); print "Second value: "; chomp ($value2=); print "

Re: test - please ignore

2004-04-04 Thread Oliver Fuchs
On Sun, 04 Apr 2004, Paul Johnson wrote: > But yes, test messages are not necessary. If you need to ask something, > just do so. If you need to test something, find an appropriate forum. > If you need to read something, just wait a few minutes. Yes, shame on me ... I hate test-messages too ...

test - please ignore

2004-04-03 Thread Oliver Fuchs
-- ... don't touch the bang bang fruit -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]