Help for this page

Select Code to Download


  1. or download this
    #!perl
    use warnings; use strict;
    ...
    $noteitem->Save;
    
  2. or download this
    
    #!perl
    ...
        ->Items( "@ARGV" )
         ->Display;