Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    print Dumper \%nocapslist;
    
  2. or download this
    $VAR1 = {
              'nor' => undef,
    ...
              'to' => undef,
              'because' => undef
            };
    
  3. or download this
    @nocapslist{ @nocapslist } = (1) x @nocapslist;