Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print Dumper($rv);
    my @available = $sender->all_mailers;
    print Dumper(@available);
    
  2. or download this
    $VAR1 = bless( {
                     'prop' => {},
    ...
                     'type' => 'failure',
                     'errno' => 1
                   }, 'Return::Value' );