Help for this page

Select Code to Download


  1. or download this
    use lib '/path/to/my/modules';
    use Script::Singleton;
    
  2. or download this
    use FindBin;
    use lib "$FindBin::Bin/lib";
    use Script::Singleton;