in reply to Cannot open file in Strawberry Perl

Hi, I am also a beginner, however, I have just realized what went wrong. You must have had the same problem. Your Perl program was written correctly, but it was more likely that your file that you wanted to open was not good. The file must be saved with WordPad and NOT with NotePad because with WordPad you can choose to save the files as "Text document-MS_DOS" format and if it is a peptide you also need to give a ".pep" extension. I hope it helps, let me know if it works now.
  • Comment on Re: Cannot open file in Strawberry Perl

Replies are listed 'Best First'.
Re^2: Cannot open file in Strawberry Perl
by Anonymous Monk on Dec 06, 2016 at 11:32 UTC
    Thanks mate ! It works for me !
Re^2: Cannot open file in Strawberry Perl
by Anonymous Monk on Jul 10, 2013 at 07:25 UTC

    Hey the Word Pad advise works for me. Thanks!!