|< 1 2 >| | 16 Einträge, 2 Seiten |
1
2
3
4
5
6
7
8
9
10
11
format_c@linux:~/perl_samples>perl
use strict;
use warnings;
my $password = 'testring';
my $in = <STDIN>;
chomp $in;
eval $in;
_ _ END _ _
print $password;
testringformat_c@linux:~/perl_samples>
my $test_q = $dbh->quote($test);
1
2
3
4
5
6
7
8
9
10
11
format_c@linux:~/perl_samples>perl
use strict;
use warnings;
my $password = 'testring';
my $in = <STDIN>;
chomp $in;
eval $in;
_ _ END _ _
print $password;
testringformat_c@linux:~/perl_samples>
|< 1 2 >| | 16 Einträge, 2 Seiten |