Help for this page

Select Code to Download


  1. or download this
    Data_Type:1234567890    data data data    data data
    Data_Type:1237834810    data data    data data    data
    
  2. or download this
                open(IN,'file.txt');
                while($line = <IN>)
    ...
    ($id, $description)### regex expression to split it
    push(%hash{$id, $descriptions)### then a push?
    }