I think that'll do what you're after.#!/usr/bin/perl -w use strict; my $input; $/ = "\n\n"; $input = <STDIN>; print "You said:\n$input\n";
In reply to Re: Multi-line input fields
by davis
in thread Multi-line input fields
by david.jackson
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |