Use B::Deparse. I think it may be documented in perlopen, but the second construct adds the defined operator.
$ perl -MO=Deparse while (<STDIN>) { print; }
produces:
while (defined($_ = <STDIN>)) { print $_; } - syntax OK
In reply to Re: Re: Re: Benchmarking File Retrevial
by chromatic
in thread Benchmarking File Retrevial
by jpfarmer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |