Help for this page

Select Code to Download


  1. or download this
    @abc = split(';',$abc);
    
  2. or download this
    $a, $b = split(';',$abc);