On 4/14/06 4:56 PM, Jesse Brown wrote:
> Some of my code relies on 64 bit ints (very large file transfers, etc), and I
> use the following to make sure...
> 
> # We require 64bit integers in order to work properly
> # (large file offsets and sizes).
> BEGIN {
>   use Config;
>   die "You do not have 64 bit integers available in your enviroment!"
>     unless $Config{'use64bitint'};
> };

Thanks!  I'll try to work that into a future release.

-John




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to