Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Snarky comments on the ddj perl quiz

by ysth (Canon)
on Aug 23, 2007 at 00:26 UTC ( [id://634548]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    EXPR and last
      while not(condition)
    
  2. or download this
    use Fatal
    'unlink';
    
  3. or download this
        do { open(my $tty, "/dev/tty") && readline($tty) or die "nope: $!"
    + }
    
  4. or download this
        print @x;  # where's the "uninitialized value in print" warning?
        sub TIESCALAR { bless{} } sub FETCH { 42 } tie $x, "main"; print $
    +x
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://634548]
Approved by kyle
Front-paged by gmax
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-20 03:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found