Hi there, How to write a device funciton without using a '/' operator
sub device_now($a, $b){
my ($a, $b)=@;
<don't use $result=$a/$b; >
return $result;
}
&device_now(6,3);
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
