Help for this page

Select Code to Download


  1. or download this
    # at the top of the script
    
    ...
    
    unless (($input->{to}) && ($input->{from}) && ($input->{body}) && ($in
    +put->{id})) {
    
  2. or download this
    >steveb@cpan.org<
    
  3. or download this
    open my $wfh, '>', '/home/user/debug.txt' or die $!;
    
    for (qw(to from body)){
        print $wfh "\n\n>$input->{$_}<\n\n";
    }