sub cheat { my $cheatfile = "/home/cheatsheets/$prefix.txt"; open( INFO, $cheatfile ); @lines = ; close(INFO); foreach (@lines){ print $_; } }