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