Re: System call to print to webpage

2001-09-23 Thread _brian_d_foy
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (David Freeman) wrote: > $uptime = system ("/usr/bin/uptime"); you want to save the output, so use backticks. my $uptime = `/usr/bin/uptime`; -- brian d foy <[EMAIL PROTECTED]> - Perl services for hire CGI Meta FAQ - http://www.perl.org/CG

Re: FW: associative array of arrays

2001-09-23 Thread Troy Denkinger
On Sunday 23 September 2001 02:20, Zysman, Roiy wrote: > Can any one show me a way on how to use associative arrays to hold array > pointers,and how to modify the arrays (not the associativeones) Well, I suppose one could give examples here, but you're going to be best off if you read about it y

Re: store index numbers of all array1 elements in array2 whichequalkeys in a hash

2001-09-23 Thread birgit kellner
--On Samstag, 22. September 2001 12:26 -0800 Michael Fowler <[EMAIL PROTECTED]> wrote: > On Sat, Sep 22, 2001 at 03:27:01AM +0200, birgit kellner wrote: >> --On Samstag, 22. September 2001 01:09 +0200 Andrea Holstein >> > Simple solution is >> > ... >> > my $index = 0; >> > foreach my $element (