Help for this page

Select Code to Download


  1. or download this
    sub breakEmailAddress
    {
    ...
    my ($first, $second) = breakEmailAddress('john@some.domain.com');
    print "FirstArr: @$first\n";
    print "SecondArr: @$second\n";
    
  2. or download this
    sub breakEmailAddress
    {
    ...
    
    print "FirstArr: @first\n";
    print "SecondArr: @second\n";