Help for this page

Select Code to Download


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