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
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
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
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
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
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
#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
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
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
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
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
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:
12 matches
Mail list logo