Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            say join(",",@a);
    }
    $sth->finish();
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            say join(",",@a);
    }
    $sth->finish();
    
  3. or download this
    >perl test2.pl
    My::Text::CSV_XS -> new(@_ = (
    ...
     [for Statement "select * from test"] at test2.pl line 71, <GEN1> line
    + 1.
    
    >
    
  4. or download this
    sub apply_encoding
    {
    ...
        binmode $meta->{fh} or croak "Failed to set binary mode on $fn: $!
    +";
        }
        } # apply_encoding
    
  5. or download this
    #!/usr/bin/perl
    
    ...
            say join(",",@a);
    }
    $sth->finish();
    
  6. or download this
    >perl test3.pl
    1,2,3
    4,5,6
    >