Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

(arturo) Solve Homework Problems FAST!!!

by arturo (Vicar)
on Oct 03, 2001 at 23:55 UTC ( [id://116551]=note: print w/replies, xml ) Need Help??


in reply to Ask your teacher
in thread Script for MAX and Min

yeah, if only there were a construct in perl that could *test* for conditions, and if only there were some way of giving some piece of information a name, putting that information in a holder of some sort, and to refer to that information by that name, and maybe even manipulating the information. In fact, wouldn't it be great if you could tell perl

For every value you have 1. IF the current value is greater than the biggest one you've seen so + far, THEN it's the new biggest one you've seen. 2. IF the current value is lower than the lowest value you've seen, THEN it's the new lowest one you've seen
?

And if only it were the case that at the end of such a process, "the biggest value you've seen so far" would have to be the biggest value in the collection, and similarly for the lowest value you'd seen. But them's the breaks, as they ... well, nobody I know ... say.

perl -e 'print "How sweet does a rose smell? "; chomp ($n = <STDIN>); +$rose = "smells sweet to degree $n"; *other_name = *rose; print "$oth +er_name\n"'

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://116551]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-03-29 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found