Home : General : Perl Programming :

General: Perl Programming: Re: [floramate] help for meanings of round and pad: Edit Log

Here is the list of edits for this post
Re: [floramate] help for meanings of round and pad
Round and Pad are sub-routines in the script where you pasted that code from.

Round() may consist of something like:

sub round {

return int($_[0]);

}

(Just a guess)

Last edited by:

RedRum: Sep 27, 2001, 5:07 AM

Edit Log: