Applications Help!

F

Frieza

Hi can anyone think up of at least five applications that could
benefit from the use of arrays in Perl?
 
J

J. Gleixner

Frieza said:
Hi can anyone think up of at least five applications that could
benefit from the use of arrays in Perl?

Yes.

Maybe you should do your own homework.
 
C

Charlton Wilbur

F> Hi can anyone think up of at least five applications that could
F> benefit from the use of arrays in Perl?

Yes. Oddly enough, they're also the same sort of applications that
could benefit from the use of variables, or subroutines.

Good luck with your homework.

Charlton
 
J

Jürgen Exner

Frieza said:
Hi can anyone think up of at least five applications that could
benefit from the use of arrays in Perl?

Can anyone think up of at least five cars that could benefit from the use of
gasoline in the tank? (*)

jue

*: Yes, there are some cars that don't run on gasoline, just as there are a
very few trivial applications where arrays would not be useful.
 
U

Uri Guttman

F> Hi can anyone think up of at least five applications that could
F> benefit from the use of arrays in Perl?

my @apps = ( 1 .. 5 ) ;

uri
 
F

Frieza

F> Hi can anyone think up of at least five applications that could
F> benefit from the use of arrays in Perl?

my @apps = ( 1 .. 5 ) ;

uri

thanks uri that helped alot, the other's that answered my question
they were ridicolous answers! thanks anyway.
 
U

Uri Guttman

F> Hi can anyone think up of at least five applications that could
F> benefit from the use of arrays in Perl?
F> thanks uri that helped alot, the other's that answered my question
F> they were ridicolous answers! thanks anyway.

if you think you will get a good grade from my response, you are in need
of more perl education than is possible!

uri
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,206
Messages
2,571,069
Members
47,677
Latest member
MoisesKoeh

Latest Threads

Top