Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^5: Exporter Problem

by syphilis (Archbishop)
on Feb 20, 2013 at 03:18 UTC ( [id://1019697]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package FOO::Soldier;
    
    ...
         Safefree(soldier);
    }
    
  2. or download this
    package MyPackage;
    use warnings;
    ...
               $obj->get_name, " is a ", 
               $obj->get_rank, "\n";
    }
    
  3. or download this
    11111) Benjamin is a Private
    22222) Sanders is a Colonel
    ...
    Destroy called
    Destroy called
    Destroy called
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-04-16 17:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found