Help for this page

Select Code to Download


  1. or download this
    sub ReadFile
    {
            #Declare Variables
    ...
            #
            return @contents;
    }
    
  2. or download this
    #!/usr/bin/perl5
    
    use strict;
    ...
    foreach my $game (@games) {
            print "$game\n";
    }
    
  3. or download this
    Bareword "HL1" not allowed while "strict subs" in use at ./games.pl li
    +ne 8.
    Bareword "HL1" not allowed while "strict subs" in use at ./games.pl li
    +ne 8.
    Bareword "txt" not allowed while "strict subs" in use at ./games.pl li
    +ne 8.
    ...
    Bareword "HL1" not allowed while "strict subs" in use at ./games.pl li
    +ne 8.
    Bareword "txt" not allowed while "strict subs" in use at ./games.pl li
    +ne 8.
    Execution of ./games.pl aborted due to compilation errors.