MySQL Forums
Forum List  »  Perl

Perl Related Question
Posted by: rayat london
Date: November 23, 2009 01:57AM

Hi Members,
i am new in perl , so i want your's help. Please help me.
i am making a programm amd i want to open a file of different
directory. and i worte the code
$filename1=012945;
unless (open(FILE1,"C:/Ritu/FastaSeqs/$filename1.CONSENS") )
{
print "Cannot open file \"$filename1.CONSENS\"\n\n";
exit;
}
@sts_seq =<FILE1>;
but i got message that cannot open file.
am i doing something wrong.

Study In London
Best College in London
MBA Colleges in London

Options: ReplyQuote


Subject
Written By
Posted
Perl Related Question
November 23, 2009 01:57AM
November 24, 2009 11:34PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.