iconv.pl
changeset 3 ac7735d5fb59
parent 2 f2cb4b66de94
child 5 4654114e55a4
equal deleted inserted replaced
2:f2cb4b66de94 3:ac7735d5fb59
    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