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