Re: Poll for my site

2002-03-19 Thread Mark Bergeron
You could run a small img though your while loop and have it place one next to the other (side by side) using your rowcount values. That would be one way. or you could try it with a foreach() as well. Mark -Original Message- From: "GsuLinuX"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [E

Re: Poll for my site

2002-03-19 Thread Curtis Poe
--- Henk van Ess <[EMAIL PROTECTED]> wrote: > I just uploaded this VERY simpele script, but whatever I try, it doesn't > work. I chmod'ed to 644,655,755,555,666 but it didn't run. What am I doing > wrong? > > #!/usr/bin/perl > > # Fig. 2.1: fig02_01.pl > > # A first program in Perl > > print "

RE: Poll for my site

2002-03-19 Thread Eric Peers
-Original Message- From: Henk van Ess [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 2:11 PM To: [EMAIL PROTECTED] Subject: Re: Poll for my site I just uploaded this VERY simpele script, but whatever I try, it doesn't work. I chmod'ed to 644,655,755,555,666 but it

Re: Poll for my site

2002-03-19 Thread Henk van Ess
I just uploaded this VERY simpele script, but whatever I try, it doesn't work. I chmod'ed to 644,655,755,555,666 but it didn't run. What am I doing wrong? #!/usr/bin/perl # Fig. 2.1: fig02_01.pl # A first program in Perl print "Welcome to Perl!\n"; # print greeting -- To unsubscribe, e-m