SUBROUTINES/METHODS subroutine_xyz() Usage my $retval = Module::subroutine_xyz( $arg ); Purpose Do something in some manner; Returns Useful information about the return value; Parameters $arg - some information which varies the operation of the subroutine;