Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Logical Not not working!!!

by Generoso (Prior)
on Aug 20, 2010 at 22:12 UTC ( [id://856378]=note: print w/replies, xml ) Need Help??


in reply to Logical Not not working!!!

This is working for me it does not use Boolean values.

#!/usr/bin/perl # use strict; use warnings; while (<DATA>) { print; chomp; foreach (split /,/){print $_ ? "0," : "1,";} print "\n"; } __DATA__ 0,1,1 1,1,0 0,1,0 1,0,0 1,1,1

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://856378]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-24 08:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found