in reply to Re^3: Porting Code from windows to *nix help
in thread Porting Code from windows to *nix help

Thanks for the reply, it works fine when the windows version runs and it is hitting the same files. Would the script vary that much from one platform to the next?

Here is the the actual error: root@irvws054 PlayBuildData# ./CheckD3PlayBuildTxtLocal.pl : PlayBuild_IX86.AHV does not exist : PlayBuild_IX86.AHV does not exist : PlayBuild_IX86.AHV does not exist : PlayBuild_IX86.AHV does not exist : PlayBuild_IX86.AHV does not exist : PlayBuild_IX86.AHV does not exist

  • Comment on Re^4: Porting Code from windows to *nix help

Replies are listed 'Best First'.
Re^5: Porting Code from windows to *nix help
by ikegami (Patriarch) on Jun 29, 2011 at 22:58 UTC

    Notice there's nothing before the ":"? Are you saying the next didn't help? Try printing

    { use Data::Dumper qw( ); local $Data::Dumper::Useqq = 1; local $Data::Dumper::Terse = 1; local $Data::Dumper::Indent = 0; print(Data::Dumper::Dumper($line), "\n"); }

    (And use code tags around output, please)