in reply to Script to check for multiple files on FTP and print the one missing
ie filenames where the '*' in the file masks are replaced by the same text in all 3 groups?@a = ( 'abc_some_text.txt', 'abc_some_other_text.txt', 'abc_some_diffe +rent_text.txt' ) @b = ( 'efg_some_text.txt', 'efg_some_other_text.txt', 'efg_some_diffe +rent_text.txt' ) @c = ( 'xyz_some_text.txt', 'xyz_some_other_text.txt' )
"Binary "&&" performs a short-circuit logical AND operation. That is, if the left operand is false, the right operand is not even evaluated. Scalar or list context propagates down to the right operand if it is evaluated."This means that I have no idea what it means!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Script to check for multiple files on FTP and print the one missing
by LanX (Saint) on Jul 01, 2013 at 03:27 UTC | |
by zork42 (Monk) on Jul 01, 2013 at 03:55 UTC | |
|
Re^2: Script to check for multiple files on FTP and print the one missing
by perlvroom (Acolyte) on Jul 01, 2013 at 04:33 UTC | |
by zork42 (Monk) on Jul 01, 2013 at 05:07 UTC | |
|
Re^2: Script to check for multiple files on FTP and print the one missing
by Anonymous Monk on Jul 01, 2013 at 03:29 UTC | |
by zork42 (Monk) on Jul 01, 2013 at 04:01 UTC |