Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: Perl Naming Conventions

by leriksen (Curate)
on Apr 29, 2003 at 02:22 UTC ( [id://253885]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ...
    
    sub external {
    ...
    
    sub _internal {
    }
    
  2. or download this
    @EXPORT = qw(external interface);
    @EXPORT_OK = qw(_internal _interface);
    %EXPORT_TAGS = (STD  => \@EXPORT,
                    TEST => \@EXPORT_OK);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-03-19 04:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found