Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

thunders's scratchpad

by thunders (Priest)
on Jun 02, 2004 at 05:42 UTC ( [id://359187]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use 5.006;
    use ExtUtils::MakeMaker;
    ...
    
    EOF
    }
    
  2. or download this
    
    
    ...
        );
        $msg->send();
    }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
        }
    }
    
  4. or download this
    while(my $row = $sth->fetchrow_hashref ){
            push @users, { name => $row->{user} , pc => $row->{pcname} };
    ...
                return "z";
            }
    }
    
  5. or download this
    #!/usr/bin/perl -w
    
    ...
       $oPrepare .= "/";    
       return $oPrepare;
    }
    
  6. or download this
    SET echo on;
    
    ...
    );
    
    /
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (None)
    As of 2024-04-25 00:02 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found