Help for this page

Select Code to Download


  1. or download this
    use Some::Module;
    
  2. or download this
    BEGIN {
       ... Contents of Some/Module.pm ...
    ...
    }
    
    use Some::Module;
    
  3. or download this
    use strict;
    use warnings;
    ...
    );
    
    say $newbook->isbn;