Hi,
I run a bash script inside perl. The output of the bash script sometime has special charaters: é è à ê ...
When i print my variable containing this return,the output is truncated. Any idea ? Is this a perl issue ?
here is an extract
my $smtpban = `smtpban -s $email | tail -n +20`; my $out = $cerb->post($base . "tickets/$id/comment.xml", [ [ 'comment', "this is an automatic comment \n\n $b +an_msg \n\n banvhost -c \n $banvhost \n\n\n smtpban -s \n\n $smtpban" + ], ]);
In reply to special character printing issue by mitchreward
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |