Hallo,

in the manual there is an example:

[% USE file = IO.File('d:\tmp\user') %]
[% WHILE (line = file.getline) %]
[% line %]
[% END %]


I get the error
plugin error - IO.File: plugin not found

I have read that I have to set load_perl to true.
Can I do this in the template?

IO is in the right place.

I am working on windows.

How do I get this run?

This is my first post here. I am not a perl programmer.

Regards,

Klaus

_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to