Help for this page

Select Code to Download


  1. or download this
    if ( not length $message->as_string
      or $message->as_string =~ /\A\s*\z/ )
    ...
        next;
    }
    
  2. or download this
    my @errors;
    
    ...
      foreach my $e ( @errors ) { cluck "in_filepath: $e"; }
      next;
    }