Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

dada's scratchpad

by dada (Chaplain)
on Jun 03, 2004 at 19:22 UTC ( [id://360383]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Tie::StorableHash;
    
    ...
    } unless exists $karma{larsen};
    
    print "$karma{larsen}->{value}\n";
    
  2. or download this
    use warnings;
    close (STDERR);
    ...
        print;
    }
    close ME;
    
  3. or download this
    use Win32::API 0.20;
    
    ...
            print "GetLongPathName returned '$long'\n";
        }
    }
    
  4. or download this
    #! perl -sw
    use strict;
    ...
        dTHX;
        return Perl_looks_like_number(aTHX_ var);
    }
    
  5. or download this
    package Tie::PrintfScalar;
    
    ...
    $nr = 2;
    
    print "$nr\n";
    
  6. or download this
    #include <stdio.h>
    #include <windows.h>
    ...
        printf("main got %d\n", r);
        return 0;
    }
    

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 about the Monastery: (7)
As of 2024-04-23 18:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found