Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

bradcathey's scratchpad

by bradcathey (Prior)
on Jun 02, 2004 at 02:37 UTC ( [id://359060]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /opt/foobar/apps/---+
           |            |
    ...
                        |
                  thankyou.html
    
  2. or download this
    #!/usr/local/bin/perl -T
    
    ...
    
    my $app = Acmecorp::Contact->new( PARAM => 'client' );
    $app->run();
    
  3. or download this
       <form action="/contact/index.cgi" method="post">
          <input type="hidden" name="rm" value="s" />
    ...
          <p>More info: <input name="more_info" type="checkbox" value="yes
    +" /></p>
          <p><input name="Submit" type="submit" value="Submit" /></p>
       </form>
    
  4. or download this
    package Foobar_Super;
    
    ...
                          {RaiseError => 1} );
    }
    1;
    
  5. or download this
    #--- MySQL Server ---
    [db]
    host  = DBI:mysql:foobar:localhost
    user  = acmecorp
    pass  = AKCgKYxc
    
  6. or download this
    package Acmecorp::Contact;
    use base qw(Foobar_Super Common);
    ...
       }
    }
    1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (8)
As of 2024-04-23 17:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found