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 return

multiple images

2004-06-09 Thread Johan Meskens CS3 jmcs3
# 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://127.0.0.1/cgi-bin/image.cgi\";>"; # this works # first question : what is the cgi-oop-way o