Hi,
Michael Alipio <[EMAIL PROTECTED]> wrote:
> Ok, seems like a "pet logs" is not a good example.:-)
>
> Let me revise my story:
>
> I have a logfile which contains different clients firewall's logs.
>
> Let's say the log file is: "firewall.log"
>
> Now each line in the logfile has a $devic
Hi,
Ok, seems like a "pet logs" is not a good example.:-)
Let me revise my story:
I have a logfile which contains different clients firewall's logs.
Let's say the log file is: "firewall.log"
Now each line in the logfile has a $deviceid string that identifies where or
which client it came from
On 1/15/07, Jay Savage <[EMAIL PROTECTED]> wrote:
On 1/15/07, Leonid Grinberg <[EMAIL PROTECTED]> wrote:
> > The backslash escapes the character following it.
>
> Oh, that's right. Sorry.
>
> > Using scalar() there is redundant as the expression is already in scalar
> > context. Also using "scal
Kevin Viel wrote:
I am attempting to install modules on a Solaris v10 computer for which I
do not have root privileges. I see in MyConfig.pm that the build
directory is local:
'build_dir' => q[/home/kviel/.cpan/build]
Where does it install the (built) module?
Thank you,
Kevin
The build
The backslash escapes the character following it.
Oh, that's right. Sorry.
Using scalar() there is redundant as the expression is already in scalar
context. Also using "scalar(@split_home) - 1" will not work correctly if the
value of $[ has been changed.
What exactly *is* $[? It has been co
I am attempting to install modules on a Solaris v10 computer for which I
do not have root privileges. I see in MyConfig.pm that the build
directory is local:
'build_dir' => q[/home/kviel/.cpan/build]
Where does it install the (built) module?
Thank you,
Kevin
--
Kevin Viel
Department of Ge
Bill Jones wrote:
> On 1/15/07, Michael Alipio <[EMAIL PROTECTED]> wrote:
>>
>> Is there a way to list down all builtin functions so that I may know
>> what to "perldoc -f"?
>
> Here is an example (from Apache2Triad on Windows.)
This doesn't list "all builtin functions", it lists all environment
Tatiana Lloret Iglesias wrote:
Hi all,
from my java applicaation i invoke a perl script which downloads a huge
quantity of files from an external database using WWW-mechanize library and
my problem is that I have big CPU performance problems ... can you give me
any advice to avoid this?
Hi Tati
Sayed, Irfan (Irfan) wrote:
Hi All,
I have one variable $feature which contains value as "feature level: 2".
Now i need to remove "feature level: " and need only 2 as a output.
I mean from the value "feature level: 2" i need only 2. Basically i need
to trucate/remove "feature level: ".
I
On 1/15/07, Tatiana Lloret Iglesias <[EMAIL PROTECTED]> wrote:
from my java applicaation i invoke a perl script which downloads a huge
quantity of files from an external database using WWW-mechanize library and
my problem is that I have big CPU performance problems ... can you give me
any advice
On 1/15/07, Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> wrote:
I have one variable $feature which contains value as "feature level: 2".
Now i need to remove "feature level: " and need only 2 as a output.
$feature = s/feature level: //g;
What do you think the /g is doing? Check the documentatio
Hi All,
I have one variable $feature which contains value as "feature level: 2".
Now i need to remove "feature level: " and need only 2 as a output.
I mean from the value "feature level: 2" i need only 2. Basically i need
to trucate/remove "feature level: ".
I tried in the following way
$fe
Hi all,
from my java applicaation i invoke a perl script which downloads a huge
quantity of files from an external database using WWW-mechanize library and
my problem is that I have big CPU performance problems ... can you give me
any advice to avoid this?
Thanks!
T.
Of course ;)
will Perl be there?
I'm a Java and Perl programmer and it'd be a nice combination.
Marcos
On 1/12/07, Bipin_Upadhyay <[EMAIL PROTECTED]> wrote:
>what do you mean by Java supporting Perl?
It refers to the scripting framework support in Mustang [java 1.6], I guess.
Regards,
Bip
On 1/15/07, Alexandru Maximciuc <[EMAIL PROTECTED]> wrote:
could somebody please point me to a fix for the problem:
"Free to wrong pool 222db0 not 27b9158 at D:/Perl/lib/XSLoader.pm line -1"
Probably, file a bug report (via perlbug) that that message isn't
found in the perldiag manpage; t
Hello beginners,
could somebody please point me to a fix for the problem:
"Free to wrong pool 222db0 not 27b9158 at D:/Perl/lib/XSLoader.pm line -1"
TIA
--
Best regards,
Alexandru mailto:[EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
Hi there,
I have been using your script to capture images from my webcam. That works
nicely :)
I get about 2,333 frames a second. And that is good enough for now.
This means than I can get pictures from the webcam and data from my serial
port.
Sadly a new problem arises. I want to capture them b
Michael Alipio wrote:
I wanted to extract the start time of a particular logfile (located at the
beginning of the file, and also the end time which is located at the end of
the logfile.
Is there any way to do this in perl without using "head" or "tail" commands?
To read a file backwards, you
xavier mas wrote:
A Dissabte 13 Gener 2007 18:53, Xavier Noria va escriure:
On Jan 13, 2007, at 6:29 PM, xavier mas wrote:
hello list,
I am trying to find if an element in one primary file (transformed
to array)
is included in two other different secondary files (transformed to
arrays,
too); t
On 1/15/07, Michael Alipio <[EMAIL PROTECTED]> wrote:
Hi,
Is there a way to list down all builtin functions so that I may know what to
"perldoc -f"?
Thanks.
Here is an example (from Apache2Triad on Windows.)
#!C:/apache2triad/perl/bin/perl.exe
print "Content-type: text/html\n\n";
#
# ge
On Sun, 2007-01-14 at 21:54 -0800, Michael Alipio wrote:
> Hi,
>
> Is there a way to list down all builtin functions so that I may know what to
> "perldoc -f"?
http://freshmeat.net/projects/podbrowser/
It is a gui interface to all the documentation.
--
Ken Foskey
FOSS developer
--
To uns
Dear All,
Currently we are developing an Integrated Web Server with a dedicated
cluster to support the server.
I need help to set up a web application that can manage the web server and
our cluster.
For example if the user is submitting a huge set of data to do some
processing , the program sh
Hi,
Michael Alipio <[EMAIL PROTECTED]> asked:
> I've been thinking about this for quite some time now.
> Suppose I have a text file ("mypet.log" that contains:
>
> dog
> pig
> cat
>
> Then I have another text file and I want to read it line by
> line and extract each line that has those contai
Hi,
I've been thinking about this for quite some time now.
Suppose I have a text file ("mypet.log" that contains:
dog
pig
cat
Then I have another text file and I want to read it line by line and extract
each line that has those contained in the first file. Sort of like running
while inside whi
24 matches
Mail list logo