Help for this page

Select Code to Download


  1. or download this
    [mylibrary1.pl]
    
    ...
       return $number / 2;
    }
    
  2. or download this
    require      Exporter;
    @ISA       = qw(Exporter);
    @EXPORT    = qw(half);