Hi all,
I am searching through a large data file and pulling out the data for elements
that match the IP address...
this is at least half working well up to " #just for testing 1"
but not after " #just for testing 2", hash %segmentFields is not being
populated.
> Is there anyway I can get outlook to run a perl script whenever mail
> from a particular user arrives?
>
> I have Hylafax log data email to me. It would be great if I could just
> get outlook to run the app for me to generate the reports instead of
> having to copy the message into a text file a
> Jenda Krynicky wrote:
>>
>> From: "Rob Dixon" <[EMAIL PROTECTED]>
>> > Jabez Wilson wrote:
>> > > In scalar context, returns the number of fields found and splits
>> into the "@_" array. Use of split in scalar context is deprecated,
>> however, because it clobbers your subroutine arguments."
>>
> On Wed, Jan 14, 2004 at 06:22:58PM -0700, Jose Malacara wrote:
>> Can someone explain to me how to do multiline matching? I am trying to
>> extract three consecutive lines from a datafile containing multiple
>> records like this:
>>
Hi All well i was reading through and i have a similar proble
At 20:45 11/12/2003, you wrote:
>On Dec 11, 2003, at 11:49 AM, [EMAIL PROTECTED] wrote:
>[..]
>> there is probably a much better way of doing all this i am working on
>>the checkResults sub.
>>it should find the pollerAudit log created by the main process
>>(discover) the file format for the log
Hi all
there is probably a much better way of doing all this i am working on
the
checkResults sub.
it should find the pollerAudit log created by the main process
(discover) the file format for the log file is
pollerAudit.M.D.Y.h.m.s.lan (MDYhms being month day year hrs min sec)
but as we do not
> Hello list,
>
> I am trying to write my very own first "useful" program and I am in
> need of some help. I do have a lot of ressources (a book by Andrew
> Johnson, the yellow book for dummies and lots of hypertexts) but I
> cannot seem to get things done the way they're supposed to work. I am
>
> B. Rothstein wrote:
>> Does anyone have any suggestions on how to create an array to hold the
>> value of 1000 factorial?
>
> This will compute it:
>
> perl -MMath::BigInt -le '$n = Math::BigInt->new("1"); $n *= $_ for
> 2..1000; print $n'
>
in trying to understand this i guess that:
$n = Math:
>>Does anyone have any suggestions on how to create an array to hold the
>> value of 1000 factorial?
>
> Do you mean 1000!
>
> That's a super-sized number--something like 10-to-the-2566th power, if
> I am using Sterling's approximation correctly.
>
> I don't know of a numeric type that stores suc
> Just dont use mail
>
> use a newsreader to use this group pointed at nntp.perl.org
>
> Ram
>
Thanks what a excellent idea, all tho i fear it will not save me now.
Does any one know of a good news reader i can install on my web-site?
one written in Perl would be nice ;)
>
> --
> To unsubscribe,
At 02:00 13/11/2003, you wrote:
>On Wednesday, Nov 12, 2003, at 15:25 US/Pacific, Casey West wrote:
>
>>It was Wednesday, November 12, 2003 when [EMAIL PROTECTED] took the soap box, saying:
>>: hum could we not get a nice topic prefix added to the list?
>>: it would make it a lot easy to make mai
At 22:12 12/11/2003, you wrote:
>> I recently changed the email address i use for this
>> list and posted a question,
>> i have never use this email address before and now i
>> receiving regular spam to this address
>> Is it Just me or has every one started to receive a lot
>>
I recently changed the email address i use for this list and posted a question,
i have never use this email address before and now i receiving regular spam to
this address
Is it Just me or has every one started to receive a lot of spam on address
used for this l
> <[EMAIL PROTECTED]> wrote:
>>
>> well im trying at lerning this perl stuff.. reading from the
>> "learning
>> perl" oreilly book and a few other places,
>> but also using perl a long time before i should ie making the below
>> script, so that i dont get in to any very bad habbits at such an ear
> On Thu, 06 Nov 2003 16:33:41 +0000, drowl wrote:
>> #!/usr/bin/perl -w
>
> No big deal, but - IMO - easier to read, and it adds strict;
>
> #!/usr/bin/perl
> #
> use strict;
> use warnings;
>
>> @dataFile=<>; # read in file from command lin
Good stuff all taken on board
did take me a while to figger out that EOF had to be at the begging of
the line tho, but i got there in the end...
and a question about "use strict"
i now get the below warning along with many others...
how does one declair a varible then?
Global symbol "$site"
Hi all
well im trying at lerning this perl stuff.. reading from the "learning
perl" oreilly book and a few other places,
but also using perl a long time before i should ie making the below script,
so that i dont get in to any very bad habbits at such an early stage.
could some one please have a
17 matches
Mail list logo