> perl -MO=Deparse -e "while(glob('*')){ print }" use File::Glob (); while (defined($_ = glob('*'))) { print $_; } -e syntax OK
In reply to Re: C<while> magic also working with glob(): intentional or not?
by chester
in thread C<while> magic also working with glob(): intentional or not?
by blazar
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |