Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: What I Most Recently Learned in Perl, But Should Have Already Known

by GrandFather (Saint)
on Aug 16, 2006 at 23:19 UTC ( [id://567792]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            my $member = "dump_$key";
            my $name = "name_$key";
    ...
            ...
            if ($self->can($member)) {
                $self->$member ($pos, $len);
    
  2. or download this
    my $str = '001100010011001100110001';
    my $value = pack ('B*', $str);
    print $value;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://567792]
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found