Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
            }
        }
    }
    
  2. or download this
    for my $i (0..$#readingbooks){
        for my $j (0..$#catbooks){
            if (($readingbooks[$i] eq $catbooks[$i])...
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
            print "wow \n\n";
        }
    }