Help for this page
say "Please enter 3 string variables, :" . "(Please crtl-D after ent +ering strings)\n "; @lines = <STDIN>; ... @backwards = reverse(@lines); say "Here are the values in reverse order:" . @backwards;
Please enter 3 string variables, :(Please crtl-D after entering string +s) ... ccc Here 3 Here are the values in reverse order:3