Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

graq's scratchpad

by graq (Curate)
on Jun 02, 2004 at 02:16 UTC ( [id://359021]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $cmd = "perl $vmPerlAPI/host/ dsbrowse.pl "
             ."--url https://$vmHostnam e:8333/sdk/ vimService "
    ...
             ."--ipaddress";
    
    return `$cmd`;
    
  2. or download this
      $r->log_error(__PACKAGE__.":handler:mode = $mode");
      if($mode eq 'logout') {
    ...
        print STDERR __PACKAGE__.":handler: [STDERR] got here OK.\n";
        return Apache2::Const::REDIRECT;
      }
    

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 drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 03:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found