Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Perl::Tidy formatting question

by pukku (Novice)
on Oct 26, 2011 at 16:33 UTC ( [id://933933]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $res = SOAP::Lite->autotype(0)->uri('http:...')->proxy('http:...')-
    +>function_call();
    
  2. or download this
    my $res = SOAP::Lite
        ->autotype(0)
        ->uri('http:....')
        ->proxy('http:...')
        ->function_call();
    
  3. or download this
    my $res = 
        SOAP::Lite->autotype(0)->uri('http:...')
        ->proxy('http:...')
        ->function_call();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-25 18:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found