Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
                'maker'=>$maker        # why? Copyright reasons??
        };
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    my %things = map {$_=> {'name'=>$_[0]} } (Earth::Things::list_all());
    $things{men}{life}=$things{darkness}{shine} = "light";