On Thu, May 09, 2013 at 08:51:23AM +0200, Luca Ferrari wrote:
> In fact I was discovering it too reading the code, I've
> submitted a bug report for this.
I also submitted a bug report (so now I feel doubly bad for not
letting the list know so he didn't get duplicates; twice the
noise). I was info
On Wed, May 8, 2013 at 8:24 PM, Brandon McCaig wrote:
> Looks like it raises an exception if the argument doesn't match a
> NON-"digit" character. Which seems like the opposite of what is
> wanted.
>
In fact I was discovering it too reading the code, I've submitted a
bug report for this.
Thanks
On Wed, May 08, 2013 at 06:49:48PM +0200, Luca Ferrari wrote:
> Hello,
Hello,
> I'm encountering a problem with File::Util that I'm not able to
> see, and I'm sure it's trivial:
>
> my $handle_file = new File::Util;
> my $files_for = {};
> my $max_file_size = int( 1024 * 1024 * 1024 );
> $hand
u out any.
Regards,
Peter
From: fluca1...@gmail.com [fluca1...@gmail.com] On Behalf Of Luca Ferrari
[fluca1...@infinito.it]
Sent: Wednesday, May 08, 2013 9:49 AM
To: beginners@perl.org
Subject: problem with File::Util::readlimit
Hello,
I'm encountering a pro
Hello,
I'm encountering a problem with File::Util that I'm not able to see,
and I'm sure it's trivial:
my $handle_file = new File::Util;
my $files_for = {};
my $max_file_size = int( 1024 * 1024 * 1024 );
$handle_file->readlimit( $max_file_size );
that once run produces the following trace:
PRO