Help for this page

Select Code to Download


  1. or download this
    First Name, Last Name, Address,Tel
    Sara, Bon, "Hashikma 5 , Austin", 00
    Bunnjy,"Doron", "Eug , Germany",22
    
  2. or download this
    while(<FILE>)
    {
    ...
    }
    close(FILE);
    print $item[2],"\n";