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: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to