RE: multiple images

2004-06-10 Thread Charles K. Clarkson
From: Johan Meskens CS3 jmcs3 <> wrote: : # here is what five.cgi consists of : # ( it returns a random gif-image ) : : use warnings; : use strict; : : use CGI; : : my $dirpath = '/Users/Shared/ChromaticSpaceAndWorld/INTRA'; : : opendir( DIR, $dirpath ) || die " espejo de vidrio $! "; : my @fi

Re: multiple images

2004-06-09 Thread Johan Meskens CS3 jmcs3
Charles K. Clarkson escribió: From: Johan Meskens CS3 jmcs3 <> wrote: : # hello .. : # second question : how can i insert more than one image # i tried : the following: : : # foreach( 1..6 ){ : #print "http://127.0.0.1/cgi-bin/five.cgi\";>"; # } : : # but this returns 6 times the same image

Re: multiple images

2004-06-09 Thread Brad Lhotsky
On Wed, Jun 09, 2004 at 06:57:08PM +0200, Johan Meskens CS3 jmcs3 wrote: > > # hello > > # i don't know what comes first > # , source or question > > # thus > > #!/usr/local/bin/perl > > use CGI; > use strict; > use warnings; > YAY! > my $q=CGI->new(); > > print $q->header; > print $q->star

RE: multiple images

2004-06-09 Thread Charles K. Clarkson
From: Johan Meskens CS3 jmcs3 <> wrote: : # hello : : # i don't know what comes first : # , source or question : : # thus : : #!/usr/local/bin/perl : : use CGI; : use strict; : use warnings; : : my $q=CGI->new(); : : print $q->header; : print $q->start_html; : : # things : : print "http://