On Tue, Oct 26, 2010 at 10:08 AM, Shawn H Corey wrote:
> On 10-10-25 09:20 PM, sync wrote:
>
>> I tried to google something about that and found the perl module called
>> GD::Graph
>> can create the graph . But i met the problem that i don't know how to
>> get
>> the CPU load .
>>
>>
> GD::Grap
Hai
I have developed an application in the perl and it is working fine. Now the
problem is that everytime i need to run the script i need to login to the
server and do it from there. Is there any possibility that if i send an http
request from a browser automatically the script start running in th
On 10-10-25 09:20 PM, sync wrote:
I tried to google something about that and found the perl module called
GD::Graph
can create the graph . But i met the problem that i don't know how to get
the CPU load .
GD::Graph creates graphs but for a real-time representation you should
use Tk, http:/
Hi ,all :
I am new to this , and I want to write the code to monit the CPU load
situation
and produce the graph about that .
I tried to google something about that and found the perl module called
GD::Graph
can create the graph . But i met the problem that i don't know how to get
the CPU loa
On Mon, Oct 25, 2010 at 3:27 PM, Shlomi Fish wrote:
> 2. $bind_value is the variable where you want to supply and receive the value.
> You need to take a reference to it so it can be modified.
I imagine she knows this already, but I believe the stored procedure's
parameter will need to be marked
The quick answer would be because when you input $c it includes the newline
character. You need to "chomp" it off, so add this to your script:
chomp $c;
Shane
On Mon, Oct 25, 2010 at 10:35 AM, saran wrote:
> i am new to perl. please help me with this piece of code below.
> answer wat it prin
Hi Nora,
On Monday 25 October 2010 10:05:05 HACKER Nora wrote:
> Hi list,
>
> I have a sql package which returns a value after execution. I figured
> out that, when calling this package from Perl, I need a bind parameter
> (http://search.cpan.org/~timb/DBI-1.615/DBI.pm#bind_param_inout) that
> th
On Oct 25, 9:21 am, simssa...@gmail.com (saran) wrote:
> i am new to perl. please help me with this piece of code below.
> answer wat it prints is correct but the format has to adjusted...!
> program to convert Celsius to Fahrenheit
>
On 10/25/10 Mon Oct 25, 2010 9:21 AM, "saran"
scribbled:
> i am new to perl. please help me with this piece of code below.
> answer wat it prints is correct but the format has to adjusted...!
> program to convert Celsius to Fahrenheit
> **
Hi Saran,
overall, pretty good code.
On Monday 25 October 2010 18:21:31 saran wrote:
> i am new to perl. please help me with this piece of code below.
> answer wat it prints is correct but the format has to adjusted...!
> program to convert Celsius to Fahrenheit
>
Helo Saran,
The reason why it was printed in the next line is because u have no used
chomp function on $c.Chomp would remove unwanted new line characters.
I added chomp($c) to ur code and it works fine.. i mean as hw u wanted..
pls find the same code below with chomp..
i am new to perl. please help me with this piece of code below.
answer wat it prints is correct but the format has to adjusted...!
program to convert Celsius to Fahrenheit
**
#!/usr/bin/perl
use warnings;
use strict;
p
i am new to perl. please help me with this piece of code below.
answer wat it prints is correct but the format has to adjusted...!
program to convert Celsius to Fahrenheit
**
#!/usr/bin/perl
use warnings;
use strict;
p
On Oct 23, 6:45 pm, shlo...@iglu.org.il (Shlomi Fish) wrote:
> Hi KA B,
>
> On Friday 22 October 2010 21:12:29 KA B wrote:
>
> > I`m trying to get the filehandler 1 and 2 to print the result in one
> > line.
>
> It's filehandles - not filehandlers.
>
> > The script i have made makes 2 lines.
>
> >
On 2010-10-23 18:50, David Favor wrote:
Given an instantiated class object, what's the
best way to add additional methods after instantiation.
Specifically I'm working with qpsmtpd and desire to
add a method is_spooled() to every session, so I can
call if ($self->is_spooled) rather then is_spoo
Hi list,
I have a sql package which returns a value after execution. I figured
out that, when calling this package from Perl, I need a bind parameter
(http://search.cpan.org/~timb/DBI-1.615/DBI.pm#bind_param_inout) that
this return can be saved into so that I can use it afterwards in my Perl
progr
16 matches
Mail list logo