For example, in the Everything source they'll occasionally have a subroutine that does something like:
sub do_thisorthat { my ($text, $op) = shift; my $code = get_op($op); $code->$text; # manipulate text $text; }
In reply to RE: RE: RE: Re: Can perl do...?
by chromatic
in thread Can perl do...?
by nashdj
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |