Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: is my api wrapper abstraction ok (is it perlish?)

by tobyink (Canon)
on Jan 19, 2013 at 11:24 UTC ( [id://1014197]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use 5.010;
    use strict;
    ...
    
    @xxx = (9,9,9);
    say "@yyy";   # says "9 9 9"
    
  2. or download this
    use 5.010;
    use strict;
    ...
    
    @xxx = (9,9,9);
    say "@yyy";    # says nothing
    
  3. or download this
    *answers_comments = one_param("answers","comments");
    
  4. or download this
    package ...;
    sub answers_comments {
      ...;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1014197]
help
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: (2)
As of 2024-04-26 02:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found