RE: EOD

2005-05-07 Thread Charles K. Clarkson
Jim Hansen <> wrote: : Can this be made dynamic or is it strictly static as : far as number of rows and contents: : : For example, this doesn't work, but can it in some : way? What precisely do wish it to do? HTH, Charles K. Clarkson -- Mobile Homes Specialist 254 968-8328 __

Re: EOD

2005-05-07 Thread $Bill Luebkert
Jim Hansen wrote: > Can this be made dynamic or is it strictly static as > far as number of rows and contents: > > For example, this doesn't work, but can it in some > way? > > my $status < > $a=0; > > foreach $server (@Servers){ > >$a++; > >server $server[$a]\n > > } > > EOD Not

Re: EOD

2005-05-07 Thread Jim Hansen
After I sent this I did find it, since someone pointed out my lack of attention to detail.. I thought I should check. After fixing my syntax, it still fails. --- Ted Schuerzinger <[EMAIL PROTECTED]> wrote: > Jim Hansen graced perl with these words of wisdom: > > > my $status < > > > $a=0; > >

Re: EOD

2005-05-07 Thread Ted Schuerzinger
Jim Hansen graced perl with these words of wisdom: > my $status < > $a=0; > > foreach $server (@Servers){ ^ >$a++; > >server $server[$a]\n ^ > } > > EOD Did you use strict and warnings and declare your arrays? They are case- sensitive, so you've go

EOD

2005-05-07 Thread Jim Hansen
Can this be made dynamic or is it strictly static as far as number of rows and contents: For example, this doesn't work, but can it in some way? my $status

Perl.Net, PerlApp fail building executable in activestate PDK on windows

2005-05-07 Thread robert johnson
sorry for the crossposting, but all these lists could be appropriate. please correct me in your reply as needed. i just installed activestate PDK (with Perl.Net, PerlApp, etc) here at home. i cant get any perl executables to build. (I have been successfully using it at work though.) In both ca

Re: SerialPort problems -- cygwin / win32 / *nix

2005-05-07 Thread Sisyphus
- Original Message - From: "robert johnson" <[EMAIL PROTECTED]> > I dont know why its not installing the API.pm i can't just copy the new > API.pm into that directory can i? > 'make install' should be overwriting any existing API.pm with the one in blib, but yes, you could try copy