Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Returning undef: The point I would like Damian to reconsider

by shmem (Chancellor)
on Jun 22, 2007 at 12:43 UTC ( [id://622780]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $thingy -> foo (1,2);           # results printed to current filehandl
    +e
    $string = $thingy -> foo (1,2); # results returned as a single string
    @lines  = $thingy -> foo (1,2); # results returned as a bunch of lines
    
  2. or download this
    $thingy -> foo (1,2) -> to_output_channel;
    $string = $thingy -> foo (1,2) -> as_string;
    @lines  = $thingy -> foo (1,2) -> as_list;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (1)
As of 2024-04-24 23:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found