in reply to Re^2: How can I do with only Standard Perl Distributionin thread How can I do with only Standard Perl Distribution
use FindBin qw(); use lib "$FindBin::Bin/../lib"; [download]