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
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
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
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://