![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re^4: Declare my variable in sysread - Mojo::File::slurpby ikegami (Patriarch) |
on Dec 22, 2018 at 00:56 UTC ( #1227593=note: print w/replies, xml ) | Need Help?? |
Yes, = is an operand of defined, but your whole point is that sysread($file, my $buf, ...) is like defined(my $line), but your code doesn't use defined(my $line).
In Section
Seekers of Perl Wisdom
|
|