Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
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 drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2025-03-21 21:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    When you first encountered Perl, which feature amazed you the most?










    Results (63 votes). Check out past polls.