Help for this page

Select Code to Download


  1. or download this
    package Palm::AGsu;
    
    ...
    ....
    
    1;
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    is($pa->get_field_by_name('some field'), 'some value', 'some field == 
    +some value');
    
    ...
    
  3. or download this
    prove -vl t/Palm/AGsu.t
    
    ...<output from test harness>...