Vip <
fabioma...@gmail.com> wrote:
> Subject: Re: help with perl
You are not requesting help with Perl.
You are requesting that someone else write your program for you.
Do your own work.
If you truly need help, then show what you tried, describe what it is
doing and what it should do instead.
You are not fooling anybody...
> I have this problem to solve but i don't know how!
If you show us what you have tried so far, we will help you fix it.
> Develop a Perl program that receives as argument on the command line
Read about @ARGV
perldoc perlvar
> the name of a file in the working directory (containing one DNA
> sequence in FASTA format) and prints the content of the file
Learn how to open a file:
perldoc -f open
Learn how to print to a file:
perldoc -f print
> with the
> whole sequence in uppercase character.
Learn about functions that manipulate case:
perldoc -f uc
> -It checks the number of arguments received on the command line and if
> the number is not 1 it prints an error message and exits.
perldoc perlintro
has a section named "Numeric comparison" in it...
> Can anyone tell me how to develop this fuctions with perl?
It will require that you learn a bit of Perl programming!
--
Tad McClellan
email: perl -le "print scalar reverse qq/moc.liamg\100cm.j.dat/"
The above message is a Usenet post.
I don't recall having given anyone permission to use it on a Web site.