Help for this page

Select Code to Download


  1. or download this
    package Data::QuickMemoPlus::Reader;
    use 5.008001;
    ...
    1;
    __END__
    
  2. or download this
    use strict;
    use Test::More 0.98;
    ...
    );
    
    done_testing;
    
  3. or download this
    use strict;
     
    ...
    
  4. or download this
    use warnings;
    use strict;
    ...
    
    is  ( ${LG::QuickMemo_Plus::Extract::Memo::extract_json_from_lqm($lqm_
    +file)}, ExampleMemo::jlqm(), 'jlqm json contents' );