Help for this page

Select Code to Download


  1. or download this
    husani|10|20
    bill|1|3
    john|5|2
    
  2. or download this
    open(IN, "<$mailer_data_location");
    my @foo = map { [(split(/\|/, $_))] } <IN>;
    close(IN);