I have just received an assignment to extract data from multiple logs and merge the data together to chart for analysis. I am brand new to Perl and just managed to install version 5.8 from ActiveState under Windows 2000. There is a huge amount of documentation but nothing that says: to start using perl TK do this: <something>
the existing scripts start with:
use strict;
use utils::stat qw(toSec interpolate);
None have the shebang mentioned in the book: #!
In short, how do I get a hello world window going using Perl Tk?
Thanks for your time,
Bkelly
the existing scripts start with:
use strict;
use utils::stat qw(toSec interpolate);
None have the shebang mentioned in the book: #!
In short, how do I get a hello world window going using Perl Tk?
Thanks for your time,
Bkelly