Help for this page

Select Code to Download


  1. or download this
        use lib 'c:\path\to\the\directory';
    
  2. or download this
        use FindBin qw($Bin);
        use lib $Bin;