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

Re: Perl Cannot Be Parsed: A Formal Proof (meh)

by tye (Sage)
on Jan 21, 2008 at 19:02 UTC ( [id://663416]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub halts {
        my $machine = shift;
    ...
           }
        )
    }
    
  2. or download this
    BEGIN {
        if(  0.5 < rand()  ) {
    ...
        }
    }
    whatever  / 25 ; # / ; die "this dies!";
    
  3. or download this
     > perl -MO=Deparse above.pl
    # ...
    ...
    whatever(/ 25 ; # /);
    die 'this dies!';
    - syntax OK
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-25 15:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found