Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # Number.pm, a number as an object
    ...
    }
    
    1;        # this 1; is neccessary for our class to work
    
  2. or download this
    #!/usr/bin/perl
    # useit.pl using the Number module
    ...
    #    to it...
    
    exit();