Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: How can I inherit from Bit::Vector?

by Fastolfe (Vicar)
on Nov 05, 2001 at 01:48 UTC ( [id://123227]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -e '$a = \"constant"; bless($a, "Test");'
    Modification of a read-only value attempted at -e line 1.
    
  2. or download this
    perl -MBit::Vector -e '$a = new Bit::Vector(8); ${$a} = 2;'
    Modification of a read-only value attempted at -e line 1.
    
  3. or download this
    reference = sv_bless(sv_2mortal(newRV(handle)),  BitVector_Stash);
    
  4. or download this
    reference = sv_bless(sv_2mortal(newRV(handle)), gv_stashpv(SvPV_nolen(
    +class), 1));
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-03-29 10:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found