Help for this page

Select Code to Download


  1. or download this
    my @tags= qw/name gender address/;
    
    ...
      eval "sub $t { \$state{'$name'} = 1; }";
      eval "sub ${t}_ { \$state{'$name'} = 1; }";
     }
    
  2. or download this
    BEGIN
     {
    ...
     }
    
    use Tags;