Help for this page

Select Code to Download


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