Help for this page

Select Code to Download


  1. or download this
     # find all the entities in the current file
      if (/entity\s+(\w+)\s+is/i) {
    ...
        push @entities, \%1;
      }
    
  2. or download this
       push @entities, \%{$1};
    
  3. or download this
    
    use Data::Dumper;
    ...
    }
    
    print Dumper(%hash);
    
  4. or download this
    -_-_-_-_-_-_-_-_-_-_-_-
    My memory concerns me
    - but I forget why !!!