Help for this page
# Relative to the current dir on the current drive open(my $fh, '<', 'file') ... open(my $fh, '<', 'c:../file') open(my $fh, '<', 'c:../dir/file') open(my $fh, '<', 'c:dir/file')