Help for this page

Select Code to Download


  1. or download this
    array1    array2
    read      book
    ...
    play      football
    tennis    football
    novel     mazagine
    
  2. or download this
    array1    array2      array3    array4
    read      book        novel     magazine
    eat       apple       banana
    play      football    tennis
    
  3. or download this
    for($i=0;$i<$arraylength;$i++)
    {
    ...
            }
                }
    }
    
  4. or download this
    #!perl
    use strict;
    ...
      use Data::Dumper;
      print Dumper(\@out);
    }
    
  5. or download this
    read eat play in Column1 of the table in mysql
    book apple book in Column2 of the table in mysql
    novel banana tennis in Column3 of the table in mysql
    magazine in Column4 of the table in mysql
    
  6. or download this
    #my $insert= $dbh->prepare("INSERT INTO Table values (?,?,?,?)");
    my $san=0;
    ...
    }
    $insert->finish();
    $dbh->disconnect or warn $dbh->errstr;
    
  7. or download this
    ARRAY(0x832d990)
    ARRAY(0x832d9xx)
    ARRAY(0x832d943)