Consider the example below...
Config.pl ====== #!/usr/bin/perl -w my $value = "abc"; 1; Script.pl ====== require "Config.pl"; print $value; # How to do this, beside using .pm? Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/