this very short program gives me the following error: can not chdir to %USERPROFILE% : No such file or directory in blib\lib\Inline.pm (autosplit into blib\lib\auto inline\find_temp_dir.al) line 1155
- I never had this dir in the first place. Why is it looking for it? - then I added this dir to the c:\ and rebuilt inline-java-0.33, no errors during the install but it still gives me the same error Any help would be greatly appreciated. Thanks Martin use Cwd; use strict; my $taskId; $taskId = 500; print "$taskId\n"; use Inline ( Java => <<'END', import java.lang.*; import java.util.*; import java.text.*; import java.sql.*; END ); __END__