Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    my $thing = FOO;
    print "$thing defined by: " . join(" and ", @{$val_to_name{$thing}})."
    +\n";