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

OO circularity

by wfsp (Abbot)
on Jan 23, 2006 at 15:38 UTC ( [id://524951]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $auto->fire_up_front_end
      or die;
    
  2. or download this
    package Auto::GUI;
    
    ...
    
    1;
    
  3. or download this
    package Auto::MakeArticle;
    
    ...
    
    1;
    
  4. or download this
    ---------- Capture Output ----------
    > "C:\Perl\bin\perl.exe" auto.pl
    message from MakePage
    
    > Terminated with exit code 0.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-24 18:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found