RE: Format of array in HTML text box gone weird...

2001-12-17 Thread Peter Scott
At 05:19 PM 12/17/01 +1030, Daniel Falkenberg wrote: >print< > >   > Out > Of Office Message > > cols="41">@vac >   > Easiest thing to maintain would be something like my $vac = join '', @vac; Then put $vac inside the textarea inst

RE: Format of array in HTML text box gone weird...

2001-12-16 Thread Daniel Falkenberg
-Original Message- From: Kristina Nairn [mailto:[EMAIL PROTECTED]] Sent: Monday, 17 December 2001 3:14 PM To: Daniel Falkenberg; Peter Scott Cc: [EMAIL PROTECTED] Subject: Re: Format of array in HTML text box gone weird... Try the following code: undef $"; print "@lines"; $"

Re: Format of array in HTML text box gone weird...

2001-12-16 Thread Kristina Nairn
e got a 'print "@lines";' thing going on. Please include your perl code in your post. Cheers, Kristina - Original Message - From: "Daniel Falkenberg" <[EMAIL PROTECTED]> To: "Peter Scott" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>

RE: Format of array in HTML text box gone weird...

2001-12-16 Thread Daniel Falkenberg
Peter, That is exactly what it does but is there any way to get rid of that? Regards, Dan -Original Message- From: Peter Scott [mailto:[EMAIL PROTECTED]] Sent: Monday, 17 December 2001 2:28 PM To: Daniel Falkenberg; [EMAIL PROTECTED] Subject: Re: Format of array in HTML text box gone

Re: Format of array in HTML text box gone weird...

2001-12-16 Thread Peter Scott
At 02:23 PM 12/17/01 +1030, Daniel Falkenberg wrote: >Just working on some HTML stuff at the moment and I have a come across a >little problem that I don't really understand > >Basically I place the following ararry (really only text) into a >scrolling text box but when the text array is seen