Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Goedel's Proof of God in Perl

by choroba (Cardinal)
on Jul 09, 2017 at 20:37 UTC ( [id://1194638]=note: print w/replies, xml ) Need Help??


in reply to Goedel's Proof of God in Perl

Perl is different to logical systems. It's aware of its creator:
perl -v | perl -lane 'print "@F[-2, -1]" if /Copyright/'
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^2: Goedel's Proof of God in Perl
by Jambo Hamon (Novice) on Jul 10, 2017 at 00:55 UTC
    $ perl -v | perl -lane 'print "@F[-2, -1]" if /Copyright/' Larry Wall you have mail in /var/mail/james $ mail Mail version 8.1.2 01/15/2001. Type ? for help. "/var/mail/james": 5469 messages 1266 new 5469 unread

    If that's true, this should help.

    a first attempt; didn't make it all the way through

    $ perl goedel.pl Use of uninitialized value in say at goedel.pl line 7. 1 1 $
    #!/usr/bin/perl use warnings; use strict; use v5.20; say undef; say !undef; say !!undef; say map { grep { // } @_ } (!undef)[!!undef]; { say 1; } exit $?; # what is the exit status?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (9)
As of 2024-04-18 12:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found