Help for this page

Select Code to Download


  1. or download this
    use Some::Module;
    
  2. or download this
    bin/
        script.pl
    lib/
        Some/
            Module.pm
    
  3. or download this
    package Some::Module;
    
    ...
    sub isfloat { ... }
    
    1;