in reply to Re: Script to check for multiple files on FTP and print the one missing
in thread Script to check for multiple files on FTP and print the one missing
just try testing print scalar(@a && @b)
you could replace && with * and || with +.
I'm doing this if I explicitly want to avoid any short-circuit!
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Script to check for multiple files on FTP and print the one missing
by zork42 (Monk) on Jul 01, 2013 at 03:55 UTC |