Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if (@mydata)
{
print "The array has elements \n"
}
...
The Boolean context is just a special kind of scalar context where no conversion to a string or a number is ever performed.
...
If you evaluate an array in scalar context, it returns the length of the array.
...
if