What's wrong? #!/usr/bin/perl -w use strict; my $filename = ; open FH, $filename; my $line = ; print "Line is $line\n"; close FH;