Help for this page

Select Code to Download


  1. or download this
    sub addfor{
       my ($mainwidget,$entryVariable) = @_;
    ...
          push @history, $entryVariable;
       }
    }
    
  2. or download this
    use List::Util 'first';
    sub addfor{
    ...
          push @history, $entryVariable;
       }
    }