perldoc Inline tells me that I can set the DIRECTORY variable so that Inline.pm can have a place to keep its scratch files. Assuming that I am user markj, I write:
at the top of my Perl script.Use Inline (Config => DIRECTORY => '/home/markj/.Inline/',);
When I run my Perl script as user markj I get the following error message:
Failed to autogenerate /home/markj/.Inline/config
The interesting part is if I place a random file called config in .Inline then the error message tells me that my config file is from an older version of Inline. It advises me to remove it so that Inline can autogenerate a new config file for me. But in fact when I do what I am instructed the autogeneration fails.
My script runs as user markj who has the rights to create files in /home/markj/Inline.
Does anyone have any ideas about why I get the autogeneration fails error? I love Perl, but this Inline.pm on Perl 5.005 is driving me crazy.
In reply to Failing to Autogenerate config in Inline.PM by sierrathedog04
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |