![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Urgent help needed to delete some text without opening the file in unix | pyaranoid | UNIX for Dummies Questions & Answers | 5 | 06-24-2008 08:43 PM |
| Urgent XP help needed Please | nike1601 | Windows & DOS: Issues & Discussions | 3 | 06-21-2008 02:44 PM |
| Urgent-reading a variable value | kaaakrishna | UNIX for Advanced & Expert Users | 3 | 06-16-2008 12:51 AM |
| Need urgent help for reading file | sunitachoudhury | Shell Programming and Scripting | 2 | 04-03-2008 09:32 PM |
| Urgent Help needed | mgchato | High Level Programming | 0 | 05-18-2005 11:49 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
All Expert,
I am using Sun OS 5.8 and Perl version 5 in One server and Perl 5.8 in another unix server. I am able to read a file using fopen function of perl --file size having more then 3 GB of data.(In the machine where Perl 5.8 install) But when i am running the same perl script --It failed in other system saying Too large to open ?/ I doubt it is because of file size limitation on UNIX ,Can any body suggest how to read a file having more then 2 GB of data ?? Is there any SYSTEM variable i need to set ,to read this file ? Is there any perl macro available which i can assign the value to over come this issue ? In C #define _FILE_OFFSET_BITS 64 work fine to read a file size more then 2GB. Please assit me it is URGENT. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
What exact versions of perl are you using (perl --version)? Have you tried using the same version on the other server?
|
|||
| Google The UNIX and Linux Forums |