in reply to Re: Logic expression evaluation not working. What am I doing wrong?
in thread Logic expression evaluation not working. What am I doing wrong?
which output the following:#!/usr/bin/perl use strict; use warnings; printf "%b\n", !1;
on my Linux machine. So, not sure under what circumstances, like you say that it outputs '' empty string.0
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Logic expression evaluation not working. What am I doing wrong?
by AnomalousMonk (Archbishop) on Jan 04, 2016 at 05:05 UTC |