Help for this page

Select Code to Download


  1. or download this
    ...unless $cnf{from} && $cnf{from} =~ m/\@/;
    
  2. or download this
    my $string = 'one@two.com';
    if( $string =~ m/\@/ ) {
      print 'yes';
    }