1234567 #!/usr/bin/perl -pl## Setting the final directories for the module#s{##\s*PACKAGE_LIB\s*##}{use lib qw(/usr/share/mypackage);}g;
#!/usr/bin/perl -pl
#
# Setting the final directories for the module
s{
##\s*PACKAGE_LIB\s*##}{use lib qw(/usr/share/mypackage);}g;