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

Re^2: Interfaces

by petemar1 (Pilgrim)
on Apr 30, 2005 at 00:20 UTC ( [id://452777]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    # Doable.pm
    ...
        ) { die( "\n\nThere has been a breach of contract.\n\n" ); } # end
    + unless
    
    } 1; # end Doable
    
  2. or download this
    #!/usr/local/bin/perl -w
    # Doer.pm
    ...
        # sub doThatThing { return(0); } # end doThatThing
    
    } 1; # end Doer
    
  3. or download this
    #!/usr/local/bin/perl -w
    # MyApp.pl
    ...
        } # end _main
    
    } 1; # end _MyApp
    

Log In?
Username:
Password:

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

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

    No recent polls found