Help for this page

Select Code to Download


  1. or download this
    while(<DATA>) {
      chomp;
      last if /^"EOS"$/;
      push @data, $_
    }
    
  2. or download this
    my($first_name,$last_name,$address,$city,$state,$phone) = /"([^"]*)"/g