Help for this page
#!/usr/bin/perl -w use strict; ... open(FH,'<','test.txt') or die "$!\n"; open(FH,'<','/home/me/test.txt') or die "$!\n";