Hi, While trying to open a file I faced the following problem. Does this mean perl has limitations like file size.
The code I used is: open(INP,"<$file") || die "Failed : ($!)"; Output: Failed: (Value too large for defined data type) Perl version I am using: /usr/local/bin/perl -v This is perl, version 5.004_04 built for sun4-solaris anyone knows why this ERROR came , when tried the same on command line it worked fine. size of the above file is 1.5G. Thanks MAdhab