I\'m guessing this should be something obvious to those knowing Perl, but I simply don\'t get it.. I also guess it has to do with problems described in Perl scoping « darkne
jjolla, you can use require $filename; or require "filename"; to include a file that has perl syntax. this would declare any variables you need as globals. But as always, be careful with Globals.