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