Help for this page

Select Code to Download


  1. or download this
    our $profile = {
      filters  => ['trim'],
    ...
        }
      },
    };
    
  2. or download this
    use warnings;
    use strict;
    ...
    
    ok($results->success, 'data is valid');
    
  3. or download this
    
    $ prove -v test.pl 
    ...
    Files=1, Tests=15,  1 wallclock secs ( 0.03 usr  0.01 sys +  0.04 cusr
    +  0.00 csys =  0.08 CPU)
    Result: PASS