Ah yes, I finally found the problems:
http://padre.perlide.org/trac/ticket/1438
http://padre.perlide.org/trac/ticket/1474
http://padre.perlide.org/trac/ticket/1457
So all this time, the source of my frustration has been the result of bugs.
Well, I do feel better knowing this rather than it bein
There is, yes, and thank you for telling me about it. However, still,
nothing happens when I choose Run Script. I am guessing some components
are not correctly installed or something.
On Fri, May 24, 2013 at 4:50 PM, Robert Wohlfarth wrote:
> On Fri, May 24, 2013 at 3:25 PM, Michael Goldsbie <
On Fri, May 24, 2013 at 3:25 PM, Michael Goldsbie <
michael.golds...@alum.utoronto.ca> wrote:
> *In Padre, I have typed the simple script
> **
> print "Hello world\n";
>
> and yet when I choose Run > Run Script, nothing happens. No new window,
> no indication that it's compiled or failed...nothin
*NOTE: To skip directly to the problem itself, skip to the bolded text
below. However, I thought I would give some background context first.*
Hi,
My name is Michael, and I am trying to get into Perl. While I have Ubuntu
Linux installed on my computer, my default environment is Windows 7, and
id
How do I find the next subnet? This should print 192.168.1.0 the
second time - it errors:
#!/usr/bin/env perl
use strict;
use warnings;
use Net::IP;
my $ip = Net::IP->new('192.168.0.0/24');
print "Start ip [" . $ip->ip . "]\n";
print "start mask [" . $ip->prefixlen . "]\n";
$ip->set($ip->last_
I'm on win7, and strawberry, to use perl in win7, let me see the cpan
shell, because i have problems with the package, of cpan, and i use the
package manager komodo.
Thanks
Regards
Ray
On Fri, May 24, 2013 at 12:16 AM, Brandon McCaig wrote:
> On Thu, May 23, 2013 at 08:45:05PM +0100, Rahim Faki