Help for this page

Select Code to Download


  1. or download this
    #!usr/bin/perl -w
    use strict;
    ...
    
    
    1;   # Module is loaded by use or require
    
  2. or download this
    #!usr/bin/perl -w
    use stirct;
    ...
    use Linehist;
    my $entry = 'What ever you had';
    Linehist->history(\$entry, 'new');
    
  3. or download this
    history(\$entry, 'one');
    
  4. or download this
    use Linehist qw(history);