A
arun
I recently migrated the perl code from SunSolaris to a linux box of
64 bit .
After the migration Storable.pm is breaking with the following error.
Could you please help me in resolving this.
Error:
Byte order is not compatible at blib/lib/Storable.pm (autosplit into
blib/lib/auto/Storable/_retrieve.al) line 324, at testStorable.pl line
15
Code:
#!/usr/local/bin/perl5.6
use strict;
use Data:
umper; $Data:
umper::Indent = 1;
use Storable;
$Storable::interwork_56_64bit = 1;
my $gNgrpReleaseGraphFile = "usr/local/GRAPH_data";
my $graph = retrieve( $gNgrpReleaseGraphFile );
print Data:
umper($graph);
Appreciate your response.
64 bit .
After the migration Storable.pm is breaking with the following error.
Could you please help me in resolving this.
Error:
Byte order is not compatible at blib/lib/Storable.pm (autosplit into
blib/lib/auto/Storable/_retrieve.al) line 324, at testStorable.pl line
15
Code:
#!/usr/local/bin/perl5.6
use strict;
use Data:
use Storable;
$Storable::interwork_56_64bit = 1;
my $gNgrpReleaseGraphFile = "usr/local/GRAPH_data";
my $graph = retrieve( $gNgrpReleaseGraphFile );
print Data:
Appreciate your response.