Thanks Chas. I have got it correctly.
On Thu, Mar 19, 2009 at 9:54 PM, Chas. Owens wrote:
>
> Take a look at Net::CIDR::Set[1] and the other modules[2] that work
> with CIDR notation.
> #!/usr/bin/perl
>
> use strict;
> use warnings;
>
> use Net::CIDR::Set;
>
> my $network1 = Net::CIDR::Set->new
Sharan Basappa wrote:
> Thanks, I did go through the TK docs a little more. Here is what I
> understood -- at a high level -- If someone can comment on this, it
> would really help me
I own "Learning Perl/Tk" and have fiddled around with Perl/Tk and
various other Perl GUI toolkits over the years:
On Thu Mar 19 2009 @ 10:41, Chas. Owens wrote:
> On Thu, Mar 19, 2009 at 06:11, Raheel Hassan wrote:
> > Can anybody explains this piece of code, i have difficulties in
> > understanding it,
You're much nicer than the folks over at Linux Questions.
http://tinyurl.com/dhncl4
Then again, he did
2009/3/19 Dermot :
> Hi,
>
> I can't see what I am doing wrong when I construct a request with
> HTTP::Request::Common. I am trying to use the Form-based File-Upload
> feature as described at
>
> http://search.cpan.org/~gaas/libwww-perl-5.825/lib/HTTP/Request/Common.pm
>
>
> Here my code fragment:
On Thu, Mar 19, 2009 at 09:44, Sharan Basappa wrote:
> Thanks, I did go through the TK docs a little more. Here is what I
> understood -- at a high level --
> If someone can comment on this, it would really help me
>
> TK provides options
> - to creates windows
> - to create virtual areas within
On Thu, Mar 19, 2009 at 10:41, Chas. Owens wrote:
snip
>> &initLanguage($language);
>
> No idea what this does because there is no context for it.
snip
>> "x($status_bar_pos-(length($txth->getText("5016"))+7; }
snip
Whoops, I only worked down the code and didn't reread until after I
sent the
On Thu, Mar 19, 2009 at 06:11, Raheel Hassan wrote:
> Can anybody explains this piece of code, i have difficulties in
> understanding it,
>
>
> my $errorlog = "/var/log/controler.log";
>
> &initLanguage($language);
No idea what this does because there is no context for it.
> &launchCbox();
This
On Thu, Mar 19, 2009 at 05:27, wrote:
> I don't know how to calculate an IP range.
> for example,
>
> 202.102.128.0/17 - 202.102.192.0/19 = ?
>
> I mean the first range excludes the second, and what will be gotten.
snip
Take a look at Net::CIDR::Set[1] and the other modules[2] that work
with
Thanks, I did go through the TK docs a little more. Here is what I
understood -- at a high level --
If someone can comment on this, it would really help me
TK provides options
- to creates windows
- to create virtual areas within this window
- to create tool bar, menu etc in the window
- links th
2009/3/19 marcos rebelo :
> Hi all
>
> I'm a Perl programmer (not a complete beginer) using SQLite.
>
> I want to retry to execute every command automatically, until the DB
> is not locked. In C seems that I need to set the busy_handler.
>
> How do I do this with DBD in Perl?
>
> Thanks for any hel
> Hi all
>
> I'm a Perl programmer (not a complete beginer) using SQLite.
>
> I want to retry to execute every command automatically, until the DB
> is not locked. In C seems that I need to set the busy_handler.
>
> How do I do this with DBD in Perl?
>
> Thanks for any help
Hi,
You might want t
Hi,
I can't see what I am doing wrong when I construct a request with
HTTP::Request::Common. I am trying to use the Form-based File-Upload
feature as described at
http://search.cpan.org/~gaas/libwww-perl-5.825/lib/HTTP/Request/Common.pm
Here my code fragment:
use 'Carp';
BEGIN { use_ok( 'LWP:
Can anybody explains this piece of code, i have difficulties in
understanding it,
my $errorlog = "/var/log/controler.log";
&initLanguage($language);
&launchCbox();
sub launchCbox
{
$scr = Term::ScreenColor->new;
$scr->clrscr();
my ($mode) = @_;
my $error = 0;
Hi all
I'm a Perl programmer (not a complete beginer) using SQLite.
I want to retry to execute every command automatically, until the DB
is not locked. In C seems that I need to set the busy_handler.
How do I do this with DBD in Perl?
Thanks for any help
Best Regards
Marcos Rebelo
--
Marcos R
I don't know how to calculate an IP range.
for example,
202.102.128.0/17 - 202.102.192.0/19 = ?
I mean the first range excludes the second, and what will be gotten.
please help, thanks.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...
2009/3/19 Sharan Basappa :
> I have started going through TK documents. The initial sections seem
> to concentrate more on adding different options to screen and do some
> background action based on user input. My requirement is not so much
> on user control but more on the visual display side (par
I have started going through TK documents. The initial sections seem
to concentrate more on adding different options to screen and do some
background action based on user input. My requirement is not so much
on user control but more on the visual display side (pardon if I am
using generic terms sin
17 matches
Mail list logo