Help for this page

Select Code to Download


  1. or download this
    my $count;
    while (my $line = <IN>) {
    ...
        $info{language}[$count] = $language;
        $count++;
    }
    
  2. or download this
    my $LASTNAME = 0;
    my $FIRSTNAME = $LASTNAME + 1;
    my $COUNTRY = $FIRSTNAME + 1;
    my $LANGUAGE = $COUNTRY + 1;
    my @info = map {[/[^|\n]*/g]} <IN>;