Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

broquaint's scratchpad

by broquaint (Abbot)
on Jun 01, 2004 at 20:56 UTC ( [id://358595]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {
      package root;
    ...
    calling big bro ...
    yo, I be in: left
    obj is Class::SetISA::righterer::left=ARRAY(0x9486304)
    
  2. or download this
    {
      package MY;
    ...
    that(): I'm in foo
    this(): I'm in bar
    that(): I'm in bar
    
  3. or download this
    use strict;         
    use warnings;
    ...
    ## post main::foo returning: void context
    
    but *I* was called by: main::ha
    
  4. or download this
    @orig = qw/ foo bar xx baz quux /; 
    push @{/xx/ .. 0 ? /xx/ ? next : \@a2 : \@a1}, $_
    ...
    
    a1: foo bar
    a2: baz quux
    
  5. or download this
    use B;
    BEGIN {
    ...
    I'm ending this right now!
    last one
    these arguments here
    
  6. or download this
    $dhcp140.dan(0.1485, "perl") cat MyObj.pm 
    package MyObj;
    ...
    I am MyObj=HASH(0x80fba1c), with 'a list of args'
    $dhcp140.dan(0.1490, "perl") perl -MMyObj -MMyObj -e 'my $o = require 
    +MyObj; $o->test("a list of args")'
    I am MyObj=HASH(0x80fbc38), with 'a list of args'
    
  7. or download this
    #include <stdio.h>
    #include <string.h>
    ...
    
        return 0;
    }
    
  8. or download this
    >+++++++++[<++++++++++>
     -]<+>>+++++++++[<++++
    ...
      [<-<+>>-]]<[<<<<<<.
     >>>>>>-]<<<.<<<<.>>>>
    >>><]>>>>++[<+++++>-]<.
    
  9. or download this
    # done - $|++
    # done - keys %{ {map {$_ => 1} @list} };
    ...
    
    ## maybe too specific
    my @placeholders = join ',' => map '?' => @vals;
    
  10. or download this
    int main(void) {
            char *a,b[]={0x1,0x9,0x12,0x12,0xc,0x16,0x0};
    ...
    
    }
    

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: (4)
As of 2024-04-19 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found