- or download this
@logfile = split(/ /, <LOGFILE>);
- or download this
#!/usr/bin/perl -w
use strict;
...
}
}
print LOGWRITE "You have obtained $clipsobt clips.\n";
- or download this
#!/usr/bin/perl -w
use strict;
...
my $clipsobt = grep /clip/, <LOGFILE>;
print LOGWRITE "You have obtained $clipsobt clips.\n";