Help for this page

Select Code to Download


  1. or download this
        my @list = scalar function();
    
  2. or download this
        my $scalar = list function();
    
  3. or download this
        0; # void context below!
        list function(); # fake list context
        0; # void context above!