FW: associative array of arrays

2001-09-22 Thread Zysman, Roiy
Hi all, 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) Thx

System call to print to webpage

2001-09-22 Thread David Freeman
Hi all, I thought i had my head around system calls. I try sticking a system call to get the systems uptime into a variable and all i get out of it when i look at it from the web in my cgi-bin is "0!" Any suggestions? Thanks David Freeman #!/usr/bin/perl # Sample script to displa

Re: telnet problem

2001-09-22 Thread Troy Denkinger
Saran, On Friday 21 September 2001 15:33, Kumar wrote: > I have several files written in perl and batch files. Here is the problem > i'm facing, i was unbale to kickoff builds by telneting it. Its trying to > access local files rather than to the files in the server. when ever i > type in the loc

RE: Subtracting two arrays

2001-09-22 Thread Veeraraju_Mareddi
Dear Chuck Lawhorn I am sorry to ask again a small Question. foreach $Item( @MainArray, @SubArray ) { $Hash{$Item}++; } Does this block put every element of both arrays in to Values of the HASH?. or Does this block put every element of one array as keys of the HASH? and other Array elemn

RE: reg expr

2001-09-22 Thread Veeraraju_Mareddi
Dear Walter Put all this records in a file c:\test.log.and use this code. It will show Ip Address as well as PORT Number. -- open(READ,"c:\\test.log"); while(){ if(/(\d{1,3}\.\d{1,3}\.\d{1,3

beginner

2001-09-22 Thread Daryl
I am wondering if there is a way to return automatically to a form if the information is not correct? Such as the @ in a email address is left out! I know how to check for this problem but don't know how to auto return. Any help is appreciated! Daryl Merrifield -- To unsubscribe, e-mail: [EMA

searching file for presence of ALL values of a hash when the hashkey is the position of the value on the file's line

2001-09-22 Thread Birgit Kellner
#Task: I'm reading in a database file line by line. Each line contains one record, whose fields are separated by "|". #I have a hash with several key/value-pairs. #The key is the position of the field on the line, the value is the expression #that should be present in that position. I want to re

Perl by Example

2001-09-22 Thread Teresa Raymond
Has anyone used or would like to recommend or not recommend Perl by Example by Ellie Quigley? --- - Teresa Raymond - - [EMAIL PROTECTED] - - http://www.mariposanet.com - --- -- To unsubscribe, e-mail: [EMAIL PROTECTED] F

RE:Volunteer Project

2001-09-22 Thread Teresa Raymond
Wow, thanks for all the responses! I've gotten a lot more responses than I had ever expected so this could be a large team but the project involves writing a Perl/SQL program that automates the process of inputting about 900 html files into the SQL database. I'm willing to work with anyone who

Duplicate Modules

2001-09-22 Thread Kevin der Kinderen
I've been trying to keep relatively up to date with modules using CPAN. I think I'm running into a little problem though. When I look through the perl directories after installing a new module some seem to install in a different part of the tree leaving the old module laying around. For instan

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

2001-09-22 Thread Michael Fowler
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 (@array) { > > if (...) { > > ... > > } > > $index++; > > } > > > Thank

Re: Win32::NetAdmin

2001-09-22 Thread Inspirational Michael
I am having trouble unsubscribing. Please unsubscribe me from this service. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, September 21, 2001 10:36 PM Subject: RE: