Help for this page

Select Code to Download


  1. or download this
    for ('a=b', 'a=', 'a') {
       my ($p1, $p2) = split(/=/, $_, 2);
    ...
          "\n"
       );
    }
    
  2. or download this
    a=b     "b"
    a=      ""
    a       undef