#!/usr/bin/perl use strict; # ensure that this specific directory # is in the path of the script use File::Basename; use lib dirname (__FILE__);
No comments:
Post a Comment