Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: oas408 CGI/Perl problem

Re: oas408 CGI/Perl problem

From: Jason <plumlee_at_NOcpcuiiaSPAM.org>
Date: 27 Jan 2000 15:42:30 -0600
Message-ID: <m0a19sgmdiahuu9s4p6j9759mmrno5tn00@4ax.com>


On Tue, 18 Jan 2000 13:29:07 +0100, Tim van Dooremalen <dooremti_at_iquip.nl> wrote:

> #!/usr/bin/perl
> print "Hello World!\n";
> print $ARGV[0]."\n";
>

I'm no expert but try it this way:
print "$ARGV[0]\n"; Received on Thu Jan 27 2000 - 15:42:30 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US