Help for this page
#!/usr/bin/perl -w print join(" ", reverse split /\s/), "\n" for (reverse <STDIN>);