|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re^4: Moose and File::Tempby tinita (Parson) |
| on Nov 19, 2012 at 14:52 UTC ( #1004554=note: print w/ replies, xml ) | Need Help?? |
|
So it is impossible to use while(<$self->{IamAfileHandleAttribute}>) { ... } > to read a fileno, it's not really impossible. you can just use readline instead of the diamond operator. while (readline $self->{IamAfileHandleAttribute}) {
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||