equal
deleted
inserted
replaced
74 -attachment => $filename |
74 -attachment => $filename |
75 ), |
75 ), |
76 <$fh>; |
76 <$fh>; |
77 open(X, ">/tmp/log"); |
77 open(X, ">/tmp/log"); |
78 print X $_; |
78 print X $_; |
79 cloes(X); |
79 close(X); |
80 print; |
80 print; |
81 exit 0; |
81 exit 0; |
82 |
82 |
83 } |
83 } |
84 |
84 |