Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re: Perverse Unreadable Code

by snafu (Chaplain)
on Jul 06, 2001 at 23:07 UTC ( [id://94562]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        for ( @status ) {
            my $pass     = 0;
    ...
             return(0);
        }
    }
    
  2. or download this
    $pass = 1
            if $pass == 0;
    ...
            if $pass == 2;
     push( @player_info, $_ )
            if $_;
    
  3. or download this
    if ( $pass == 0 ) {
        $pass = 1;
    ...
    if ( $_ ) {
        push( @player_info, $_ );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-20 00:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found