- or download this
DB<83> use a::::b
Can't locate a//b.pm in @INC
- or download this
C:\tmp\x\y>echo warn 'inside';1 >z.pm
- or download this
DB<5> use lib '.'
DB<6> use x::::y::::z
inside at x//y///z.pm line 1.
- or download this
DB<7> use x::::y::::z
DB<8> use x::::y::::::z
inside at x//y///z.pm line 1.
at x//y///z.pm line 1.