in reply to File Test Operator '-e' with large files
I am going to go check perldelta now to verify your version supports large files even though it would require recompiling.$ perl -V Compile-time options: MULTIPLICITY USE_ITHREADS USE_64_BIT_INT USE_LAR +GE_FILES PERL_IMPLICIT_CONTEXT
Cheers - L~R
Update: Large file support became available in 5.6.0. You may have to resort to letting the OS handle it for you.
|
|---|