Hi All, Is there a way to do an "if" on "use lib", so I do not have to keep commenting these back and forth?
# use lib 'C:/NtUtil', '.'; use lib 'C:/NtUtil', '.', 'K:/NtUtil'; Many thanks, -T
ToddAndMargo via perl6-users Sun, 07 Jun 2020 00:29:12 -0700
Hi All, Is there a way to do an "if" on "use lib", so I do not have to keep commenting these back and forth?
# use lib 'C:/NtUtil', '.'; use lib 'C:/NtUtil', '.', 'K:/NtUtil'; Many thanks, -T