in reply to for vs. reverse
sub print_stuff { print "\nWhy do we have to hide from the police, daddy?\nBecause they +use $_[0] and we use $_[1], son.\n" } print_stuff("emacs","vi"); print_stuff("vi","emacs"); [download]