Help for this page
#!/usr/bin/perl -w ... for (@ARGV) { print "$_ is rotateable\n" if &is_rotateable($_); }