Help for this page

Select Code to Download


  1. or download this
    BEGIN { unshift(@INC, "\path\modules") }
    
  2. or download this
    BEGIN { unshift(@INC, "/path/modules") }
    
    or
    
    BEGIN { unshift(@INC, "\\path\\modules") }