Help for this page

Select Code to Download


  1. or download this
     [% 
        # perl - $row->{action} = [qw( a b c )];
        dumper.dump( row.action )
     %]
    
  2. or download this
     [% 
        # perl - $row->{_action} = [qw( a b c )];
        dumper.dump( row._action )
     %]