E
eng.john84
How to write this code if ( FIRST LINE IN BODY TRUE FOR EXAMPLE
HELLO)
{
print $_, "\n"; } please help me to wrile this code
code:
#!/usr/local/bin/perl
use Mail:
OP3Client;
$pop = new Mail:
OP3Client( USER => "xxxxxxxxx",
PASSWORD => "xxxxxxx",
HOST => "xxxxx" );
{
foreach ( $pop->Body( 1 ) ) {
if ( FIRST LINE IN BODY TRUE FOR EXAMPLE HELLO)
{
print $_, "\n";
}}}
HELLO)
{
print $_, "\n"; } please help me to wrile this code
code:
#!/usr/local/bin/perl
use Mail:
$pop = new Mail:
PASSWORD => "xxxxxxx",
HOST => "xxxxx" );
{
foreach ( $pop->Body( 1 ) ) {
if ( FIRST LINE IN BODY TRUE FOR EXAMPLE HELLO)
{
print $_, "\n";
}}}