SET A
1. Write a perl script to find the number of spaces in a given sentence
using regular expression.
2. Write a perl script to take name from command line argument and print
the inputted name in both lower case and upper case. (use functions)
3. Write a perl script to evaluate sine series.
4. Write a perl script to download a protein sequence from the web using
LWP module
SET B
1. Write a perl script to convert a given gene into mrna using regular
expression
2. Write a perl script to check whether a given file format is fasta file
or not and if it is so print its sequence only. (use file handles)
3. Write a perl script to arrange the given set of numbers in descending
order and print the largest out of it.
4. Write a perl script to download a protein sequence from the web using
LWP module
SET C
1. Write a perl script to find the number of vowels in a given sentence
using regular expression
2. Write a perl script to duplicate a file & print no. of lines in it.
3. Write a perl script for finding the factorial of given number.
4. Write a perl script to download a protein sequence from the web using
LWP module
SET D
1. Write a perl script to find the percentage of ATGC using regular
expression
2. Write a perl script to take line from command line arguments and then
count number of vowels in that line
3. Write a perl script to calculate a Fibonacci series of given number.
4. Write a perl script to download a protein sequence from the web using
LWP module
please give me the answers of these questions.
very-2 thanks.