See `perldoc -f print` for details.#!/usr/bin/perl use strict; use warnings; my $a = ( print "Hello world\n" ); print "The answer is $a\n"; __END__
In reply to Re^3: process array with while loop
by shawnhcorey
in thread process array with while loop
by reason2006
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |