Help for this page

Select Code to Download


  1. or download this
    # -*- Perl -*-
    
    ...
    
    {
        my %name;
    
  2. or download this
    package Angle;
    use strict; use warnings;
    ...
    }
    
    1;
    
  3. or download this
    #!/usr/local/bin/perl
    use strict; use warnings; $| = 1;
    ...
    }
    
    __END__