Re: array push

2004-01-28 Thread Rob Dixon
Wolf Blaum wrote: For Quality purpouses, Rob Dixon 's mail on Tuesday 27 January 2004 12:42 may have been monitored or recorded as: Didn't you mean to put spaces before the last three records? This will be the result of .. well - in Anthonys original mail there were spaces - i just

Re: array push

2004-01-28 Thread Rob Dixon
Wolf Blaum wrote: For Quality purpouses, Rob Dixon 's mail on Tuesday 27 January 2004 00:30 may have been monitored or recorded as: The right conclusion for the wrong reasons Wolf! The spaces are the result of interpolating the array into a string, and the presence of a newline on

Re: array push

2004-01-27 Thread wolf blaum
For Quality purpouses, Rob Dixon 's mail on Tuesday 27 January 2004 12:42 may have been monitored or recorded as: Didn't you mean to put spaces before the last three records? This will be the result of .. well - in Anthonys original mail there were spaces - i just copied that. Or did I

Re: array push

2004-01-27 Thread wolf blaum
For Quality purpouses, Rob Dixon 's mail on Tuesday 27 January 2004 00:30 may have been monitored or recorded as: The right conclusion for the wrong reasons Wolf! The spaces are the result of interpolating the array into a string, and the presence of a newline on each array element is

Re: array push

2004-01-27 Thread Rob Dixon
Wolf Blaum wrote: For Quality purpouses, Rob Dixon 's mail on Tuesday 27 January 2004 00:30 may have been monitored or recorded as: The right conclusion for the wrong reasons Wolf! The spaces are the result of interpolating the array into a string, and the presence of a newline on each

array push

2004-01-26 Thread Anthony J Segelhorst
How come when I push a variable to an array it puts one whitespace before the variables on all the lines except the first one? I would except all the lines not to have the extra white space. Is there an easier way to fill an array with a variable without using the push? $last printed out

Re: array push

2004-01-26 Thread Tim
At 11:17 AM 1/26/04 -0500, you wrote: print @temparray; Take the quotes off. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: array push

2004-01-26 Thread wolf blaum
For Quality purpouses, Anthony J Segelhorst 's mail on Monday 26 January 2004 17:17 may have been monitored or recorded as: How come when I push a variable to an array it puts one whitespace before the variables on all the lines except the first one?  I would except all the lines not to have

Re: array push

2004-01-26 Thread Anthony J Segelhorst
a \n at the end of their emelents. print @temparay; This worked, thanks. Anthony J Segelhorst Enterprise Systems Management Team Phone: 937-495-1876 Email: [EMAIL PROTECTED] wolf blaum [EMAIL PROTECTED] 01/26/2004 11:39 AM To:  cc: Subject:Re: array

Re: array push

2004-01-26 Thread Rob Dixon
Wolf Blaum wrote: For Quality purpouses, Anthony J Segelhorst 's mail on Monday 26 January 2004 17:17 may have been monitored or recorded as: How come when I push a variable to an array it puts one whitespace before the variables on all the lines except the first one? I would except all