Help for this page

Select Code to Download


  1. or download this
    open(PARTY_FILE, "../Data/test.txt");
    while ($file_line = <PARTY_FILE>)
    {
        print "$file_line\n";
    }
    
  2. or download this
    Québécois