Help for this page

Select Code to Download


  1. or download this
    use FindBin;
    use lib "$FindBin::Bin/../lib";
    
  2. or download this
    /path/to/my/bin/myscript.pl
    /path/to/my/lib/Awesome.pm
    
  3. or download this
    use FindBin;
    use lib "$FindBin::Bin/../lib";
    
  4. or download this
    use FindBin;
    use lib "/path/to/my/bin/../lib";
    
  5. or download this
    use FindBin;
    use lib "/path/to/my/lib";