Since you want to read from standard input, you could use STDIN:
num = @ARGV[0]; while (<STDIN>) { (parser algorithm) } print ("$result");
In reply to Re: parameters and piped input
by ikegami
in thread parameters and piped input
by trala
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |