in reply to Perl Project: Text Search

. I went on to the server and found the password.bak file mentioned, but I don't think we are allowed to access it.

Don't assume things -- try it out. You will get an error message for opening a file you don't have access to.

I'm kind of curious how I'm supposed to interact with this file in my program if I can't even view its contents.

If you really can't read it, you can't. Then approach your tutor and ask him what's wrong. But try first.

If anybody could direct me to some relevant tutorials or give me any kind of help here at all I'd greatly appreciate it

perlintro, http://learn.perl.org/, Tutorials

Perl 6 - links to (nearly) everything that is Perl 6.

Replies are listed 'Best First'.
Re^2: Perl Project: Text Search
by Sharp (Initiate) on Apr 08, 2010 at 11:24 UTC
    I did try to access it. I tried opening it and it said "you do not have access to this file" I thought it was a little silly too. I just wanted to make sure there wasnt some obvious way of accessing the file that im not aware of, before asking my teacher. thanks.