CODE
LIBARY.COM
Home
/
CGI
CGI Maximum Value of an Array
Maximum Value of an Array
sub max { my($max) = shift; foreach (@_) { $max = $_ if $max < $_; } $max; }
sub max { my($max) = shift; foreach (@_) { $max = $_ if $max < $_; } $max; }
Copy to Clipboard
Related Snippets
CGI Upload a file
CGI AltaVista Keyword Harvestor
CGI Show Online Users
CGI IRC Bot
CGI Remove unwanted characters
CGI Aggemam Text Counter
CGI Add free links
CGI Random link
CGI File last modified date
CGI ABCNews Retriever