Help for this page

Select Code to Download


  1. or download this
    for (@attributes)
    {
    ...
        ... something to do with $_ ...
      };
    }
    
  2. or download this
      use constant {
        map {
          uc $_ => __PACKAGE__ . "::$_"
        } qw(name timestamp etc.)
      };