Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: How to make bi-modal variables like $! ?

by japhy (Canon)
on Jun 28, 2001 at 20:14 UTC ( [id://92346]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package DualVar;
    
    ...
    sub new { bless [ @_[1,2] ], $_[0] }
    
    1;
    
  2. or download this
    use DualVar;
    
    my $x = DualVar->new("japhy", 19);
    printf "I'm %s, and I'm %d years old.\n", $x, $x;
    

Log In?
Username:
Password:

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

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

    No recent polls found