Hi guys,
I hope to find some help here.
My problem: I used the system command to run an external program which itself writes some other files according to given parameters. However the files that the external program writes are non existant if you try to use them (vi filename, chmod xxx filename, etc.) however the ls command clearly displays them in the directory. If the external program is run by itself not from Perl then the files are useable. What exactly might go wrong? Are the files wrongly linked or what do you suggest to help myself? Thank you very much.
Runtime