You can see the difference using the fileno() builtin:
open IMAGE, "image.gif"; printf "fn: %d\n", fileno(IMAGE); my $ios = IO::Scalar->new; printf "fn: %d\n", fileno($ios);
In reply to Re^4: reading image blob w/Image::Magick
by salva
in thread reading image blob w/Image::Magick
by yoz-y
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |