Help for this page

Select Code to Download


  1. or download this
    my $rv = sth->bind_columns(\(undef,$uname,$fname,$fgroup,$dmod,$accts)
    + );
    
  2. or download this
        ## from perlref
        @list = (\$a, \@b, \%c);
        @list = \($a, @b, %c);    # same thing!