Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

crazyinsomniac's scratchpad

by crazyinsomniac (Prior)
on Jun 01, 2004 at 22:18 UTC ( [id://358681]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ##sub THEFAKEOUT contains the actual nodelet
    ## the rest of the stuff is just for testing puroses
    ...
    
    __END__
    #
    
  2. or download this
    use Benchmark qw( cmpthese timethese );
    use Storable qw( freeze thaw );
    ...
    Data::Denter 170/s           --         -52%
    Storable     356/s         110%           --
    
  3. or download this
    # $DB = tie ... DB_File .. BTREE
    
    ...
    
    # now you know
    
  4. or download this
    bash-2.05$ cat MyConfig.pm
    
    # This is CPAN.pm's systemwide configuration file. This file provides
    ...
    };
    1;
    __END__
    
  5. or download this
    #!/usr/bin/perl -w
    use CGI::Carp qw( fatalsToBrowser );
    ...
        print pre(escapeHTML(Dumper \%CPAN::Config));
        # to make sure it's what you want
    }
    
  6. or download this
    <H1>D'url JavaScript</H1>
    <script language="javascript">
    ...
    <B><a NAME="dlinxor" href="javascript:OutsideLinks()">
    Outside Links</a></B><BR>
    </DIV>
    

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 perusing the Monastery: (6)
As of 2024-03-28 11:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found