chunk_id
large_stringlengths
7
12
question_id
large_stringlengths
4
8
language
large_stringclasses
1 value
chunk_index
int64
0
12
chunk_text
large_stringlengths
116
2.73k
sparse_text
large_stringlengths
89
10k
dense_vector
listlengths
3.58k
3.58k
sparse_indices
listlengths
2
253
sparse_values
listlengths
2
253
export_source
large_stringclasses
1 value
4531291_c0
4531291
perl
0
Title: Perl WWW::Mechanize and authenticated proxy Problem title: Perl WWW::Mechanize and authenticated proxy Tags: perl, mechanize Problem: Perl WWW::Mechanize and authenticated proxy I have a proxy with IP, Port, Login and Password. Is it possible to use this proxy with Perl's WWW::Mechanize ? Thanks. Code signals: P...
Perl WWW::Mechanize and authenticated proxy Perl WWW::Mechanize and authenticated proxy perl mechanize Perl WWW::Mechanize Perl WWW::Mechanize and authenticated proxy I have a proxy with IP, Port, Login and Password. Is it possible to use this proxy with Perl's WWW::Mechanize ? Thanks.
[ 0.030029296875, 0.024658203125, -0.02294921875, -0.001861572265625, -0.00848388671875, -0.004119873046875, -0.0098876953125, 0.0274658203125, 0.006866455078125, -0.036376953125, -0.007080078125, 0.0076904296875, -0.0164794921875, 0.001373291015625, -0.012939453125, -0.00933837890625, ...
[ 908, 141, 105510, 6696, 1436, 74433, 136, 195734, 27686, 502, 50878, 117, 74842, 20650, 765, 678, 8021, 13791, 122986, 170461, 2071, 442, 7722, 47, 4527, 903, 7, 12, 22362 ]
[ 0.19580078125, 0.19921875, 0.1810302734375, 0.100830078125, 0.2222900390625, 0.24169921875, 0.08203125, 0.1571044921875, 0.0880126953125, 0.1949462890625, 0.28515625, 0.1510009765625, 0.220458984375, 0.134521484375, 0.055908203125, 0.1331787109375, 0.11279296875, 0.1070556640625, ...
embed
62555154_c0
62555154
perl
0
Title: How to specify stride for array in Perl Problem title: How to specify stride for array in Perl Tags: perl, arrays Problem: How to specify stride for array in Perl For example, how to access the array elements with odd index: @a=(0,1,2,3,4,5,6,7,8); print "@a[1..7 with step 2]"; The result I want is: 1 3 5 7 Code...
How to specify stride for array in Perl How to specify stride for array in Perl perl arrays How Perl How to specify stride for array in Perl For example, how to access the array elements with odd index: The result I want is: 1 3 5 7
[ 0.0072021484375, 0.01611328125, -0.003997802734375, 0.0125732421875, -0.005035400390625, 0.01312255859375, -0.00909423828125, 0.00131988525390625, 0.01495361328125, 0.006134033203125, 0.00860595703125, 0.026611328125, -0.003326416015625, 0.009765625, -0.00028228759765625, -0.0111694335...
[ 11249, 40140, 18929, 104310, 13, 100, 10298, 53, 908, 141, 47, 23, 117, 4778, 27781, 3642, 17203, 80854, 678, 70270, 63262, 16750, 87, 3444, 106, 138, 190, 361 ]
[ 0.05535888671875, 0.20361328125, 0.129638671875, 0.25146484375, 0.20947265625, 0.07183837890625, 0.1907958984375, 0.1522216796875, 0.1585693359375, 0.1751708984375, 0.026947021484375, 0.03759765625, 0.1138916015625, 0.060791015625, 0.007354736328125, 0.0390625, 0.149169921875, 0.12...
embed
50448209_c0
50448209
perl
0
Title: What is the difference between cpan/cpanm and cpm? Problem title: What is the difference between cpan/cpanm and cpm? Tags: perl Problem: What is the difference between cpan/cpanm and cpm? What is the difference between the cpan/cpanm and cpm commands? I'm perl-begginer. What I can use: cpan/cpanm or cpm? Thanks....
What is the difference between cpan/cpanm and cpm? What is the difference between cpan/cpanm and cpm? perl What What is the difference between cpan/cpanm and cpm? What is the difference between the cpan/cpanm and cpm commands? I'm perl-begginer. What I can use: cpan/cpanm or cpm? Thanks.
[ -0.014404296875, -0.00640869140625, 0.0157470703125, 0.00927734375, 0.00860595703125, 0.007568359375, 0.0203857421875, 0.00799560546875, 0.0029754638671875, 0.0206298828125, -0.006805419921875, -0.0223388671875, 0.0172119140625, 0.002471923828125, -0.0255126953125, -0.002044677734375, ...
[ 4865, 83, 70, 60212, 17721, 501, 3180, 64, 238, 39, 136, 26822, 117, 141, 75101, 7, 16680, 1679, 831, 4527, 707 ]
[ 0.0269927978515625, 0.04034423828125, 0.0626220703125, 0.1881103515625, 0.1065673828125, 0.07080078125, 0.254150390625, 0.101318359375, 0.0170440673828125, 0.1937255859375, 0.08575439453125, 0.241455078125, 0.08905029296875, 0.11865234375, 0.2120361328125, 0.005279541015625, 0.020828...
embed
7014211_c0
7014211
perl
0
Title: Perl, how to lowercase all hash values? Problem title: Perl, how to lowercase all hash values? Tags: lowercase, hash, perl Problem: Perl, how to lowercase all hash values? I need to copy a (one-level) hash to a new one, with all values lowercased. Do you know a smart method (just to avoid an ugly foreach ... ;-)...
Perl, how to lowercase all hash values? Perl, how to lowercase all hash values? lowercase hash perl Perl Perl, how to lowercase all hash values? I need to copy a (one-level) hash to a new one, with all values lowercased. Do you know a smart method (just to avoid an ugly foreach ... ;-)
[ -0.00897216796875, -0.0152587890625, 0.0014190673828125, -0.00933837890625, -0.0033416748046875, -0.01708984375, 0.009521484375, -0.01336669921875, 0.010498046875, 0.027099609375, 0.01025390625, 0.023681640625, 0.03271484375, 0.0216064453125, -0.019775390625, -0.00133514404296875, 0....
[ 908, 141, 3642, 47, 92319, 58437, 756, 1556, 127, 142424, 117, 3871, 43658, 3630, 67919, 3525, 408, 5281, 3714, 18775, 55300, 71864, 110608, 41581 ]
[ 0.1375732421875, 0.1610107421875, 0.06793212890625, 0.08447265625, 0.218017578125, 0.2308349609375, 0.1285400390625, 0.1708984375, 0.171142578125, 0.1820068359375, 0.105224609375, 0.033050537109375, 0.134521484375, 0.04290771484375, 0.1295166015625, 0.04754638671875, 0.10760498046875...
embed
7156715_c0
7156715
perl
0
Title: Do something after sub foo in Perl? Problem title: Do something after sub foo in Perl? Tags: perl Problem: Do something after sub foo in Perl? after foo => sub{ ... } I just stumble upon code like above, which is called after sub foo finishes, how does that work? It seems it's not built-in feature of Perl,right?...
Do something after sub foo in Perl? Do something after sub foo in Perl? perl Perl Do something after sub foo in Perl? I just stumble upon code like above, which is called after sub foo finishes, how does that work? It seems it's not built-in feature of Perl,right?
[ 0.007354736328125, 0.0130615234375, 0.0135498046875, 0.0011749267578125, -0.0004367828369140625, 0.0086669921875, -0.00457763671875, 0.0186767578125, 0.00177764892578125, -0.00262451171875, -0.0086669921875, 0.025634765625, 0.0050048828125, 0.0027313232421875, 0.0034027099609375, -0.02...
[ 984, 9844, 7103, 1614, 5775, 31, 23, 908, 141, 117, 40099, 18151, 1884, 36917, 35839, 67229, 90, 3642, 14602, 450, 4488, 959, 88303, 73, 60213 ]
[ 0.1353759765625, 0.13916015625, 0.2037353515625, 0.26708984375, 0.19091796875, 0.1710205078125, 0.08319091796875, 0.15625, 0.1947021484375, 0.1072998046875, 0.01544189453125, 0.128662109375, 0.0146484375, 0.042388916015625, 0.1005859375, 0.1856689453125, 0.081298828125, 0.004882812...
embed
11163591_c0
11163591
perl
0
Title: How do I insert multilines in Perl regexps? Problem title: How do I insert multilines in Perl regexps? Tags: perl Problem: How do I insert multilines in Perl regexps? I am using regexps in order to move blocks of text but it only removes single lines - what should I include in order to remove multiple lines? Cod...
How do I insert multilines in Perl regexps? How do I insert multilines in Perl regexps? perl How Perl How do I insert multilines in Perl regexps? I am using regexps in order to move blocks of text but it only removes single lines - what should I include in order to remove multiple lines?
[ -0.0157470703125, 0.0076904296875, 0.015869140625, 0.024658203125, -0.01129150390625, 0.014404296875, -0.0012664794921875, 0.0096435546875, 0.0115966796875, -0.025146484375, -0.001129150390625, 0.029052734375, 0.0079345703125, -0.0089111328125, -0.015869140625, 0.01385498046875, 0.03...
[ 11249, 183540, 6024, 59801, 908, 141, 6835, 83613, 23, 117, 7, 17368, 25813, 46389, 7986, 87388, 11001, 124519, 26698, 48716 ]
[ 0.046234130859375, 0.20166015625, 0.186279296875, 0.1973876953125, 0.1337890625, 0.121826171875, 0.141357421875, 0.20166015625, 0.027801513671875, 0.08056640625, 0.012786865234375, 0.02386474609375, 0.080322265625, 0.086181640625, 0.053558349609375, 0.118408203125, 0.06903076171875, ...
embed
12193766_c0
12193766
perl
0
Title: PERL 5.8.4 Installing DBI Module Problem title: PERL 5.8.4 Installing DBI Module Tags: perl, dbi Problem: PERL 5.8.4 Installing DBI Module I am working on Perl "This is perl, v5.8.4 built for Win32" version. How to install DBI Module in it ? I couldnt find any ppm.bat unlike Perl 5.12.3 . Code signals: PERL, Ins...
PERL 5.8.4 Installing DBI Module PERL 5.8.4 Installing DBI Module perl dbi PERL Installing DBI Module PERL 5.8.4 Installing DBI Module I am working on Perl "This is perl, v5.8.4 built for Win32" version. How to install DBI Module in it ? I couldnt find any ppm.bat unlike Perl 5.12.3 .
[ 0.018798828125, 0.0267333984375, 0.015380859375, 0.0230712890625, -0.0206298828125, 0.0213623046875, -0.01055908203125, -0.00897216796875, 0.004791259765625, -0.01202392578125, 0.0028228759765625, -0.01080322265625, -0.0013427734375, -0.0294189453125, -0.01031494140625, -0.009887695312...
[ 8168, 866, 1892, 163883, 107951, 214, 391, 16312, 63014, 13, 117, 141, 104, 964, 20697, 908, 73243, 81, 153451, 617, 88303, 17686, 6460, 11389, 11249, 20600, 23, 442, 69427, 7413, 32261, 39, 5, 2848, 5062, 68433, 120883 ]
[ 0.1859130859375, 0.2181396484375, 0.112060546875, 0.295166015625, 0.179931640625, 0.044281005859375, 0.13720703125, 0.27392578125, 0.224365234375, 0.1153564453125, 0.1663818359375, 0.1942138671875, 0.0531005859375, 0.1943359375, 0.046234130859375, 0.171142578125, 0.03887939453125, ...
embed
13679959_c0
13679959
perl
0
Title: Read a null terminated string from bin file Problem title: Read a null terminated string from bin file Tags: binary, perl Problem: Read a null terminated string from bin file I want to read a string from bin file (The string start from fixed offset and is null terminated). How can I do this in a Perl script? Cod...
Read a null terminated string from bin file Read a null terminated string from bin file binary perl bin Read Read a null terminated string from bin file I want to read a string from bin file (The string start from fixed offset and is null terminated). How can I do this in a Perl script?
[ 0.0076904296875, -0.0018768310546875, 0.0072021484375, 0.0201416015625, -0.00567626953125, 0.029541015625, 0.01263427734375, -0.00848388671875, -0.01904296875, 0.0074462890625, 0.00628662109375, -0.0091552734375, -0.01953125, 0.01220703125, 0.01361083984375, -0.021728515625, 0.029052...
[ 4764, 56574, 121011, 297, 79315, 1295, 2394, 11435, 6635, 117, 141, 3444, 47, 12301, 4034, 188347, 5773, 3509, 903, 908, 26499 ]
[ 0.1824951171875, 0.210205078125, 0.1630859375, 0.066650390625, 0.225341796875, 0.11083984375, 0.2286376953125, 0.1639404296875, 0.0701904296875, 0.104736328125, 0.158447265625, 0.05438232421875, 0.03948974609375, 0.1947021484375, 0.053802490234375, 0.18310546875, 0.1455078125, 0.13...
embed
61426735_c2
61426735
perl
2
, Nothing, Leaving, Files, Installing, perl5, x86_64-linux-thread-multi, Math, CDF, CDF.bs, CDF.so, autosplit.ix, CDF.pm, man3, Math::CDF.3pm, Appending, perllocal.pod, INC, lib64, vendor_perl, fastq_filter.pl, mean:0-24:20, BrainA_130_50_fastq.txt, BrainA_new.fa, Can, Common.pm, BEGIN, Compilation, mMath::CDF, Math::C...
, Nothing, Leaving, Files, Installing, perl5, x86_64-linux-thread-multi, Math, CDF, CDF.bs, CDF.so, autosplit.ix, CDF.pm, man3, Math::CDF.3pm, Appending, perllocal.pod, INC, lib64, vendor_perl, fastq_filter.pl, mean:0-24:20, BrainA_130_50_fastq.txt, BrainA_new.fa, Can, Common.pm, BEGIN, Compilation, mMath::CDF, Math::C...
[ 0.0250244140625, 0.007232666015625, 0.0135498046875, -0.00543212890625, 0.025390625, 0.000347137451171875, 0.01055908203125, -0.002288818359375, 0.007537841796875, 0.01116943359375, -0.0177001953125, 0.000949859619140625, -0.0140380859375, -0.01153564453125, 0.001983642578125, -0.01635...
[ 4, 182747, 54642, 6496, 42724, 107951, 214, 117, 141, 758, 1022, 15276, 13307, 2397, 6077, 39116, 144227, 78804, 7915, 919, 5, 16145, 991, 1809, 7008, 4353, 4084, 26822, 332, 363, 16069, 5787, 96819, 98908, 10299, 108416, 25474, 116366, 126...
[ 0.06170654296875, 0.1964111328125, 0.159912109375, 0.1658935546875, 0.180908203125, 0.1875, 0.10357666015625, 0.1759033203125, 0.1531982421875, 0.177978515625, 0.009796142578125, 0.2154541015625, 0.1871337890625, 0.09588623046875, 0.10986328125, 0.14404296875, 0.162109375, 0.196411...
embed
69370536_c0
69370536
perl
0
Title: Return value of `ref qr/.../` Problem title: Return value of `ref qr/.../` Tags: perl Problem: Return value of `ref qr/.../` ref : But note that qr// scalars are created already blessed, so ref qr/.../ will likely return Regexp . Does "likely" mean, that ref qr/.../ could also return something other than Regexp ...
Return value of `ref qr/.../` Return value of `ref qr/.../` perl Regexp Return value of `ref qr/.../` ref : Does "likely" mean, that ref qr/.../ could also return something other than Regexp
[ 0.01043701171875, 0.0057373046875, 0.01092529296875, -0.00127410888671875, -0.0045166015625, 0.006072998046875, 0.00341796875, 0.0128173828125, 0.0074462890625, -0.01129150390625, -0.000339508056640625, 0.0185546875, 0.0201416015625, -0.01165771484375, 0.01116943359375, -0.004577636718...
[ 173340, 34292, 29087, 8096, 42, 64, 27, 117, 141, 11678, 83613, 18831, 5062, 538, 29459, 5809, 30646, 9844, 3789 ]
[ 0.19580078125, 0.186767578125, 0.2607421875, 0.09326171875, 0.1463623046875, 0.07427978515625, 0.07122802734375, 0.099365234375, 0.099365234375, 0.1312255859375, 0.23681640625, 0.2403564453125, 0.21337890625, 0.2196044921875, 0.0985107421875, 0.07696533203125, 0.1956787109375, 0.02...
embed
30363812_c0
30363812
perl
0
Title: Running Unix Commands sequentially using a file Problem title: Running Unix Commands sequentially using a file Tags: unix, command, perl Problem: Running Unix Commands sequentially using a file I intend to run unix commands sequentially using a file. The commands include running perl scripts. Code signals: a, Ru...
Running Unix Commands sequentially using a file Running Unix Commands sequentially using a file unix command perl a Running Unix Commands Running Unix Commands sequentially using a file I intend to run unix commands sequentially using a file. The commands include running perl scripts.
[ 0.0277099609375, 0.0030670166015625, -0.00173187255859375, 0.02685546875, 0.01025390625, -0.0078125, 0.01409912109375, -0.00634765625, 0.00836181640625, -0.0081787109375, -0.0021820068359375, 0.048095703125, 0.01226806640625, 0.013916015625, -0.0159912109375, 0.00005626678466796875, ...
[ 28398, 592, 992, 4084, 123573, 243228, 25958, 17368, 11435, 7, 51, 75101, 117, 141, 10, 150661, 11675, 51042, 26499, 5 ]
[ 0.10791015625, 0.09814453125, 0.1085205078125, 0.1129150390625, 0.2283935546875, 0.190185546875, 0.039520263671875, 0.10052490234375, 0.1866455078125, 0.03448486328125, 0.0770263671875, 0.2125244140625, 0.15966796875, 0.16748046875, 0.0782470703125, 0.09228515625, 0.123779296875, 0...
embed
71384857_c0
71384857
perl
0
Title: What does pack("B*", $s) do In Perl? Problem title: What does pack("B*", $s) do In Perl? Tags: python, perl Problem: What does pack("B*", $s) do In Perl? I am migrating some perl code to python and cant seem to understand what pack("B*", $s) does in perl. Is there an equivalent in Python? Cod...
What does pack("B*", $s) do In Perl? What does pack("B*", $s) do In Perl? python perl What Perl What does pack("B*", $s) do In Perl? I am migrating some perl code to python and cant seem to understand what does in perl. Is there an equivalent in Python?
[ 0.03369140625, 0.0146484375, 0.01080322265625, 0.0244140625, -0.0103759765625, 0.0208740234375, 0.001983642578125, -0.01025390625, 0.0103759765625, 0.0218505859375, 0.033203125, 0.01422119140625, 0.00592041015625, 0.016845703125, -0.026611328125, 0.009521484375, 0.025390625, -0.015...
[ 4865, 14602, 43824, 132, 571, 1639, 3650, 7, 54, 360, 908, 141, 17198, 50828, 117, 830, 39666, 18151, 47, 45767, 28219, 2367, 23, 183234, 145581 ]
[ 0.0794677734375, 0.0604248046875, 0.229248046875, 0.048370361328125, 0.1356201171875, 0.1961669921875, 0.1453857421875, 0.1396484375, 0.10455322265625, 0.0926513671875, 0.1767578125, 0.19580078125, 0.06005859375, 0.111572265625, 0.1328125, 0.037353515625, 0.09295654296875, 0.072875...
embed
7620747_c1
7620747
perl
1
re); }, "rege2.$type" => sub { my $idx = ($str =~ /abc/o); } }); } Code signals: Why, RegEx, Rate, rege1.FIND_AT_END, rege2.FIND_AT_END, rege1.NOFIND, rege2.NOFIND, rege1.FIND_AT_START, rege2.FIND_AT_START, Benchmark, NOFIND, cvxcvidgds.sdfpkisd, FIND_AT_END, cvxcvidgds.sdfpabcd, FIND_AT_START, abccvidgds.sdfpkisd, reg...
re); }, "rege2.$type" => sub { my $idx = ($str =~ /abc/o); } }); } Code signals: Why, RegEx, Rate, rege1.FIND_AT_END, rege2.FIND_AT_END, rege1.NOFIND, rege2.NOFIND, rege1.FIND_AT_START, rege2.FIND_AT_START, Benchmark, NOFIND, cvxcvidgds.sdfpkisd, FIND_AT_END, cvxcvidgds.sdfpabcd, FIND_AT_START, abccvidgds.sdfpkisd, reg...
[ -0.0120849609375, -0.0177001953125, 0.0031890869140625, 0.01141357421875, 0.0113525390625, 0.0166015625, -0.0303955078125, 0.0206298828125, 0.005096435546875, 0.00634765625, -0.002899169921875, 0.006195068359375, 0.0196533203125, -0.0206298828125, 0.01287841796875, -0.0113525390625, ...
[ 456, 3142, 51912, 107, 429, 5442, 4369, 50986, 44357, 1614, 759, 3650, 532, 425, 9297, 248, 2055, 238, 64, 31, 28864, 26073, 7, 12, 44084, 11678, 19279, 131182, 97461, 418, 129525, 397, 14609, 39015, 4, 5, 8575, 118228, 3419, 10015, 952...
[ 0.117431640625, 0.04400634765625, 0.01263427734375, 0.1785888671875, 0.2178955078125, 0.1876220703125, 0.0183258056640625, 0.238037109375, 0.0165252685546875, 0.215087890625, 0.047943115234375, 0.06689453125, 0.1190185546875, 0.1820068359375, 0.1868896484375, 0.019073486328125, 0.085...
embed
19228242_c3
19228242
perl
3
9.0_q:0.0225, XLOC_091345_Change:9.3_q:0.005, slc12a2, XLOC_000445_Change:9.9_q:0.3, XLOC_00099_Change:7.0_q:0.95, XLOC_0234324_Change:9.8_q:0.5, XLOC_, change_val, Change, q_value, Counts, Has, Dumper, VAR1, XLOC_0234324, i.e, XLOC_000445, XLOC_00099, XLOC_00010, XLOC_025437, XLOC_001045, XLOC_000115, XLOC_000001, XLO...
9.0_q:0.0225, XLOC_091345_Change:9.3_q:0.005, slc12a2, XLOC_000445_Change:9.9_q:0.3, XLOC_00099_Change:7.0_q:0.95, XLOC_0234324_Change:9.8_q:0.5, XLOC_, change_val, Change, q_value, Counts, Has, Dumper, VAR1, XLOC_0234324, i.e, XLOC_000445, XLOC_00099, XLOC_00010, XLOC_025437, XLOC_001045, XLOC_000115, XLOC_000001, XLO...
[ -0.003448486328125, -0.0033416748046875, -0.012939453125, 0.0164794921875, 0.00933837890625, 0.0111083984375, 0.0250244140625, -0.01251220703125, 0.01519775390625, 0.053466796875, 0.0185546875, 0.017822265625, 0.00653076171875, -0.01611328125, 0.005523681640625, -0.004425048828125, -...
[ 3569, 2389, 454, 864, 12, 99929, 144025, 4, 1193, 124448, 6463, 2681, 4633, 127008, 429, 1126, 5, 363, 37509, 758, 91, 32838, 1530, 11, 304, 9508, 617, 176652, 170179, 5046, 129884, 53861, 8821, 9550, 10289, 2357, 1019, 93645, 15549, 1405...
[ 0.264404296875, 0.25341796875, 0.0679931640625, 0.181396484375, 0.09600830078125, 0.1986083984375, 0.227294921875, 0.046783447265625, 0.1798095703125, 0.304443359375, 0.184814453125, 0.1102294921875, 0.2357177734375, 0.1998291015625, 0.077880859375, 0.19091796875, 0.0379638671875, ...
embed
34920_c0
34920
perl
0
Title: How do I lock a file in Perl? Problem title: How do I lock a file in Perl? Tags: file, perl, locking Problem: How do I lock a file in Perl? What is the best way to create a lock on a file in Perl? Is it best to flock on the file or to create a lock file to place a lock on and check for a lock on the lock file? C...
How do I lock a file in Perl? How do I lock a file in Perl? file perl locking How Perl How do I lock a file in Perl? What is the best way to create a lock on a file in Perl? Is it best to flock on the file or to create a lock file to place a lock on and check for a lock on the lock file?
[ 0.01361083984375, 0.00171661376953125, 0.0181884765625, -0.021240234375, 0.005126953125, -0.0035247802734375, 0.00860595703125, -0.0001392364501953125, 0.003509521484375, 0.003570556640625, 0.00799560546875, 0.027587890625, -0.00046539306640625, 0.0230712890625, -0.00750732421875, 0.00...
[ 11249, 54, 56776, 11435, 23, 908, 141, 87, 117, 214, 10, 2965, 28282, 98, 21135, 3687, 12765 ]
[ 0.056884765625, 0.0517578125, 0.2213134765625, 0.2044677734375, 0.0885009765625, 0.16650390625, 0.1868896484375, 0.05364990234375, 0.1353759765625, 0.031219482421875, 0.0472412109375, 0.0592041015625, 0.089111328125, 0.067138671875, 0.1378173828125, 0.00616455078125, 0.08935546875 ]
embed
57551890_c0
57551890
perl
0
Title: substitute the even couple of &lt;&gt; Problem title: substitute the even couple of &lt;&gt; Tags: substitution, perl Problem: substitute the even couple of <> <a><b><c><d><e> to <a>b<c>d<e> Any idea? I want to use perl substitute, but it's not correct. echo '<a><b><c><d><e>'|perl -pe's#<|>#$x+=3;$y+=4;(++$n==$x...
substitute the even couple of &lt;&gt; substitute the even couple of &lt;&gt; substitution perl substitute the even couple of <> to Any idea? I want to use perl substitute, but it's not correct.
[ -0.01043701171875, 0.01361083984375, 0.0140380859375, -0.01165771484375, 0.01129150390625, -0.00860595703125, -0.025390625, 0.020263671875, 0.0128173828125, 0.0294189453125, 0.002716064453125, 0.01318359375, 0.0020294189453125, -0.0216064453125, 0.0025634765625, -0.002227783203125, 0...
[ 161740, 13, 70, 3853, 24941, 111, 1277, 5386, 1830, 117, 141, 4426, 2740, 47, 28541, 6528, 3444, 4527, 1284, 959, 26785 ]
[ 0.2254638671875, 0.14453125, 0.0283966064453125, 0.190185546875, 0.2286376953125, 0.1131591796875, 0.08489990234375, 0.11395263671875, 0.057586669921875, 0.1800537109375, 0.19677734375, 0.087158203125, 0.05230712890625, 0.049713134765625, 0.005645751953125, 0.12200927734375, 0.038665...
embed
1628001_c0
1628001
perl
0
Title: Python, Perl And C/C++ With GUI Problem title: Python, Perl And C/C++ With GUI Tags: c, integration, perl, python, c%2B%2B Problem: Python, Perl And C/C++ With GUI I'm now thinking, is it possible to integrate Python, Perl and C/C++ and also doing a GUI application with this very nice mix of languages? Code sign...
Python, Perl And C/C++ With GUI Python, Perl And C/C++ With GUI c integration perl python c%2B%2B Python Perl GUI Python, Perl And C/C++ With GUI I'm now thinking, is it possible to integrate Python, Perl and C/C++ and also doing a GUI application with this very nice mix of languages?
[ 0.0269775390625, 0.0120849609375, 0.017822265625, 0.001068115234375, 0.00872802734375, 0.00811767578125, 0.0032958984375, -0.01116943359375, 0.004730224609375, -0.04150390625, -0.0003509521484375, -0.01513671875, 0.001800537109375, 0.023681640625, -0.009521484375, -0.0162353515625, -...
[ 145581, 4, 908, 141, 3493, 313, 64, 441, 37223, 17106, 195490, 501, 157353, 117, 17198, 50828, 571, 167218, 5036, 47644, 83, 442, 7722, 78779, 13, 136, 2843, 20594, 38415, 678, 903, 4552, 26267, 17664, 111, 46876 ]
[ 0.28466796875, 0.0286407470703125, 0.1927490234375, 0.216552734375, 0.1171875, 0.10687255859375, 0.1312255859375, 0.06756591796875, 0.27783203125, 0.1302490234375, 0.255126953125, 0.1021728515625, 0.2001953125, 0.13916015625, 0.109130859375, 0.1947021484375, 0.0076904296875, 0.0055...
embed
9020773_c0
9020773
perl
0
Title: perl regex period matches zero length character Problem title: perl regex period matches zero length character Tags: perl, regex Problem: perl regex period matches zero length character For example: $ perl -pe 's/(.)\G/{$1}/g' abcd and the result is: {}{a}{b}{c}{d} the first period(.) match is zero length. Is th...
perl regex period matches zero length character perl regex period matches zero length character perl regex perl regex period matches zero length character For example: and the result is: the first period(.) match is zero length. Is this a bug or a feature?
[ -0.006591796875, 0.007568359375, 0.01177978515625, 0.0167236328125, -0.01458740234375, -0.01904296875, -0.00020503997802734375, -0.0031585693359375, -0.002655029296875, 0.0184326171875, 0.007293701171875, 0.035400390625, -0.00153350830078125, -0.01300048828125, 0.0118408203125, -0.0035...
[ 117, 141, 6835, 3355, 14922, 14858, 45234, 140909, 62816, 90, 27781, 16750, 5117, 5, 83, 903, 54608, 707, 60213 ]
[ 0.1259765625, 0.132568359375, 0.115478515625, 0.15283203125, 0.251953125, 0.2110595703125, 0.21826171875, 0.1788330078125, 0.16162109375, 0.002288818359375, 0.024139404296875, 0.083740234375, 0.0731201171875, 0.113525390625, 0.050323486328125, 0.0193023681640625, 0.1820068359375, 0...
embed
24367038_c0
24367038
perl
0
Title: How to find out the HTTP method of the current request? Problem title: How to find out the HTTP method of the current request? Tags: perl, mason Problem: How to find out the HTTP method of the current request? I have no idea how to get the HTTP headers with Mason. I only know that $m is the Mason Request Class. ...
How to find out the HTTP method of the current request? How to find out the HTTP method of the current request? perl mason How HTTP How to find out the HTTP method of the current request? I have no idea how to get the HTTP headers with Mason. I only know that $m is the Mason Request Class.
[ -0.00176239013671875, 0.00750732421875, 0.03515625, 0.0185546875, 0.0018768310546875, 0.0091552734375, -0.01123046875, 0.017822265625, -0.01300048828125, -0.045166015625, 0.0087890625, -0.00897216796875, -0.0120849609375, -0.00007486343383789062, -0.019775390625, -0.006439208984375, ...
[ 11249, 47, 7413, 1810, 70, 135913, 55300, 111, 43581, 50336, 32, 117, 141, 1163, 191, 87, 765, 110, 6528, 3642, 2046, 10336, 1314, 678, 3010, 4734, 3714, 450, 3650, 39, 83, 853, 75616, 35014, 5 ]
[ 0.1229248046875, 0.1180419921875, 0.1400146484375, 0.134033203125, 0.1026611328125, 0.263427734375, 0.24609375, 0.117919921875, 0.21826171875, 0.2222900390625, 0.010650634765625, 0.1185302734375, 0.1417236328125, 0.1048583984375, 0.193359375, 0.00048828125, 0.0150299072265625, 0.03...
embed
8549636_c0
8549636
perl
0
Title: How does (sort {$a&lt;=&gt;$b;} @_)[0]; work? Problem title: How does (sort {$a&lt;=&gt;$b;} @_)[0]; work? Tags: perl Problem: How does (sort {$a<=>$b;} @_)[0]; work? I once read the following Perl subroutine sub min{ (sort {$a<=>$b;} @_)[0]; } How to understand the usage of sort and @_ here? What does [0] stand...
How does (sort {$a&lt;=&gt;$b;} @_)[0]; work? How does (sort {$a&lt;=&gt;$b;} @_)[0]; work? perl How How does (sort {$a<=>$b;} @_)[0]; work? I once read the following Perl subroutine How to understand the usage of sort and @_ here? What does [0] stand for?
[ 0.005767822265625, -0.01116943359375, 0.0140380859375, -0.016845703125, -0.0262451171875, 0.0167236328125, 0.03271484375, -0.00982666015625, 0.003570556640625, -0.00139617919921875, -0.00537109375, 0.018310546875, 0.00958251953125, -0.0167236328125, 0.01123046875, -0.03271484375, 0.0...
[ 11249, 14602, 15, 62351, 4369, 11, 1230, 1277, 5386, 275, 1374, 454, 1065, 2389, 4488, 117, 141, 10666, 16093, 2740, 74, 12301, 908, 1614, 14179, 10325, 28219, 127689, 111, 12096, 136, 3688, 147352, 9157, 100 ]
[ 0.092529296875, 0.09661865234375, 0.059112548828125, 0.270263671875, 0.0291595458984375, 0.087890625, 0.054443359375, 0.040771484375, 0.0584716796875, 0.1104736328125, 0.1446533203125, 0.1544189453125, 0.0469970703125, 0.1558837890625, 0.1611328125, 0.1109619140625, 0.1416015625, 0...
embed
1006904_c0
1006904
perl
0
Title: Why does @my_array = undef have an element? Problem title: Why does @my_array = undef have an element? Tags: perl, arrays Problem: Why does @my_array = undef have an element? @my_array = undef; if (@my_array ) { print 'TRUE'; } else { print 'FALSE'; } This will print TRUE Why does the array have an element ? Cod...
Why does @my_array = undef have an element? Why does @my_array = undef have an element? perl arrays Why my_array Why does @my_array = undef have an element? This will print TRUE Why does the array have an element ?
[ 0.002899169921875, 0.01904296875, 0.007080078125, 0.009765625, -0.01226806640625, 0.004486083984375, 0.0120849609375, 0.001556396484375, 0.01300048828125, 0.01953125, -0.000362396240234375, -0.00103759765625, 0.034912109375, -0.007476806640625, -0.0167236328125, 0.0010986328125, 0.01...
[ 44084, 14602, 1374, 1176, 19305, 53, 2203, 165, 4240, 765, 12830, 142, 117, 141, 10298, 4778, 759, 28412, 149842, 647 ]
[ 0.177978515625, 0.0955810546875, 0.0947265625, 0.1075439453125, 0.1956787109375, 0.1629638671875, 0.036376953125, 0.10321044921875, 0.24072265625, 0.151123046875, 0.2388916015625, 0.0811767578125, 0.09869384765625, 0.1092529296875, 0.1778564453125, 0.08837890625, 0.132568359375, 0....
embed
6709414_c0
6709414
perl
0
Title: How to find how many bytes of data array holding Problem title: How to find how many bytes of data array holding Tags: perl Problem: How to find how many bytes of data array holding How to find how many bytes of data array holding? @aead=("ansfl;ahslhfalkhf aklshfakl;"); I find the array how many bytes of data i...
How to find how many bytes of data array holding How to find how many bytes of data array holding perl How How to find how many bytes of data array holding How to find how many bytes of data array holding? @aead=("ansfl;ahslhfalkhf aklshfakl;"); I find the array how many bytes of data it has.
[ 0.021484375, 0.018310546875, -0.0162353515625, 0.01544189453125, -0.0223388671875, -0.004150390625, 0.017822265625, 0.00933837890625, 0.0230712890625, -0.015625, -0.003265380859375, -0.0322265625, 0.0177001953125, 0.0069580078125, -0.009521484375, -0.0233154296875, 0.020263671875, ...
[ 11249, 47, 7413, 3642, 5941, 390, 1636, 2053, 10298, 53, 104064, 111, 117, 141, 15991, 38146, 87, 442, 1556 ]
[ 0.07037353515625, 0.061553955078125, 0.1331787109375, 0.096923828125, 0.12109375, 0.1512451171875, 0.1556396484375, 0.175537109375, 0.202392578125, 0.145263671875, 0.189697265625, 0.03582763671875, 0.1357421875, 0.137939453125, 0.03759765625, 0.015594482421875, 0.01519775390625, 0....
embed
25049881_c1
25049881
perl
1
/src/gitolite_rc.pm?spec=svn89e59ae7725d662919ef7dc8f759d48c173181fd&name=89e59ae772&r=89e59ae7725d662919ef7dc8f759d48c173181fd , but we just don't know what to do with it, any suggestions would be appreciated! Code signals: remote, Can, gitolite_rc.pm, INC, gitolite_rc, lib64, perl5, x86_64-linux, perl518.2, vendor_pe...
/src/gitolite_rc.pm?spec=svn89e59ae7725d662919ef7dc8f759d48c173181fd&name=89e59ae772&r=89e59ae7725d662919ef7dc8f759d48c173181fd , but we just don't know what to do with it, any suggestions would be appreciated! Code signals: remote, Can, gitolite_rc.pm, INC, gitolite_rc, lib64, perl5, x86_64-linux, perl518.2, vendor_pe...
[ -0.00897216796875, 0.0361328125, 0.0250244140625, -0.0196533203125, -0.014892578125, 0.0185546875, -0.01531982421875, 0.0079345703125, -0.003662109375, -0.0093994140625, -0.001190185546875, -0.0174560546875, -0.01806640625, -0.0032196044921875, -0.00506591796875, -0.0067138671875, -0...
[ 248, 7, 19437, 735, 188, 27287, 5, 26822, 16711, 18734, 18949, 12975, 14546, 2588, 14604, 4235, 2947, 160248, 11627, 168766, 71, 6, 1284, 642, 1660, 2301, 18, 3714, 2367, 54, 678, 442, 157666, 2806, 186, 77947, 38, 28864, 26073, 148814, ...
[ 0.102783203125, 0.0472412109375, 0.2215576171875, 0.1964111328125, 0.1925048828125, 0.304931640625, 0.034332275390625, 0.23095703125, 0.179443359375, 0.134521484375, 0.1776123046875, 0.1298828125, 0.0168609619140625, 0.0413818359375, 0.008819580078125, 0.00238037109375, 0.01052856445...
embed
1037783_c0
1037783
perl
0
Title: How can I calculate the MD5 hash of a wav file in Perl? Problem title: How can I calculate the MD5 hash of a wav file in Perl? Tags: md5, perl Problem: How can I calculate the MD5 hash of a wav file in Perl? I have a wav file and I need to calculate the MD5 hash of its contents. How can i do that using Perl? Cod...
How can I calculate the MD5 hash of a wav file in Perl? How can I calculate the MD5 hash of a wav file in Perl? md5 perl How MD5 Perl How can I calculate the MD5 hash of a wav file in Perl? I have a wav file and I need to calculate the MD5 hash of its contents. How can i do that using Perl?
[ -0.000904083251953125, 0.015625, -0.005340576171875, 0.0269775390625, -0.0106201171875, -0.0011138916015625, 0.010986328125, -0.0048828125, -0.0028076171875, -0.040283203125, 0.004638671875, -0.003173828125, 0.0234375, 0.0159912109375, -0.0238037109375, -0.003662109375, -0.0036621093...
[ 11249, 831, 74481, 67, 25383, 758, 1556, 127, 259, 334, 11435, 908, 141, 87, 71, 117, 70, 23, 3871, 10941, 17368 ]
[ 0.0421142578125, 0.059051513671875, 0.152587890625, 0.03741455078125, 0.133056640625, 0.2235107421875, 0.176513671875, 0.16064453125, 0.1363525390625, 0.1826171875, 0.1539306640625, 0.14306640625, 0.1705322265625, 0.026947021484375, 0.06182861328125, 0.1123046875, 0.036865234375, 0...
embed
5800787_c0
5800787
perl
0
Title: What does this specific value hold? Perl Problem title: What does this specific value hold? Perl Tags: perl, arrays Problem: What does this specific value hold? Perl my @array = @{$array_ref}; I'm not entirely sure what this array is storing. Can anyone care to explain to me what is happening? Thanks. Code signa...
What does this specific value hold? Perl What does this specific value hold? Perl perl arrays What Perl array_ref What does this specific value hold? Perl I'm not entirely sure what this array is storing. Can anyone care to explain to me what is happening? Thanks.
[ 0.01904296875, 0.0069580078125, -0.00921630859375, 0.019287109375, 0, 0.02490234375, -0.0130615234375, 0.021240234375, 0.017333984375, 0.00469970703125, -0.00213623046875, 0.010009765625, 0.0189208984375, 0.00075531005859375, 0.000308990478515625, -0.01007080078125, 0.024658203125, ...
[ 4865, 14602, 903, 29458, 34292, 16401, 908, 141, 117, 10298, 4778, 53, 29087, 959, 167969, 9077, 2367, 3082, 214, 517, 73342, 123087 ]
[ 0.0657958984375, 0.1055908203125, 0.1343994140625, 0.258544921875, 0.2376708984375, 0.1885986328125, 0.1468505859375, 0.16552734375, 0.10302734375, 0.1893310546875, 0.0867919921875, 0.152587890625, 0.273193359375, 0.012176513671875, 0.0186004638671875, 0.0821533203125, 0.061828613281...
embed
45687945_c0
45687945
perl
0
Title: How to remove a special character in a single word/variable Problem title: How to remove a special character in a single word/variable Tags: perl, regex Problem: How to remove a special character in a single word/variable my $var= "File/"; $var=~ /\w/; print "$var"; The expected outcome is File but it doest work...
How to remove a special character in a single word/variable How to remove a special character in a single word/variable perl regex How File How to remove a special character in a single word/variable The expected outcome is File but it doest work.
[ 0.0101318359375, -0.0037689208984375, -0.000591278076171875, -0.00732421875, -0.01007080078125, 0.0137939453125, -0.005462646484375, 0.006103515625, 0.00799560546875, 0.0101318359375, -0.0020599365234375, 0.0033416748046875, 0.005340576171875, 0.0078125, -0.0115966796875, 0.01019287109...
[ 11249, 87388, 5361, 62816, 11001, 2565, 21690, 2886, 47, 23, 64, 117, 141, 6835, 3355, 42724, 10, 84751, 184345, 1284, 525, 4488 ]
[ 0.06329345703125, 0.199462890625, 0.1915283203125, 0.2176513671875, 0.166748046875, 0.1636962890625, 0.125, 0.10699462890625, 0.0361328125, 0.04632568359375, 0.0259552001953125, 0.110107421875, 0.1199951171875, 0.11102294921875, 0.169189453125, 0.22412109375, 0.004337310791015625, ...
embed
4949276_c0
4949276
perl
0
Title: How to fetch HTTP headers in perl when using CGI Problem title: How to fetch HTTP headers in perl when using CGI Tags: apache, cgi, http-headers, http, perl Problem: How to fetch HTTP headers in perl when using CGI I'm using Perl/CGI/Apache and want to fetch the X-Forwarded-For HTTP header. How do I do that? Cod...
How to fetch HTTP headers in perl when using CGI How to fetch HTTP headers in perl when using CGI apache cgi http-headers http perl CGI How HTTP How to fetch HTTP headers in perl when using CGI I'm using Perl/CGI/Apache and want to fetch the X-Forwarded-For HTTP header. How do I do that?
[ 0.0213623046875, 0.004150390625, -0.0034637451171875, 0.0179443359375, 0.01263427734375, 0.0179443359375, 0.007354736328125, 0.01434326171875, -0.002197265625, -0.01153564453125, 0.01544189453125, 0.025146484375, -0.0150146484375, 0.005767822265625, -0.0272216796875, -0.01544189453125,...
[ 11249, 47, 7647, 206, 135913, 10336, 1314, 23, 117, 141, 17368, 313, 18027, 3229, 2241, 1430, 501, 735, 1621, 31251, 908, 68910, 3444, 1193, 18537, 19364, 297, 56, 54 ]
[ 0.074462890625, 0.0634765625, 0.1771240234375, 0.119873046875, 0.2568359375, 0.21484375, 0.1842041015625, 0.033416748046875, 0.1568603515625, 0.2015380859375, 0.05999755859375, 0.07586669921875, 0.23095703125, 0.020263671875, 0.08856201171875, 0.0972900390625, 0.0143280029296875, 0...
embed
50522918_c0
50522918
perl
0
Title: How to match string that contain exact 3 time occurrence of special character in perl Problem title: How to match string that contain exact 3 time occurrence of special character in perl Tags: perl, regex, metacharacters Problem: How to match string that contain exact 3 time occurrence of special character in pe...
How to match string that contain exact 3 time occurrence of special character in perl How to match string that contain exact 3 time occurrence of special character in perl perl regex metacharacters How ab1 How to match string that contain exact 3 time occurrence of special character in perl I have try few method to mat...
[ 0.00946044921875, -0.0023345947265625, -0.0108642578125, -0.018798828125, -0.0011138916015625, 0.00421142578125, -0.00726318359375, 0.0174560546875, 0.0223388671875, -0.005615234375, -0.002716064453125, 0.0016937255859375, 0.0308837890625, -0.0024871826171875, 0.0140380859375, 0.009277...
[ 11249, 14858, 79315, 70541, 24763, 138, 1733, 74918, 42, 5361, 62816, 117, 141, 6835, 3355, 435, 20251, 1563, 418, 47, 450, 6620, 23, 9790, 10846, 55300, 2565, 20028, 91, 5544, 53418, 4488, 27781, 4221, 64113, 10644, 28412 ]
[ 0.04180908203125, 0.2276611328125, 0.2369384765625, 0.1353759765625, 0.1923828125, 0.2086181640625, 0.2066650390625, 0.131591796875, 0.1029052734375, 0.14990234375, 0.1634521484375, 0.1197509765625, 0.1507568359375, 0.06884765625, 0.091552734375, 0.08837890625, 0.034759521484375, 0...
embed
75016105_c5
75016105
perl
5
9 2 2 2 2 9 9 2 2 2 2 2 2 2 2 2 2 2 9 2 9 2 2 2 2 2 9 2 2 1 9 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 9 9 2 0 2 2 2 2 9 2 2 2 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 9 2 9 2 2 2 9 2 2 2 2 2 0 2 1 2 2 2 2 2 2 2 2 2 9 2 2 2 2 2 9 2 2 1 1 0 2 2 2 2 2 1 2 2 9 2 2 9 2 2 2 2 2 2 1 2 2 9 2 2 2 2 2 2 9 2 1 1 2 9 2 2 9 2 2 2 2 2 1 2 2 2 C...
9 2 2 2 2 9 9 2 2 2 2 2 2 2 2 2 2 2 9 2 9 2 2 2 2 2 9 2 2 1 9 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 9 9 2 0 2 2 2 2 9 2 2 2 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 9 2 9 2 2 2 9 2 2 2 2 2 0 2 1 2 2 2 2 2 2 2 2 2 9 2 2 2 2 2 9 2 2 1 1 0 2 2 2 2 2 1 2 2 9 2 2 9 2 2 2 2 2 2 1 2 2 9 2 2 2 2 2 2 9 2 1 1 2 9 2 2 9 2 2 2 2 2 1 2 2 2 C...
[ -0.000926971435546875, 0.01153564453125, -0.020751953125, -0.0086669921875, -0.0086669921875, 0.01373291015625, -0.004486083984375, 0.0037689208984375, 0.00012111663818359375, 0.0091552734375, 0.004730224609375, -0.00787353515625, 0.0198974609375, 0.0098876953125, -0.01177978515625, -0...
[ 483, 116, 757, 28864, 26073, 12, 25290, 525, 4, 6, 39015 ]
[ 0.2191162109375, 0.173583984375, 0.13330078125, 0.235107421875, 0.2861328125, 0.0789794921875, 0.187255859375, 0.202880859375, 0.058624267578125, 0.0089111328125, 0.2264404296875 ]
embed
36900609_c3
36900609
perl
3
, DIR, Can, md5files, Incorrect, Aborting, file1, fh1, Fail, file2, fh2, first1, first2, line1, lines2, line2, SAM5_27-04-2016_11:21:20.md5, SAM5_27-04-2016_11:20:11.md5, SAM6_27-04-2016_11:18:25.md5, SAM6_25-04-2016_10:38:38.md5, SAM4_27-04-2016_11:19:06.md5, SAM4_27-04-2016_11:17:22.md5, Apr, SAM4_27-04, md5, SAM4_27...
, DIR, Can, md5files, Incorrect, Aborting, file1, fh1, Fail, file2, fh2, first1, first2, line1, lines2, line2, SAM5_27-04-2016_11:21:20.md5, SAM5_27-04-2016_11:20:11.md5, SAM6_27-04-2016_11:18:25.md5, SAM6_25-04-2016_10:38:38.md5, SAM4_27-04-2016_11:19:06.md5, SAM4_27-04-2016_11:17:22.md5, Apr, SAM4_27-04, md5, SAM4_27...
[ -0.0037841796875, 0.01263427734375, -0.0025177001953125, 0.0218505859375, -0.00823974609375, 0.005889892578125, 0.0025634765625, 0.03369140625, 0.01324462890625, 0.039794921875, -0.0017242431640625, 0.039794921875, 0.0130615234375, 0.0106201171875, 0.006866455078125, -0.01470947265625,...
[ 6, 4, 123237, 4171, 347, 71, 758, 29822, 7, 360, 32399, 15390, 62, 3422, 1916, 11435, 418, 30600, 190355, 304, 5117, 13315, 124519, 39699, 3768, 40866, 4131, 25619, 16619, 54686, 910, 454, 2588, 34179, 617, 42053, 7709, 24070, 5, 4439, ...
[ 0.033050537109375, 0.05902099609375, 0.2093505859375, 0.19873046875, 0.085205078125, 0.1287841796875, 0.218994140625, 0.2244873046875, 0.09130859375, 0.04150390625, 0.1683349609375, 0.1192626953125, 0.03582763671875, 0.1927490234375, 0.141845703125, 0.2034912109375, 0.077880859375, ...
embed
3034958_c0
3034958
perl
0
Title: Signal/Slot mechanism for Perl Problem title: Signal/Slot mechanism for Perl Tags: perl Problem: Signal/Slot mechanism for Perl I'm wondering if there is an equivalent to Qt's signal/slot mechanism for Perl. I have looked into POE, but since it's huge, I couldn't find anything useful. Thank you in advance, Code ...
Signal/Slot mechanism for Perl Signal/Slot mechanism for Perl perl Signal Slot Perl Signal/Slot mechanism for Perl I'm wondering if there is an equivalent to Qt's signal/slot mechanism for Perl. I have looked into POE, but since it's huge, I couldn't find anything useful. Thank you in advance,
[ 0.007049560546875, 0.0174560546875, 0.006439208984375, -0.001922607421875, -0.00640869140625, 0.002349853515625, 0.000858306884765625, 0.006866455078125, 0.0076904296875, -0.036376953125, -0.01251220703125, -0.008056640625, 0.00860595703125, 0.0247802734375, -0.01416015625, -0.00848388...
[ 144000, 64, 294, 12631, 191619, 100, 908, 141, 117, 69623, 149016, 83, 142, 183234, 2396, 18, 26073, 7, 8574, 647, 16792, 58696, 69427, 23937, 80234, 129745 ]
[ 0.22216796875, 0.07080078125, 0.0166778564453125, 0.181640625, 0.2088623046875, 0.060211181640625, 0.1734619140625, 0.198974609375, 0.1385498046875, 0.21923828125, 0.07598876953125, 0.006988525390625, 0.00494384765625, 0.12109375, 0.10400390625, 0.1099853515625, 0.215576171875, 0.0...
embed
37018254_c0
37018254
perl
0
Title: How to install koha in my windows 8.1 with xampp....? Problem title: How to install koha in my windows 8.1 with xampp....? Tags: windows, perl, installation Problem: How to install koha in my windows 8.1 with xampp....? I have windows, xampp and oracle_VM_Virtual Box. How can I install koha and where do I find t...
How to install koha in my windows 8.1 with xampp....? How to install koha in my windows 8.1 with xampp....? windows perl installation How How to install koha in my windows 8.1 with xampp....? I have windows, xampp and oracle_VM_Virtual Box. How can I install koha and where do I find this file?
[ 0.031494140625, 0.018310546875, 0.00469970703125, 0.0257568359375, -0.00543212890625, 0.01202392578125, 0.00909423828125, -0.00970458984375, -0.0035400390625, -0.00836181640625, 0.00170135498046875, -0.03564453125, 0.00390625, -0.0068359375, -0.002166748046875, 0.0004825592041015625, ...
[ 11249, 47, 20600, 32712, 23, 54825, 70885, 678, 2459, 39, 6366, 117, 141, 59720, 3620, 11030, 47599, 79600, 39181, 27271, 831, 7413, 11435 ]
[ 0.06817626953125, 0.081787109375, 0.1802978515625, 0.284423828125, 0.0963134765625, 0.1043701171875, 0.24951171875, 0.1251220703125, 0.1160888671875, 0.1004638671875, 0.2318115234375, 0.1279296875, 0.13525390625, 0.0850830078125, 0.07098388671875, 0.1422119140625, 0.125, 0.04205322...
embed
54106273_c1
54106273
perl
1
XA 1i 1i H 0i R6 X XA 0i 0i X 0i Where as my expected output should look something like this below R1 X XA 0i 1i H 0i R2 X XA 1i 1i H 0i R3 X XAHBB 1i 1i H 0i R4 X XA 1i 1i H 0i R5 X XA 1i 1i H 0i R6 X XA 0i 0i X 0i How to maintain column alignment while editing a file? Code signals: How, cur_line_num, Sourcefile, Row...
XA 1i 1i H 0i R6 X XA 0i 0i X 0i Where as my expected output should look something like this below R1 X XA 0i 1i H 0i R2 X XA 1i 1i H 0i R3 X XAHBB 1i 1i H 0i R4 X XA 1i 1i H 0i R5 X XA 1i 1i H 0i R6 X XA 0i 0i X 0i How to maintain column alignment while editing a file? Code signals: How, cur_line_num, Sourcefile, Row...
[ -0.004241943359375, 0.009521484375, 0.00689697265625, 0.033935546875, 0.003021240234375, 0.0296630859375, 0.0279541015625, 0.0223388671875, 0.0145263671875, 0.059814453125, 0.017822265625, -0.020263671875, 0.006744384765625, -0.01953125, 0.00628662109375, 0.00457763671875, 0.00750732...
[ 65415, 106, 14, 572, 757, 627, 910, 1193, 78662, 237, 759, 84751, 140992, 5608, 6713, 9844, 1884, 903, 35064, 418, 304, 363, 21898, 22312, 617, 758, 11249, 47, 76104, 3365, 316, 19, 143420, 12960, 27211, 214, 11435, 28864, 26073, 9709, ...
[ 0.2291259765625, 0.078857421875, 0.10369873046875, 0.137451171875, 0.1563720703125, 0.136474609375, 0.18115234375, 0.1346435546875, 0.0323486328125, 0.06658935546875, 0.036163330078125, 0.1744384765625, 0.2259521484375, 0.12939453125, 0.1395263671875, 0.04180908203125, 0.073181152343...
embed
14596972_c0
14596972
perl
0
Title: How to create folder in test lab in quality center using perl Problem title: How to create folder in test lab in quality center using perl Tags: perl Problem: How to create folder in test lab in quality center using perl Is there any way to create the folder and/or test sets in Test Lab in quality center using P...
How to create folder in test lab in quality center using perl How to create folder in test lab in quality center using perl perl perl How How to create folder in test lab in quality center using perl Is there any way to create the folder and/or test sets in Test Lab in quality center using Perl?
[ 0.0230712890625, -0.00506591796875, -0.0005035400390625, 0.0027618408203125, -0.00634765625, -0.01251220703125, -0.00003886222839355469, 0.007476806640625, -0.0023193359375, 0.005126953125, -0.00022983551025390625, -0.00372314453125, 0.00787353515625, -0.0078125, -0.0093994140625, 0.00...
[ 11249, 47, 28282, 78303, 23, 3034, 60054, 31897, 27585, 117, 141, 17368, 3917, 5423, 8647, 21488, 908 ]
[ 0.0335693359375, 0.0239715576171875, 0.152587890625, 0.2529296875, 0.06549072265625, 0.19091796875, 0.197509765625, 0.1287841796875, 0.1341552734375, 0.124755859375, 0.1492919921875, 0.012420654296875, 0.033935546875, 0.114990234375, 0.1636962890625, 0.197998046875, 0.1226806640625 ]
embed
54857919_c1
54857919
perl
1
my $x (0..$len2) #Number of rows { for my $y (0..$len1) #Number of columns { if ($subseq1[$y] == $arr[0][$_]) #Does not work { my $subcol = $_; #column from the sub matrix } Code signals: the, pam, How, Perl, subseq1, MNIDDKL, subseq2, GLFLKCGGIDEMQSS, MATFILE, Load, Blank, Join, Need, len1, len2, Number, Does, Expect...
my $x (0..$len2) #Number of rows { for my $y (0..$len1) #Number of columns { if ($subseq1[$y] == $arr[0][$_]) #Does not work { my $subcol = $_; #column from the sub matrix } Code signals: the, pam, How, Perl, subseq1, MNIDDKL, subseq2, GLFLKCGGIDEMQSS, MATFILE, Load, Blank, Join, Need, len1, len2, Number, Does, Expect...
[ 0.017822265625, 0.013916015625, 0.00909423828125, 0.0341796875, -0.00194549560546875, 0.00341796875, 0.011474609375, 0.019775390625, 0.01470947265625, 0.030029296875, 0.002899169921875, 0.03662109375, -0.0027923583984375, -0.01483154296875, -0.014892578125, -0.012451171875, 0.0290527...
[ 759, 3650, 425, 22085, 1977, 10461, 18444, 26278, 111, 15555, 7, 100, 53, 17727, 3365, 316, 1779, 2174, 22144, 184, 864, 42, 2389, 8331, 959, 4488, 8447, 19, 1295, 1614, 50944, 28864, 26073, 12, 70, 19377, 11249, 908, 141, 7787, 24057, ...
[ 0.161865234375, 0.056060791015625, 0.120849609375, 0.094970703125, 0.1383056640625, 0.116943359375, 0.0178985595703125, 0.0643310546875, 0.0733642578125, 0.2154541015625, 0.06622314453125, 0.015533447265625, 0.0889892578125, 0.006500244140625, 0.126953125, 0.1639404296875, 0.01687622...
embed
48371278_c0
48371278
perl
0
Title: Checking if a file is writable in Perl Problem title: Checking if a file is writable in Perl Tags: bash, perl Problem: Checking if a file is writable in Perl What would be Perl equivalent of this bash script? for file in * do if [ -w $file ] ; then echo $file fi done I am trying to see which files are writable. ...
Checking if a file is writable in Perl Checking if a file is writable in Perl bash perl Checking Perl Checking if a file is writable in Perl What would be Perl equivalent of this bash script? I am trying to see which files are writable.
[ 0.0157470703125, -0.00299072265625, -0.0027618408203125, 0.007720947265625, -0.004730224609375, -0.01019287109375, 0.0115966796875, -0.01104736328125, -0.00982666015625, 0.033447265625, -0.000553131103515625, 0.0269775390625, 0.01239013671875, 0.0128173828125, -0.0299072265625, 0.00546...
[ 38679, 214, 2174, 11435, 83, 148, 416, 22819, 23, 908, 141, 87109, 117, 2806, 183234, 903, 26499, 31577, 1957, 3129, 102158, 621 ]
[ 0.1754150390625, 0.079345703125, 0.1104736328125, 0.1827392578125, 0.0738525390625, 0.07080078125, 0.151611328125, 0.18603515625, 0.0753173828125, 0.1893310546875, 0.187255859375, 0.14013671875, 0.145751953125, 0.040283203125, 0.13330078125, 0.031982421875, 0.1302490234375, 0.01626...
embed
18486760_c0
18486760
perl
0
Title: How to send request on a URL in Perl Problem title: How to send request on a URL in Perl Tags: perl Problem: How to send request on a URL in Perl I want to send a request of XML on a Particular URL and get the resposne from there .How could i do this is Perl by creating A Module.I am new in Perl Please help me ....
How to send request on a URL in Perl How to send request on a URL in Perl perl How URL Perl How to send request on a URL in Perl I want to send a request of XML on a Particular URL and get the resposne from there .How could i do this is Perl by creating A Module.I am new in Perl Please help me .
[ 0.01129150390625, 0.0179443359375, 0.005645751953125, -0.005340576171875, 0.01141357421875, 0.000591278076171875, 0.00262451171875, -0.00909423828125, -0.020263671875, -0.0250244140625, 0.025146484375, -0.0216064453125, 0.01092529296875, 0.0016937255859375, 0.00360107421875, -0.0162353...
[ 11249, 47, 25379, 50336, 98, 10, 31862, 23, 908, 141, 117, 3444, 111, 92537, 9148, 25667, 2046, 27582, 232, 86, 1295, 2685, 81826, 5809, 54, 83, 105233, 62, 63014, 13, 3525, 30607, 4358 ]
[ 0.08837890625, 0.07666015625, 0.1766357421875, 0.2435302734375, 0.1875, 0.035675048828125, 0.2486572265625, 0.061767578125, 0.1600341796875, 0.191650390625, 0.12890625, 0.07830810546875, 0.0222320556640625, 0.1627197265625, 0.0186920166015625, 0.0168304443359375, 0.0311279296875, 0...
embed
19991692_c1
19991692
perl
1
([^"]*)(?<!\bFOO)(?<!\bBAR)(?<!\bBAZ)[[:space:]](?<!\))*\($qs\))/$1BAFF($2)/g # Doesn't work since it'll find an end quote or a quoted quote and match replace # from there: # JBAZ ( BAFF("str \" ") ) BAZ( BAFF(" \" boo") ) BAR ("booBAFF(") hello(") jazz BAFF(") FOO(")FUN") Code signals: there, How, JBAZ, BAZ, BAR, FOO,...
([^"]*)(?<!\bFOO)(?<!\bBAR)(?<!\bBAZ)[[:space:]](?<!\))*\($qs\))/$1BAFF($2)/g # Doesn't work since it'll find an end quote or a quoted quote and match replace # from there: # JBAZ ( BAFF("str \" ") ) BAZ( BAFF(" \" boo") ) BAR ("booBAFF(") hello(") jazz BAFF(") FOO(")FUN") Code signals: there, How, JBAZ, BAZ, BAR, FOO,...
[ 0.000431060791015625, -0.001617431640625, -0.0111083984375, -0.0086669921875, 0.005889892578125, 0.01611328125, 0.0096435546875, 0.01153564453125, 0.0201416015625, 0.00592041015625, -0.0087890625, 0.004241943359375, -0.0038299560546875, -0.00946044921875, 0.005035400390625, 0.000606536...
[ 15, 8353, 58, 268, 77518, 38, 919, 30563, 51421, 59809, 571, 17200, 65421, 86245, 1639, 864, 7, 64, 4369, 418, 8031, 30110, 10461, 177, 468, 101790, 18, 4488, 16792, 442, 1181, 7413, 3564, 66747, 71, 136, 14858, 91995, 1295, 2685, 821, ...
[ 0.00079345703125, 0.0684814453125, 0.0648193359375, 0.03680419921875, 0.140869140625, 0.06488037109375, 0.051025390625, 0.1812744140625, 0.00225830078125, 0.208251953125, 0.10675048828125, 0.26416015625, 0.1688232421875, 0.0638427734375, 0.03973388671875, 0.09796142578125, 0.03411865...
embed
3224312_c0
3224312
perl
0
Title: How can variables be set to NULL under the strict pragma? Problem title: How can variables be set to NULL under the strict pragma? Tags: perl Problem: How can variables be set to NULL under the strict pragma? use strict; my $var = NULL; will raise an error of Bareword "NULL" not allowed while "strict subs" in us...
How can variables be set to NULL under the strict pragma? How can variables be set to NULL under the strict pragma? perl How Bareword How can variables be set to NULL under the strict pragma? will raise an error of Bareword "NULL" not allowed while "strict subs" in use
[ 0.03125, 0.006195068359375, 0.04541015625, 0.0238037109375, 0.018310546875, 0.0238037109375, 0.01116943359375, 0.00189208984375, 0.00016021728515625, 0.01470947265625, -0.0029144287109375, 0.0125732421875, 0.004791259765625, -0.0164794921875, 0.000865936279296875, -0.0140380859375, 0...
[ 11249, 831, 77336, 7, 5423, 47, 18057, 23708, 1379, 81113, 58827, 192, 117, 141, 54336, 47416, 138804, 18499, 33261, 107003, 144225, 1614, 4527 ]
[ 0.041839599609375, 0.04827880859375, 0.25390625, 0.0684814453125, 0.1165771484375, 0.1142578125, 0.145751953125, 0.1883544921875, 0.1326904296875, 0.170654296875, 0.144775390625, 0.1146240234375, 0.010711669921875, 0.0345458984375, 0.1142578125, 0.18212890625, 0.067626953125, 0.119...
embed
39285407_c0
39285407
perl
0
Title: how to sum the value in a matrix element or within square brackets[ ] Problem title: how to sum the value in a matrix element or within square brackets[ ] Tags: perl Problem: how to sum the value in a matrix element or within square brackets[ ] Code signals: 5, ITNDYRIRSALPTLKKVLTEGGSCVLMSHLGRPKGIPMAQAGKIRSTGGVP...
how to sum the value in a matrix element or within square brackets[ ] how to sum the value in a matrix element or within square brackets[ ] perl 5 ITNDYRIRSALPTLKKVLTEGGSCVLMSHLGRPKGIPMAQAGKIRSTGGVPGFQQKATL Total Number KKVL how to sum the value in a matrix element or within square brackets[ ] suppose i have a value 2 ...
[ -0.012451171875, 0.011962890625, 0.00008440017700195312, 0.01190185546875, 0.01031494140625, -0.00012683868408203125, -0.0026092529296875, 0.0294189453125, 0.0257568359375, 0.0172119140625, -0.007171630859375, 0.00323486328125, -0.0034332275390625, -0.01409912109375, -0.00628662109375, ...
[ 3642, 47, 10554, 70, 34292, 23, 50944, 425, 12830, 707, 28032, 108047, 1620, 27853, 117, 141, 190, 64831, 92414, 866, 33867, 103332, 57211, 10, 139124, 116, 49814, 37457, 10078, 35389, 1381, 966, 160630, 55300, 20594, 442, 84751, 140992, 21...
[ 0.1141357421875, 0.1126708984375, 0.27880859375, 0.0665283203125, 0.214111328125, 0.1412353515625, 0.213623046875, 0.0916748046875, 0.2086181640625, 0.07293701171875, 0.1806640625, 0.1400146484375, 0.1473388671875, 0.1817626953125, 0.0826416015625, 0.08978271484375, 0.08184814453125,...
embed
962347_c0
962347
perl
0
Title: How can I check if IP numbers are in the same subnet with Perl? Problem title: How can I check if IP numbers are in the same subnet with Perl? Tags: ip, perl Problem: How can I check if IP numbers are in the same subnet with Perl? How can I check if IP numbers are in the same subnet with Perl? Can I use NetAddr:...
How can I check if IP numbers are in the same subnet with Perl? How can I check if IP numbers are in the same subnet with Perl? ip perl How Perl How can I check if IP numbers are in the same subnet with Perl? How can I check if IP numbers are in the same subnet with Perl? Can I use NetAddr::IP ?
[ -0.005279541015625, 0.00665283203125, 0.01031494140625, 0.0322265625, -0.0028839111328125, 0.006988525390625, 0.00408935546875, 0.00616455078125, 0.01123046875, -0.0004329681396484375, 0.00136566162109375, 0.04296875, 0.015625, 0.009521484375, -0.02294921875, 0.0030670166015625, 0.00...
[ 12765, 2174, 8021, 101935, 621, 23, 5701, 1614, 1179, 678, 908, 141, 11249, 831, 17, 254, 117, 87, 4171, 4527, 10086, 7569, 10931 ]
[ 0.163330078125, 0.0599365234375, 0.1485595703125, 0.1300048828125, 0.042572021484375, 0.1116943359375, 0.1236572265625, 0.169677734375, 0.154052734375, 0.10986328125, 0.1568603515625, 0.1768798828125, 0.0596923828125, 0.0552978515625, 0.005218505859375, 0.0936279296875, 0.13232421875...
embed
21729007_c0
21729007
perl
0
Title: How to Compare hash sub-keys Problem title: How to Compare hash sub-keys Tags: hash, key, perl Problem: How to Compare hash sub-keys How to compare if 2 hash sub keys match with eachother or not? %hash={'Key1' => { 'Sub_key1' => [ 'value' ] } 'key2' => { 'Sub_key2' => [ 'value' ] } } Code signals: How, Compare, ...
How to Compare hash sub-keys How to Compare hash sub-keys hash key perl How Compare Key1 Sub_key1 key2 Sub_key2 How to Compare hash sub-keys How to compare if 2 hash sub keys match with eachother or not?
[ -0.000278472900390625, 0.0007476806640625, 0.012939453125, -0.01275634765625, -0.00787353515625, -0.0010528564453125, 0.01031494140625, 0.015869140625, 0.01446533203125, 0.051513671875, 0.004150390625, 0.0247802734375, 0.04443359375, 0.01611328125, -0.00061798095703125, -0.017578125, ...
[ 11249, 47, 113307, 13, 1556, 127, 1614, 19770, 22799, 117, 141, 26824, 418, 8273, 304, 69101, 116, 14858, 678, 126340 ]
[ 0.0706787109375, 0.075439453125, 0.19091796875, 0.1134033203125, 0.1339111328125, 0.1280517578125, 0.20947265625, 0.156005859375, 0.131591796875, 0.05010986328125, 0.08154296875, 0.0911865234375, 0.0289154052734375, 0.1824951171875, 0.08599853515625, 0.1812744140625, 0.04937744140625...
embed
29394119_c2
29394119
perl
2
Width, texinfo-5.2-7.fc22.ppc64, perl-Unicode-EastAsianWidth-1.33-4.fc22.noarch.rpm, NOKEY, MODULE_COMPAT_5.20.0, perl-Unicode-EastAsianWidth-1.33-4.fc22.noarch, perl-5.20.1-314.fc22.ppc64.rpm, perl-5.21.10, perl-5.20.2, perl-5.18.4, perl-5.16.3, perl-5.14.4, perl-5.12.5, perl-5.10.1, perl-5.8.9, perl-5.6.2, perl5.005_...
Width, texinfo-5.2-7.fc22.ppc64, perl-Unicode-EastAsianWidth-1.33-4.fc22.noarch.rpm, NOKEY, MODULE_COMPAT_5.20.0, perl-Unicode-EastAsianWidth-1.33-4.fc22.noarch, perl-5.20.1-314.fc22.ppc64.rpm, perl-5.21.10, perl-5.20.2, perl-5.18.4, perl-5.16.3, perl-5.14.4, perl-5.12.5, perl-5.10.1, perl-5.8.9, perl-5.6.2, perl5.005_...
[ 0.0068359375, -0.0050048828125, 0.00689697265625, -0.00213623046875, 0.0093994140625, -0.007232666015625, 0.0115966796875, -0.006103515625, 0.0322265625, 0.04638671875, 0.021240234375, -0.002166748046875, 0.0029449462890625, -0.024658203125, -0.005035400390625, -0.00177001953125, 0.0...
[ 58302, 927, 4, 6, 24371, 7319, 9, 158296, 16709, 5, 140443, 4015, 6366, 238, 13307, 117, 141, 85600, 40899, 647, 4438, 143946, 19, 1456, 532, 81046, 130913, 157, 59438, 10681, 39, 9520, 186104, 98610, 129984, 16113, 65135, 99929, 10342, 1...
[ 0.2330322265625, 0.207763671875, 0.049407958984375, 0.0284576416015625, 0.213134765625, 0.304443359375, 0.03302001953125, 0.1812744140625, 0.0745849609375, 0.0655517578125, 0.0733642578125, 0.1572265625, 0.093505859375, 0.041412353515625, 0.20849609375, 0.1595458984375, 0.18078613281...
embed
13172141_c0
13172141
perl
0
Title: not able to install Text::Bidi CPAN module Problem title: not able to install Text::Bidi CPAN module Tags: perl, cpan Problem: not able to install Text::Bidi CPAN module Trying to install Text::Bidi CPAN module, but failed. Getting this error . Do anybody know any work around for this? OS : Ubuntu 10.04 Code sig...
not able to install Text::Bidi CPAN module not able to install Text::Bidi CPAN module perl cpan Text::Bidi CPAN Ubuntu not able to install Text::Bidi CPAN module Trying to install Text::Bidi CPAN module, but failed. Getting this error . Do anybody know any work around for this?
[ 0.0062255859375, 0.01190185546875, 0.00836181640625, 0.000560760498046875, -0.0191650390625, 0.0107421875, 0.0205078125, -0.0262451171875, -0.0220947265625, 0.0184326171875, 0.01055908203125, -0.03369140625, 0.0181884765625, -0.0205078125, -0.003326416015625, 0.0068359375, -0.0046081...
[ 959, 19048, 20600, 24129, 571, 10955, 313, 64731, 88996, 117, 141, 3180, 116890, 165523, 18499, 10932 ]
[ 0.05023193359375, 0.09893798828125, 0.1419677734375, 0.1640625, 0.09613037109375, 0.1796875, 0.06561279296875, 0.240966796875, 0.1534423828125, 0.06817626953125, 0.069580078125, 0.1885986328125, 0.1566162109375, 0.137939453125, 0.1337890625, 0.050323486328125 ]
embed
39316789_c0
39316789
perl
0
Title: PERL syntax error near &quot;= ) &quot; Problem title: PERL syntax error near &quot;= ) &quot; Tags: perl Problem: PERL syntax error near "= ) " I have found this example but I get this error: syntax error at ./test.pl line 11, near "= ) " Execution of ./test.pl aborted due to compilation errors. Line 11: while(...
PERL syntax error near &quot;= ) &quot; PERL syntax error near &quot;= ) &quot; perl PERL PERL syntax error near "= ) " I have found this example but I get this error: Line 11: while($line = ) {
[ -0.00274658203125, 0.0206298828125, -0.00122833251953125, -0.00469970703125, 0.00921630859375, -0.00567626953125, -0.005950927734375, 0.00848388671875, -0.0115966796875, -0.005218505859375, -0.01116943359375, 0.0235595703125, 0.00726318359375, -0.007110595703125, 0.00823974609375, -0.0...
[ 8168, 866, 6002, 86531, 18499, 43573, 41502, 74, 1369, 1388, 117, 141, 14037, 27781, 903, 16777, 534, 12960, 132, 4369, 2256, 2203 ]
[ 0.1689453125, 0.18798828125, 0.155029296875, 0.188232421875, 0.19091796875, 0.21875, 0.071533203125, 0.0266265869140625, 0.19873046875, 0.0144805908203125, 0.142578125, 0.13232421875, 0.019378662109375, 0.1104736328125, 0.0273284912109375, 0.1036376953125, 0.1614990234375, 0.218994...
embed
4366846_c0
4366846
perl
0
Title: perlinstallation - includefiles Problem title: perlinstallation - includefiles Tags: perl, include Problem: perlinstallation - includefiles When I build and install my own perl from the source the installation-path is /usr/local. In /usr/local/include are no files. Does it make sense to copy the files from /usr/...
perlinstallation - includefiles perlinstallation - includefiles perl include perlinstallation - includefiles When I build and install my own perl from the source the installation-path is /usr/local. In /usr/local/include are no files. Does it make sense to copy the files from /usr/include to /usr/local/include?
[ 0.00811767578125, 0.006561279296875, -0.004241943359375, 0.01226806640625, -0.01904296875, 0.00640869140625, -0.00119781494140625, -0.00185394287109375, -0.005615234375, -0.0023040771484375, 0.015869140625, 0.0140380859375, 0.0031890869140625, 0.005889892578125, 0.01055908203125, 0.001...
[ 117, 141, 105348, 26698, 29822, 45367, 20600, 10002, 1295, 31344, 59720, 128405, 83, 248, 223, 42, 64, 98908, 360, 217028, 621, 110, 102158, 3249, 10422, 43658, 47 ]
[ 0.2008056640625, 0.2235107421875, 0.166015625, 0.1802978515625, 0.1943359375, 0.09027099609375, 0.156494140625, 0.058380126953125, 0.05926513671875, 0.1466064453125, 0.177978515625, 0.1693115234375, 0.0225982666015625, 0.025054931640625, 0.0977783203125, 0.108642578125, 0.01342773437...
embed
757667_c0
757667
perl
0
Title: Perl script to parse output of cvs log command Problem title: Perl script to parse output of cvs log command Tags: cvs, perl Problem: Perl script to parse output of cvs log command Does anyone have a perl script or package that parses the output of a cvs log command and turns it into perl structures for further ...
Perl script to parse output of cvs log command Perl script to parse output of cvs log command cvs perl Perl Perl script to parse output of cvs log command Does anyone have a perl script or package that parses the output of a cvs log command and turns it into perl structures for further processing?
[ 0.010498046875, 0.0223388671875, 0.004058837890625, 0.009033203125, 0.025634765625, 0.03466796875, -0.02587890625, 0.0135498046875, -0.004608154296875, -0.002777099609375, 0.0096435546875, 0.0155029296875, 0.010009765625, -0.0022735595703125, -0.009765625, -0.0089111328125, -0.024291...
[ 908, 141, 26499, 47, 366, 184, 140992, 111, 115158, 7, 12684, 75101, 117, 35672, 765, 98169, 450, 5908, 15504, 3934, 45646, 53333, 9433 ]
[ 0.1470947265625, 0.1568603515625, 0.2164306640625, 0.038330078125, 0.1463623046875, 0.0975341796875, 0.2030029296875, 0.069091796875, 0.1990966796875, 0.138916015625, 0.187255859375, 0.205078125, 0.1190185546875, 0.036224365234375, 0.042388916015625, 0.1658935546875, 0.007080078125, ...
embed
22349406_c0
22349406
perl
0
Title: How to convert valgrind output to XML? Problem title: How to convert valgrind output to XML? Tags: valgrind, perl Problem: How to convert valgrind output to XML? Actually I know that there is Test::Valgrind::Parser::XML perl module. But I have no idea how to use it: If anyone can provide documentation it would b...
How to convert valgrind output to XML? How to convert valgrind output to XML? valgrind perl How XML How to convert valgrind output to XML? Actually I know that there is Test::Valgrind::Parser::XML perl module. But I have no idea how to use it: If anyone can provide documentation it would be great.
[ -0.00872802734375, 0.00909423828125, 0.0084228515625, -0.0057373046875, 0.0185546875, 0.046142578125, -0.0034942626953125, -0.006439208984375, -0.015869140625, -0.0030517578125, 0.0162353515625, -0.0002346038818359375, -0.00799560546875, -0.01336669921875, -0.0113525390625, -0.00357055...
[ 11249, 47, 96760, 3502, 129919, 140992, 92537, 117, 141, 192728, 3714, 8647, 42272, 28636, 2189, 1542, 39456, 88996, 110, 6528, 3642, 4527, 442, 209806, 6782 ]
[ 0.08453369140625, 0.1239013671875, 0.160400390625, 0.193115234375, 0.292236328125, 0.2255859375, 0.2425537109375, 0.1417236328125, 0.1715087890625, 0.001373291015625, 0.0227508544921875, 0.1453857421875, 0.151123046875, 0.05474853515625, 0.09423828125, 0.07763671875, 0.148681640625, ...
embed
1223391_c2
1223391
perl
2
ISSPLIT, TRAIN, CGISPLIT, TRAINING-SET, OLDID, NEWID, DATE, FEB-1987, PLACES, PEOPLE, ORGS, EXCHANGES, COMPANIES, UNKNOWN, f0704, BC-BAHIA-COCOA-REVIEW, TEXT, TITLE, BAHIA, COCOA, REVIEW, DATELINE, SALVADOR, Feb, BODY, Showers, January, ARGV, XML::DOM::Parser, extract.pl, test.sgm, lib64, perl5, vendor_perl, x86_64-lin...
ISSPLIT, TRAIN, CGISPLIT, TRAINING-SET, OLDID, NEWID, DATE, FEB-1987, PLACES, PEOPLE, ORGS, EXCHANGES, COMPANIES, UNKNOWN, f0704, BC-BAHIA-COCOA-REVIEW, TEXT, TITLE, BAHIA, COCOA, REVIEW, DATELINE, SALVADOR, Feb, BODY, Showers, January, ARGV, XML::DOM::Parser, extract.pl, test.sgm, lib64, perl5, vendor_perl, x86_64-lin...
[ 0.006011962890625, 0.0155029296875, 0.0087890625, -0.0040283203125, 0.00970458984375, -0.0016937255859375, -0.004058837890625, 0.0002155303955078125, 0.0037689208984375, 0.01397705078125, -0.0028076171875, 0.008056640625, -0.033203125, -0.01080322265625, 0.0118408203125, -0.00970458984...
[ 15744, 9434, 107287, 4, 36230, 8852, 313, 112160, 683, 568, 25795, 54080, 180, 30693, 7146, 80111, 391, 35746, 171991, 9, 127050, 110612, 69247, 17051, 670, 103084, 33172, 34162, 29426, 24338, 61898, 177269, 180323, 110753, 839, 1238, 105619, ...
[ 0.156982421875, 0.12744140625, 0.251953125, 0.002288818359375, 0.25146484375, 0.1619873046875, 0.0604248046875, 0.15478515625, 0.1021728515625, 0.1446533203125, 0.1192626953125, 0.1832275390625, 0.077880859375, 0.06134033203125, 0.187744140625, 0.1148681640625, 0.037017822265625, 0...
embed
5919256_c0
5919256
perl
0
Title: Applescript and SOAP: Transport Error Problem title: Applescript and SOAP: Transport Error Tags: applescript, soap, perl Problem: Applescript and SOAP: Transport Error Code signals: terms, application, set, applescript, SOAP, Transport, Error, www.perl.com, perlnews.rdf, www.apple.com, localhost:8001, fetch_head...
Applescript and SOAP: Transport Error Applescript and SOAP: Transport Error applescript soap perl terms application set applescript SOAP Transport Error www.perl.com perlnews.rdf www.apple.com localhost:8001 fetch_headlines SOAPAction parameters:p Applescript and SOAP: Transport Error I'm new to Applescript, but I foll...
[ 0.032470703125, 0.01434326171875, -0.02587890625, 0.0216064453125, 0.033935546875, -0.0181884765625, 0.0033416748046875, -0.004486083984375, 0.000335693359375, 0.00421142578125, 0.01904296875, 0.048828125, -0.00122833251953125, 0.0013275146484375, 0.015380859375, -0.017822265625, -0....
[ 4129, 32032, 136, 15969, 15383, 20913, 212059, 108787, 221, 2631, 117, 141, 69407, 38415, 5423, 1264, 7177, 9007, 133, 4000, 40294, 10253, 418, 7647, 206, 31251, 59801, 10763, 171859, 254, 3525, 134629, 3535, 53, 57143, 5117, 1815, 16750, 7...
[ 0.166259765625, 0.26513671875, 0.043609619140625, 0.1468505859375, 0.1805419921875, 0.2646484375, 0.2174072265625, 0.1519775390625, 0.112060546875, 0.14306640625, 0.11767578125, 0.1219482421875, 0.104248046875, 0.1148681640625, 0.087646484375, 0.1051025390625, 0.049835205078125, 0....
embed
4667225_c0
4667225
perl
0
Title: How can a function return its argument list as an array reference Problem title: How can a function return its argument list as an array reference Tags: perl Problem: How can a function return its argument list as an array reference How would I go about writing a function that returns its arguments as a referenc...
How can a function return its argument list as an array reference How can a function return its argument list as an array reference perl How How can a function return its argument list as an array reference How would I go about writing a function that returns its arguments as a reference to a array?
[ 0.0196533203125, 0.017578125, -0.00872802734375, 0.0052490234375, -0.002685546875, 0.005462646484375, -0.0091552734375, 0.009033203125, 0.00225830078125, -0.01458740234375, -0.00054931640625, -0.00384521484375, 0.00799560546875, 0.01611328125, -0.00091552734375, -0.01220703125, 0.008...
[ 11249, 831, 32354, 30646, 6863, 10750, 5303, 237, 10298, 53, 91067, 117, 141, 142, 1672, 32562, 47 ]
[ 0.062469482421875, 0.063720703125, 0.2176513671875, 0.1898193359375, 0.038604736328125, 0.228515625, 0.185302734375, 0.0963134765625, 0.1588134765625, 0.1168212890625, 0.253173828125, 0.11669921875, 0.12237548828125, 0.0157623291015625, 0.0172576904296875, 0.0850830078125, 0.03598022...
embed
6515569_c0
6515569
perl
0
Title: Tools to document Mason and Perl code? Problem title: Tools to document Mason and Perl code? Tags: perl, mason, documentation Problem: Tools to document Mason and Perl code? Other than POD, what are the tools available to document my Perl and Mason code? What do you use and what tools are available to help me? C...
Tools to document Mason and Perl code? Tools to document Mason and Perl code? perl mason documentation Tools Mason Perl Tools to document Mason and Perl code? Other than POD, what are the tools available to document my Perl and Mason code? What do you use and what tools are available to help me?
[ 0.0283203125, 0.021728515625, 0.01177978515625, -0.0009765625, -0.01214599609375, 0.009765625, -0.0159912109375, -0.0025634765625, -0.001220703125, -0.0172119140625, 0.01397705078125, 0.0013427734375, 0.00762939453125, -0.008544921875, 0.006622314453125, -0.00408935546875, 0.015625, ...
[ 119296, 47, 12937, 3010, 191, 136, 908, 141, 18151, 117, 1163, 209806, 62035, 72977, 19882, 4527, 4358 ]
[ 0.23486328125, 0.0755615234375, 0.2122802734375, 0.1427001953125, 0.2049560546875, 0.1163330078125, 0.15673828125, 0.180908203125, 0.1993408203125, 0.1282958984375, 0.1270751953125, 0.2210693359375, 0.17431640625, 0.2041015625, 0.073486328125, 0.00921630859375, 0.044036865234375 ]
embed
8323811_c0
8323811
perl
0
Title: Convert perl script to vba Problem title: Convert perl script to vba Tags: perl, vbscript, porting, vba Problem: Convert perl script to vba I am using a PC where perl script is not allowed. Is there any tool to convert perl script to vba macro? Or is there any links where we can get the vba equavalent of perl st...
Convert perl script to vba Convert perl script to vba perl vbscript porting vba Convert Convert perl script to vba I am using a PC where perl script is not allowed. Is there any tool to convert perl script to vba macro? Or is there any links where we can get the vba equavalent of perl statements.
[ 0.0086669921875, 0.001251220703125, -0.01190185546875, 0.00579833984375, 0.002685546875, 0.007049560546875, -0.0223388671875, -0.00148773193359375, 0.01495361328125, -0.01470947265625, 0.00860595703125, 0.03271484375, 0.0281982421875, -0.007171630859375, -0.00250244140625, -0.021240234...
[ 1657, 11549, 117, 141, 26499, 47, 81, 402, 86482, 32032, 196, 1916, 17368, 6107, 7440, 83, 959, 107003, 55516, 96760, 111789, 22317, 2046, 13722, 85540, 63805 ]
[ 0.06170654296875, 0.151611328125, 0.1666259765625, 0.220947265625, 0.258544921875, 0.1156005859375, 0.1636962890625, 0.2471923828125, 0.16650390625, 0.256591796875, 0.07305908203125, 0.052703857421875, 0.0445556640625, 0.1043701171875, 0.012542724609375, 0.0170440673828125, 0.0921630...
embed
72312_c0
72312
perl
0
Title: How should I capitalize Perl? Problem title: How should I capitalize Perl? Tags: perl, coding-style, capitalization Problem: How should I capitalize Perl? PERL? Perl? perl? What's good style? I know the answer—I just wanted to make sure the question was out there and questioners were aware that there is a correc...
How should I capitalize Perl? How should I capitalize Perl? perl coding-style capitalization How Perl How should I capitalize Perl? PERL? Perl? perl? What's good style? I know the answer—I just wanted to make sure the question was out there and questioners were aware that there is a correct form.
[ 0.0048828125, -0.0004558563232421875, 0.01214599609375, 0.00139617919921875, 0.0045166015625, 0.005157470703125, 0.0157470703125, -0.00122833251953125, 0.000720977783203125, 0.01385498046875, 0.004791259765625, 0.0068359375, 0.01190185546875, 0.01806640625, -0.01104736328125, -0.017333...
[ 11249, 5608, 10323, 20650, 908, 141, 87, 117, 552, 6238, 40946, 47691, 8168, 866, 4127, 20623, 3714, 35166, 26785, 3173 ]
[ 0.07666015625, 0.082275390625, 0.1982421875, 0.111572265625, 0.185302734375, 0.2021484375, 0.006103515625, 0.1480712890625, 0.0648193359375, 0.04034423828125, 0.1551513671875, 0.052459716796875, 0.160888671875, 0.1676025390625, 0.079345703125, 0.18603515625, 0.034759521484375, 0.00...
embed
20719248_c0
20719248
perl
0
Title: Global symbol &quot;$variable&quot; requires explicit package name at filename.pl Problem title: Global symbol &quot;$variable&quot; requires explicit package name at filename.pl Tags: perl Problem: Global symbol "$variable" requires explicit package name at filename.pl Code signals: Global, filename.pl, ARRAYY,...
Global symbol &quot;$variable&quot; requires explicit package name at filename.pl Global symbol &quot;$variable&quot; requires explicit package name at filename.pl perl Global filename.pl ARRAYY Key ASPATH as_path UpdateKey Global symbol "$variable" requires explicit package name at filename.pl From my understand of pe...
[ 0.00799560546875, -0.00262451171875, -0.0030364990234375, -0.018798828125, -0.013916015625, 0.0159912109375, -0.006011962890625, 0.00970458984375, 0.0223388671875, 0.022705078125, 0.0218505859375, 0.0059814453125, 0.004730224609375, -0.0189208984375, -0.0098876953125, 0.0308837890625, ...
[ 13453, 26582, 4369, 21690, 2886, 144570, 143726, 98169, 9351, 11435, 11627, 2424, 99, 117, 141, 166007, 108354, 26824, 147153, 139909, 237, 128405, 28641, 162429, 28219, 5351, 450, 18499, 26008, 26950, 765, 9232, 18347, 77336, 35839, 3650, 6411...
[ 0.2181396484375, 0.25634765625, 0.1036376953125, 0.1778564453125, 0.1552734375, 0.1396484375, 0.220947265625, 0.205810546875, 0.132568359375, 0.10687255859375, 0.134033203125, 0.1474609375, 0.0164337158203125, 0.171142578125, 0.191650390625, 0.09637451171875, 0.1243896484375, 0.154...
embed
39434159_c0
39434159
perl
0
Title: What&#x27;s the meaning of `unless -d`? Problem title: What&#x27;s the meaning of `unless -d`? Tags: perl Problem: What's the meaning of `unless -d`? Reading the code,I find this: use File::Path; mkpath($hinitdir) unless -d $hinitdir; mkpath($hrestdir) unless -d $hrestdir; So what's the meaning of the option -d ...
What&#x27;s the meaning of `unless -d`? What&#x27;s the meaning of `unless -d`? perl What File::Path What's the meaning of `unless -d`? Reading the code,I find this: So what's the meaning of the option -d ?
[ -0.0037689208984375, 0.00823974609375, -0.00677490234375, 0.00830078125, 0.015869140625, 0.0078125, 0.02587890625, -0.002685546875, -0.004425048828125, 0.0211181640625, -0.003448486328125, -0.006195068359375, 0.01177978515625, 0.01361083984375, -0.0260009765625, 0.00122833251953125, ...
[ 3768, 70, 91084, 309, 9393, 20, 71, 1135, 117, 141, 42724, 683, 10519, 111, 18151, 2367, 35829 ]
[ 0.0836181640625, 0.01226806640625, 0.1463623046875, 0.1134033203125, 0.211669921875, 0.1407470703125, 0.1943359375, 0.014495849609375, 0.0841064453125, 0.0994873046875, 0.132568359375, 0.008056640625, 0.10107421875, 0.000732421875, 0.03497314453125, 0.000091552734375, 0.183837890625 ...
embed
6482259_c0
6482259
perl
0
Title: Perl regex replace count Problem title: Perl regex replace count Tags: perl, regex Problem: Perl regex replace count Is it possible to specify the maximum number of matches to replace. For instance if matching 'l' in "Hello World", would it be possible to replace the first 2 'l' characters, but not the third wit...
Perl regex replace count Perl regex replace count perl regex Perl Perl regex replace count Is it possible to specify the maximum number of matches to replace. For instance if matching 'l' in "Hello World", would it be possible to replace the first 2 'l' characters, but not the third without looping?
[ -0.004302978515625, 0.006256103515625, 0.0107421875, -0.0013885498046875, -0.004852294921875, 0.000766754150390625, -0.026123046875, -0.001373291015625, 0.02099609375, -0.004425048828125, -0.0076904296875, 0.0093994140625, 0.023681640625, -0.0152587890625, 0.0167236328125, -0.005706787...
[ 908, 141, 6835, 3355, 91995, 54529, 117, 7722, 40140, 18929, 38132, 14012, 14858, 90, 47, 841, 13817, 6661, 442, 5117, 116, 124850, 50960, 15490, 40956, 214 ]
[ 0.1539306640625, 0.1263427734375, 0.1378173828125, 0.1553955078125, 0.1971435546875, 0.2054443359375, 0.1153564453125, 0.1165771484375, 0.12841796875, 0.0638427734375, 0.160400390625, 0.1171875, 0.2135009765625, 0.07861328125, 0.0256195068359375, 0.06317138671875, 0.1451416015625, ...
embed
46587600_c0
46587600
perl
0
Title: How to replace the bytes in a binary file? Problem title: How to replace the bytes in a binary file? Tags: perl, python Problem: How to replace the bytes in a binary file? My binary file test.bin contains 11 22 33 44 55 66 ... I want to modify the 3rd position with AA and my file should be like 11 22 33 AA 55 66...
How to replace the bytes in a binary file? How to replace the bytes in a binary file? perl python How test.bin How to replace the bytes in a binary file? My binary file test.bin contains I want to modify the 3rd position with AA and my file should be like
[ -0.01104736328125, 0.0028839111328125, 0.01416015625, -0.00145721435546875, 0.007537841796875, 0.00830078125, -0.0040283203125, -0.002838134765625, 0.021240234375, 0.031005859375, 0.0181884765625, 0.01116943359375, -0.004791259765625, -0.00140380859375, 0.0247802734375, -0.003341674804...
[ 11249, 47, 91995, 390, 1636, 23, 2394, 6635, 11435, 70, 117, 141, 17198, 50828, 3034, 7568, 70541, 3444, 2811, 40383, 138, 4216, 19069, 678, 56558, 5608, 1884 ]
[ 0.07244873046875, 0.0770263671875, 0.1695556640625, 0.146240234375, 0.1748046875, 0.06097412109375, 0.1544189453125, 0.1444091796875, 0.15625, 0.00836181640625, 0.0792236328125, 0.08203125, 0.0325927734375, 0.0806884765625, 0.19482421875, 0.1663818359375, 0.039276123046875, 0.03390...
embed
5909430_c0
5909430
perl
0
Title: Is ~~ a short-circuit operator? Problem title: Is ~~ a short-circuit operator? Tags: perl, smartmatch, operators Problem: Is ~~ a short-circuit operator? From the Smart matching in detail section in perlsyn: The smart match operator short-circuits whenever possible. Does ~~ have anything in common with short cir...
Is ~~ a short-circuit operator? Is ~~ a short-circuit operator? perl smartmatch operators Is ~~ a short-circuit operator? From the Smart matching in detail section in perlsyn: Does ~~ have anything in common with short circuit operators ( && , || , etc.) ?
[ -0.00099945068359375, 0.00421142578125, 0.034912109375, 0.006072998046875, 0.006439208984375, -0.00180816650390625, 0.0078125, -0.0038299560546875, 0.0022735595703125, 0.0162353515625, 0.0152587890625, 0.0152587890625, 0.012939453125, -0.0157470703125, 0.004791259765625, -0.01904296875...
[ 2071, 26236, 10, 16610, 9, 82063, 7143, 39933, 117, 141, 18775, 98753, 19204, 14858, 214, 22443, 12654, 765, 23937, 39210, 678, 61404, 7, 619, 1230 ]
[ 0.06134033203125, 0.1707763671875, 0.1029052734375, 0.23291015625, 0.0771484375, 0.09814453125, 0.1331787109375, 0.254150390625, 0.0789794921875, 0.09765625, 0.117431640625, 0.242919921875, 0.156494140625, 0.2080078125, 0.0587158203125, 0.061187744140625, 0.1435546875, 0.0011596679...
embed
60505592_c0
60505592
perl
0
Title: Making perl modules executable Problem title: Making perl modules executable Tags: executable, perl Problem: Making perl modules executable I am new to Perl. I have created a Perl module(.pm). I am trying to make it executable. I wanna know is it possible to make Perl module executable or I am going wrong? Thank...
Making perl modules executable Making perl modules executable executable perl Making Making perl modules executable I am new to Perl. I have created a Perl module(.pm). I am trying to make it executable. I wanna know is it possible to make Perl module executable or I am going wrong? Thanks in advance.
[ 0.0169677734375, -0.009033203125, 0.007232666015625, 0.004241943359375, 0.01348876953125, 0.024658203125, 0.00421142578125, -0.01116943359375, 0.00982666015625, -0.0299072265625, -0.006866455078125, 0.033203125, 0.03271484375, 0.0067138671875, -0.017578125, 0.00086212158203125, -0.00...
[ 13676, 214, 117, 141, 88996, 7, 71924, 2886, 3525, 47, 908, 75935, 5, 26822, 31577, 3249, 6165, 76, 3714, 442, 7722, 707, 7730, 44691, 22362, 129745 ]
[ 0.12060546875, 0.057830810546875, 0.1766357421875, 0.206298828125, 0.23583984375, 0.0911865234375, 0.2237548828125, 0.1842041015625, 0.07464599609375, 0.024322509765625, 0.1883544921875, 0.07427978515625, 0.05865478515625, 0.2152099609375, 0.082763671875, 0.1015625, 0.0506591796875, ...
embed
14185903_c0
14185903
perl
0
Title: perl tar file extraction Problem title: perl tar file extraction Tags: perl, tar, extract Problem: perl tar file extraction does anyone know if perl has a simple tar extraction utility like python does. if so can they provide a simple example of the extraction power. I am hoping to find a core library but a libr...
perl tar file extraction perl tar file extraction perl tar extract perl tar file extraction does anyone know if perl has a simple tar extraction utility like python does. if so can they provide a simple example of the extraction power. I am hoping to find a core library but a library from an external source will do
[ 0.031494140625, -0.0021820068359375, 0.017822265625, -0.00135040283203125, 0.022705078125, -0.0022125244140625, -0.006317138671875, 0.01007080078125, 0.006256103515625, -0.01251220703125, 0.005340576171875, 0.0123291015625, -0.016845703125, 0.005767822265625, -0.01416015625, -0.0100708...
[ 117, 141, 2405, 11435, 4173, 10763, 125663, 35672, 3714, 1556, 8781, 19537, 939, 1884, 17198, 50828, 27781, 14537, 156377, 7413, 56458, 35773, 1294, 173591, 31344 ]
[ 0.1751708984375, 0.1849365234375, 0.2293701171875, 0.11181640625, 0.1507568359375, 0.06658935546875, 0.1444091796875, 0.008148193359375, 0.042327880859375, 0.0214691162109375, 0.104736328125, 0.120361328125, 0.059814453125, 0.041351318359375, 0.040313720703125, 0.1409912109375, 0.078...
embed
6108766_c0
6108766
perl
0
Title: correct perl path for vim Problem title: correct perl path for vim Tags: perlbrew, vim, perl Problem: correct perl path for vim I've installed perlbrew and it works: when I do a 'perl -v' in a terminal, it reports that I'm using perl 5.14. But gvim (vim instead works) still thinks that I'm using 5.10... How do I...
correct perl path for vim correct perl path for vim perlbrew vim perl correct perl path for vim I've installed perlbrew and it works: when I do a 'perl -v' in a terminal, it reports that I'm using perl 5.14. But gvim (vim instead works) still thinks that I'm using 5.10... How do I set the perl path for gvim? thanks
[ 0.0206298828125, 0.0089111328125, 0.01806640625, -0.00164031982421875, 0.012939453125, 0.034423828125, -0.03759765625, 0.0201416015625, -0.021484375, -0.020751953125, 0.0301513671875, 0.0272216796875, -0.0006561279296875, -0.01519775390625, -0.035888671875, -0.0201416015625, -0.00273...
[ 26785, 117, 141, 60875, 100, 119916, 143006, 20600, 43240, 1264, 20, 334, 33949, 117729, 17368, 1892, 2592, 706, 29671, 64457, 7464, 5351, 963, 5423, 70 ]
[ 0.173095703125, 0.18115234375, 0.205810546875, 0.2386474609375, 0.105712890625, 0.26123046875, 0.269287109375, 0.07208251953125, 0.07781982421875, 0.149169921875, 0.0361328125, 0.154052734375, 0.1658935546875, 0.060546875, 0.118896484375, 0.1104736328125, 0.1529541015625, 0.0399780...
embed
1958069_c0
1958069
perl
0
Title: What is the difference between DBI and DBD? Problem title: What is the difference between DBI and DBD? Tags: dbi, dbd, perl Problem: What is the difference between DBI and DBD? Can someone please shed some light on what exactly is DBI and DBD? When should either one be used and the benefits of using one over the...
What is the difference between DBI and DBD? What is the difference between DBI and DBD? dbi dbd perl What DBI DBD What is the difference between DBI and DBD? Can someone please shed some light on what exactly is DBI and DBD? When should either one be used and the benefits of using one over the other.
[ 0.0181884765625, 0.0128173828125, -0.015869140625, 0.016845703125, -0.001068115234375, 0.01806640625, 0.0011749267578125, 0.00836181640625, 0.016357421875, 0.019287109375, 0.0108642578125, -0.007476806640625, -0.00007486343383789062, 0.013427734375, -0.024169921875, 0.00089645385742187...
[ 4865, 83, 70, 60212, 17721, 391, 16312, 136, 48969, 104, 964, 40041, 71, 117, 141, 22936, 67175, 22729, 2367, 66161, 14847, 5608, 40101, 1632, 11814, 72382, 17368, 645, 3789 ]
[ 0.048095703125, 0.04925537109375, 0.052764892578125, 0.1925048828125, 0.1365966796875, 0.135009765625, 0.235107421875, 0.1068115234375, 0.26123046875, 0.0772705078125, 0.179931640625, 0.1412353515625, 0.1741943359375, 0.10076904296875, 0.1373291015625, 0.0215606689453125, 0.018447875...
embed
3527843_c0
3527843
perl
0
Title: can you use libraries in PL/Perl Problem title: can you use libraries in PL/Perl Tags: plperl, postgresql, perl Problem: can you use libraries in PL/Perl I'm just curious if when writing PL/Perl functions if I can have a use My::Lib; statement, or enable pragma's and features (e.g. ' use strict; use feature 'swi...
can you use libraries in PL/Perl can you use libraries in PL/Perl plperl postgresql perl Perl My::Lib can you use libraries in PL/Perl I'm just curious if when writing PL/Perl functions if I can have a use My::Lib; statement, or enable pragma's and features (e.g. ' use strict; use feature 'switch'; ).
[ 0.01055908203125, 0.001800537109375, 0.01300048828125, 0.0128173828125, -0.0107421875, 0.00634765625, 0.0047607421875, 0.00112152099609375, 0.01165771484375, -0.039306640625, 0.0257568359375, 0.01373291015625, 0.02197265625, -0.00439453125, -0.017578125, -0.02001953125, -0.0163574218...
[ 831, 398, 4527, 35773, 10484, 23, 33106, 64, 15277, 141, 6456, 1264, 17562, 99247, 117, 908, 2646, 12, 104820, 193844, 32562, 32354, 63805, 22, 2886, 58827, 192, 66139, 81113, 60213, 131519 ]
[ 0.0955810546875, 0.053558349609375, 0.1644287109375, 0.2275390625, 0.203125, 0.081298828125, 0.197509765625, 0.09375, 0.1595458984375, 0.1624755859375, 0.10467529296875, 0.12548828125, 0.0858154296875, 0.0916748046875, 0.1162109375, 0.141357421875, 0.13330078125, 0.039215087890625,...
embed
14905836_c2
14905836
perl
2
,newtext,m' prac1.html perl -p -i -e 's,hello[\S\s]kitty,newtext,ms' prac1.html perl -p -i -e 's,hello[\S\s]*kitty,newtext,ms' prac1.html perl -p -i -e 's,hello$[\S\s]^kitty,newtext,ms' prac1.html perl -p -i -e 's,hello$[\S\s]*^kitty,newtext,ms' prac1.html (I also tried using \r \r\n \R \f \D etc., and global mode as C...
,newtext,m' prac1.html perl -p -i -e 's,hello[\S\s]kitty,newtext,ms' prac1.html perl -p -i -e 's,hello[\S\s]*kitty,newtext,ms' prac1.html perl -p -i -e 's,hello$[\S\s]^kitty,newtext,ms' prac1.html perl -p -i -e 's,hello$[\S\s]*^kitty,newtext,ms' prac1.html (I also tried using \r \r\n \R \f \D etc., and global mode as C...
[ -0.00811767578125, 0.01556396484375, -0.00124359130859375, 0.0050048828125, 0.005523681640625, 0.00011682510375976562, -0.014404296875, 0.021240234375, 0.025390625, 0.000598907470703125, 0.006988525390625, 0.0107421875, 0.015380859375, -0.0341796875, 0.0185546875, -0.00086212158203125,...
[ 54936, 22829, 39, 25, 17823, 418, 7693, 117, 141, 20, 254, 14, 7, 127, 13817, 294, 301, 15145, 4432, 5, 568, 37842, 17368, 41872, 42, 1052, 420, 397, 7964, 13736, 237, 28864, 26073, 33600, 31 ]
[ 0.1221923828125, 0.2509765625, 0.081298828125, 0.0673828125, 0.242919921875, 0.104248046875, 0.2276611328125, 0.1702880859375, 0.15234375, 0.038055419921875, 0.05877685546875, 0.06573486328125, 0.0826416015625, 0.073486328125, 0.187744140625, 0.0614013671875, 0.1197509765625, 0.207...
embed
37820461_c0
37820461
perl
0
Title: How can I label the values in a boxplot with GD::Graph? Problem title: How can I label the values in a boxplot with GD::Graph? Tags: perl, gd-graph, boxplot Problem: How can I label the values in a boxplot with GD::Graph? How can I label the values in a boxplot with GD::Graph ? show_values doesn't help me. Code ...
How can I label the values in a boxplot with GD::Graph? How can I label the values in a boxplot with GD::Graph? perl gd-graph boxplot How GD::Graph show_values How can I label the values in a boxplot with GD::Graph? How can I label the values in a boxplot with GD::Graph ? show_values doesn't help me.
[ 0.0069580078125, -0.0017852783203125, 0.006072998046875, -0.0177001953125, -0.00958251953125, 0.00225830078125, 0.0108642578125, 0.00167083740234375, 0.00191497802734375, 0.05517578125, -0.000553131103515625, -0.03564453125, -0.0087890625, -0.000056743621826171875, 0.003753662109375, -...
[ 11249, 831, 67967, 142424, 23, 16530, 105710, 678, 96158, 37878, 11727, 87, 70, 117, 141, 71, 41382, 7639, 27494, 4358 ]
[ 0.0197296142578125, 0.03912353515625, 0.2457275390625, 0.1656494140625, 0.03619384765625, 0.129638671875, 0.19091796875, 0.0640869140625, 0.1639404296875, 0.1177978515625, 0.155517578125, 0.02069091796875, 0.00177001953125, 0.02490234375, 0.04931640625, 0.0452880859375, 0.11633300781...
embed
6690522_c0
6690522
perl
0
Title: When is our keyword necessary at all? Problem title: When is our keyword necessary at all? Tags: variables, perl, built-in Problem: When is our keyword necessary at all? perl -e 'use strict;use warnings;$a=2;print $a' It seems no warning is reported when I declare a global variable without our ,so when is this k...
When is our keyword necessary at all? When is our keyword necessary at all? variables perl built-in When When is our keyword necessary at all? It seems no warning is reported when I declare a global variable without our ,so when is this keyword necessary?
[ 0.0108642578125, 0.0003299713134765625, -0.01019287109375, 0.00567626953125, -0.00958251953125, 0.0123291015625, 0.0023651123046875, 0.0201416015625, -0.003021240234375, -0.006134033203125, 0.012939453125, -0.00897216796875, -0.00262451171875, 0.0025177001953125, 0.0140380859375, -0.00...
[ 14847, 83, 2446, 166117, 63559, 99, 756, 77336, 7, 117, 141, 88303, 73, 37202, 110, 1631, 592, 113771, 159978, 7964, 15490, 3229 ]
[ 0.1376953125, 0.10919189453125, 0.184326171875, 0.266357421875, 0.2156982421875, 0.06756591796875, 0.143310546875, 0.22509765625, 0.00024211406707763672, 0.1265869140625, 0.1646728515625, 0.08758544921875, 0.0699462890625, 0.034027099609375, 0.0268402099609375, 0.05230712890625, 0.02...
embed
23858988_c0
23858988
perl
0
Title: Don&#x27;t understand my regex&#x27;s matches Problem title: Don&#x27;t understand my regex&#x27;s matches Tags: perl, regex Problem: Don't understand my regex's matches I'm currently reading xml balises from a file but I tried to reduce this to this simple example. #!/usr/bin/perl use strict; use warnings; Code...
Don&#x27;t understand my regex&#x27;s matches Don&#x27;t understand my regex&#x27;s matches perl regex Don x-20 y-7 x-15 z-14 Don't understand my regex's matches I'm currently reading xml balises from a file but I tried to reduce this to this simple example. As I understand my regex, the first x should match the first ...
[ 0.00958251953125, -0.00396728515625, 0.0108642578125, 0.007598876953125, -0.027099609375, 0.013427734375, -0.0050048828125, 0.0224609375, 0.030029296875, 0.0478515625, 0.00970458984375, 0.007598876953125, 0.020751953125, -0.0223388671875, -0.0031585693359375, -0.00860595703125, 0.051...
[ 7650, 3768, 18, 28219, 759, 6835, 3355, 7, 14858, 90, 117, 141, 1022, 11033, 113, 16709, 13386, 97, 16249, 16454, 131492, 29234, 5908, 11435, 37842, 34390, 8781, 27781, 5117, 5608, 21115, 50960, 17932, 809, 2480, 41206, 140992, 4966, 2046, ...
[ 0.1224365234375, 0.099609375, 0.1002197265625, 0.2171630859375, 0.08160400390625, 0.1898193359375, 0.219482421875, 0.03509521484375, 0.236083984375, 0.1453857421875, 0.13525390625, 0.125732421875, 0.1239013671875, 0.1646728515625, 0.096923828125, 0.1171875, 0.138671875, 0.072753906...
embed
9313277_c0
9313277
perl
0
Title: Regarding BEGIN{ Push ....} in Perl Problem title: Regarding BEGIN{ Push ....} in Perl Tags: perl Problem: Regarding BEGIN{ Push ....} in Perl In some perl programs, I see they begin with BEGIN { push(@INC, '/home/usr1/Modules'); } I would like to know what does this part intend to do? Code signals: Regarding, B...
Regarding BEGIN{ Push ....} in Perl Regarding BEGIN{ Push ....} in Perl perl Regarding BEGIN Push Perl INC usr1 Modules Regarding BEGIN{ Push ....} in Perl In some perl programs, I see they begin with I would like to know what does this part intend to do?
[ 0.00830078125, 0.0107421875, 0.00156402587890625, 0.0301513671875, -0.0034027099609375, 0.0101318359375, 0.00933837890625, -0.0191650390625, 0.00982666015625, -0.033203125, 0.002960205078125, 0.0250244140625, 0.011962890625, -0.0235595703125, -0.00153350830078125, 0.00628662109375, -...
[ 180358, 9622, 108526, 114405, 153, 23, 908, 141, 117, 214, 108416, 1821, 42, 418, 63014, 103391, 1957, 1836, 9842, 678, 1884, 3714, 2367, 14602, 903, 2831, 150661, 47, 54 ]
[ 0.07861328125, 0.1092529296875, 0.2039794921875, 0.2724609375, 0.037353515625, 0.03961181640625, 0.16650390625, 0.1575927734375, 0.136962890625, 0.0084228515625, 0.0714111328125, 0.033599853515625, 0.04052734375, 0.0293121337890625, 0.1378173828125, 0.1591796875, 0.03466796875, 0.0...
embed
47209577_c0
47209577
perl
0
Title: Callback for hash property access in perl Problem title: Callback for hash property access in perl Tags: perl, perl-hash Problem: Callback for hash property access in perl Is there any native way in Perl to know what key of a hash was accessed? Something like magic methods that exist in some languages or like a ...
Callback for hash property access in perl Callback for hash property access in perl perl perl-hash Callback Callback for hash property access in perl Is there any native way in Perl to know what key of a hash was accessed? Something like magic methods that exist in some languages or like a proxy object?
[ 0.0018157958984375, -0.00531005859375, 0.021728515625, -0.00921630859375, 0.0191650390625, -0.01287841796875, -0.004669189453125, 0.0185546875, 0.00106048583984375, -0.0007171630859375, -0.0264892578125, 0.0201416015625, 0.00799560546875, 0.0054931640625, 0.00081634521484375, -0.011901...
[ 26265, 12620, 100, 1556, 127, 57266, 17203, 117, 141, 23, 126234, 2499, 24, 4935, 3917, 908, 47, 3714, 2367, 22799, 111, 509, 297, 49846, 150624, 32316, 3060, 46876, 10, 502, 50878, 36746 ]
[ 0.1661376953125, 0.2421875, 0.028106689453125, 0.1776123046875, 0.1573486328125, 0.19384765625, 0.1759033203125, 0.1416015625, 0.1795654296875, 0.032623291015625, 0.169677734375, 0.01025390625, 0.06231689453125, 0.10064697265625, 0.083251953125, 0.1524658203125, 0.101318359375, 0.1...
embed
1048658_c0
1048658
perl
0
Title: Resize images in directory Problem title: Resize images in directory Tags: resize, python, perl, image-scaling, image Problem: Resize images in directory I have a directory full of images that I would like to resize to around 60% of their original size. How would I go about doing this? Can be in either Python or...
Resize images in directory Resize images in directory resize python perl image-scaling image Resize Resize images in directory I have a directory full of images that I would like to resize to around 60% of their original size. How would I go about doing this? Can be in either Python or Perl Cheers Eef
[ 0.020263671875, -0.0137939453125, 0.0064697265625, 0.036865234375, 0.009033203125, 0.0079345703125, -0.007598876953125, -0.003997802734375, -0.00010538101196289062, 0.02001953125, 0.024658203125, 0.0390625, 0.00982666015625, -0.00201416015625, -0.00142669677734375, 0.01031494140625, ...
[ 853, 62539, 43079, 23, 14364, 53, 456, 17198, 50828, 117, 141, 29569, 9, 16275, 2069, 87, 765, 4393, 111, 2806, 1884, 47, 10932, 30584, 2363, 7311, 13267, 1672, 20594, 903, 145581, 908, 5024, 1314, 241, 4240 ]
[ 0.1639404296875, 0.244873046875, 0.2410888671875, 0.13037109375, 0.1888427734375, 0.1361083984375, 0.1661376953125, 0.0870361328125, 0.137451171875, 0.1466064453125, 0.159912109375, 0.192626953125, 0.00396728515625, 0.1568603515625, 0.1295166015625, 0.0249786376953125, 0.023468017578...
embed
5423952_c0
5423952
perl
0
Title: 0, 0e0, 0.0, -0, +0, 000 all mean the same thing to Perl, why? Problem title: 0, 0e0, 0.0, -0, +0, 000 all mean the same thing to Perl, why? Tags: distinct-values, perl Problem: 0, 0e0, 0.0, -0, +0, 000 all mean the same thing to Perl, why? Just puzzling to me. Related, but different question: What does “0 but t...
0, 0e0, 0.0, -0, +0, 000 all mean the same thing to Perl, why? 0, 0e0, 0.0, -0, +0, 000 all mean the same thing to Perl, why? distinct-values perl Perl 0, 0e0, 0.0, -0, +0, 000 all mean the same thing to Perl, why? Just puzzling to me. Related, but different question: What does “0 but true” mean in Perl?
[ 0.00634765625, -0.00653076171875, 0.0093994140625, -0.0184326171875, 0.00142669677734375, -0.00323486328125, 0.000469207763671875, -0.000942230224609375, 0.0181884765625, 0.04833984375, -0.02001953125, 0.029541015625, 0.036376953125, 0.004150390625, -0.0257568359375, 0.01458740234375, ...
[ 757, 13, 2389, 89678, 23320, 138790, 2445, 756, 29459, 5701, 13580, 908, 141, 15400, 4, 70, 47, 117781, 27494, 117, 6, 2638, 13894, 2069, 5, 1284, 29568, 23 ]
[ 0.1639404296875, 0.120849609375, 0.181884765625, 0.2236328125, 0.133056640625, 0.149658203125, 0.2257080078125, 0.0750732421875, 0.14990234375, 0.1141357421875, 0.060638427734375, 0.1729736328125, 0.18408203125, 0.10284423828125, 0.03729248046875, 0.012054443359375, 0.061859130859375...
embed
63123012_c0
63123012
perl
0
Title: Dynamic PDF Forms CAM::PDF + PDFLib Problem title: Dynamic PDF Forms CAM::PDF + PDFLib Tags: perl, pdflib, cam-pdf Problem: Dynamic PDF Forms CAM::PDF + PDFLib Are there any case to dynamic manage a PDF using PDFLib properties and setting form fields ? my %list = (); $doc->fillFormFields( %list ); Code signals: ...
Dynamic PDF Forms CAM::PDF + PDFLib Dynamic PDF Forms CAM::PDF + PDFLib perl pdflib cam-pdf Dynamic PDF Forms CAM::PDF PDFLib Dynamic PDF Forms CAM::PDF + PDFLib Are there any case to dynamic manage a PDF using PDFLib properties and setting form fields ?
[ 0.029296875, 0.0024566650390625, -0.01434326171875, 0.0208740234375, -0.00933837890625, 0.010009765625, 0.00909423828125, 0.0213623046875, -0.01495361328125, 0.00179290771484375, 0.01446533203125, -0.0184326171875, 0.0108642578125, 0.005340576171875, 0.021484375, -0.01116943359375, 0...
[ 73327, 21068, 6859, 15236, 106468, 28242, 997, 104820, 117, 141, 26198, 5612, 7384, 15483, 2499, 7225, 84079, 111240, 17368, 183871, 53550, 3173, 44457 ]
[ 0.166015625, 0.1571044921875, 0.210205078125, 0.2401123046875, 0.19921875, 0.1785888671875, 0.0924072265625, 0.2626953125, 0.0596923828125, 0.07427978515625, 0.095458984375, 0.2113037109375, 0.115478515625, 0.1484375, 0.0149078369140625, 0.0931396484375, 0.239990234375, 0.158691406...
embed
66406214_c0
66406214
perl
0
Title: How to save systemctl show output (k=v) to perl hash? Problem title: How to save systemctl show output (k=v) to perl hash? Tags: perl Problem: How to save systemctl show output (k=v) to perl hash? The output of systemctl command is in the form: k1=v1 k2=v2 ... How to save it into a Perl hash? Do I need to substi...
How to save systemctl show output (k=v) to perl hash? How to save systemctl show output (k=v) to perl hash? perl How How to save systemctl show output (k=v) to perl hash? The output of systemctl command is in the form: How to save it into a Perl hash? Do I need to substitute = to => first?
[ 0.00022983551025390625, -0.0120849609375, 0.01544189453125, -0.0303955078125, 0.00160980224609375, -0.0108642578125, -0.01416015625, -0.0074462890625, -0.01263427734375, 0.01507568359375, -0.025390625, 0.036865234375, 0.0174560546875, 0.0016937255859375, -0.0322265625, -0.0194091796875...
[ 11249, 30098, 5426, 15390, 141, 7639, 140992, 92, 1369, 334, 47, 117, 1556, 127, 75101, 3173, 442, 3934, 908, 161740, 2203, 44357, 5117 ]
[ 0.03643798828125, 0.1505126953125, 0.1431884765625, 0.148193359375, 0.1678466796875, 0.148193359375, 0.2117919921875, 0.0667724609375, 0.046905517578125, 0.2137451171875, 0.139892578125, 0.10614013671875, 0.161376953125, 0.1387939453125, 0.17333984375, 0.09564208984375, 0.00192260742...
embed
17205265_c0
17205265
perl
0
Title: Get a top-end part of the line Problem title: Get a top-end part of the line Tags: perl, regex Problem: Get a top-end part of the line There is an example line: 'Hour |Day |Year' I need to get part of as year, but I can not for example with the decision: $string = 'Hour |Day |Year'; $string =~ s/^.*?|([^|]+)$/$1...
Get a top-end part of the line Get a top-end part of the line perl regex Get Hour Day Year Get a top-end part of the line There is an example line: 'Hour |Day |Year' I need to get part of as year, but I can not for example with the decision:
[ -0.00262451171875, -0.009521484375, 0.009521484375, 0.01080322265625, -0.032958984375, -0.01116943359375, 0.0021514892578125, 0.0220947265625, 0.0008087158203125, -0.005889892578125, -0.0098876953125, 0.0201416015625, 0.00162506103515625, -0.0020904541015625, 0.002044677734375, -0.0363...
[ 20779, 2663, 3611, 2831, 111, 13315, 10, 117, 141, 6835, 3355, 133250, 10013, 42552, 27781, 11193, 474, 97141, 69085, 147, 3871, 2046, 237, 6602, 831, 959, 51957 ]
[ 0.09332275390625, 0.14013671875, 0.143798828125, 0.1302490234375, 0.122314453125, 0.1505126953125, 0.0199127197265625, 0.1090087890625, 0.1346435546875, 0.1072998046875, 0.16064453125, 0.2005615234375, 0.133544921875, 0.1864013671875, 0.100830078125, 0.09368896484375, 0.1190185546875...
embed
19494324_c0
19494324
perl
0
Title: Problems with perl regex Problem title: Problems with perl regex Tags: perl, regex Problem: Problems with perl regex I need a perl regex to match A.CC3 on a line begining with something followed by anything then, my 'A.CC3 " and then anything... I am surprised this (text =~ /^\W+\CC.*\A\.CC\[3].*/) is not workin...
Problems with perl regex Problems with perl regex perl regex Problems A.CC3 Problems with perl regex I need a perl regex to match A.CC3 on a line begining with something followed by anything then, my 'A.CC3 " and then anything... I am surprised this (text =~ /^\W+\CC.*\A\.CC\[3].*/) is not working Thanks
[ 0.0000743865966796875, 0.00726318359375, 0.0107421875, 0.01806640625, -0.0079345703125, -0.0205078125, 0.00081634521484375, -0.005615234375, 0.0252685546875, -0.004058837890625, -0.0147705078125, 0.0390625, 0.0079345703125, 0.00003790855407714844, 0.0103759765625, -0.0157470703125, 0...
[ 15649, 117, 141, 6835, 3355, 678, 62, 13709, 363, 3871, 47, 14858, 98, 13315, 9842, 9844, 134629, 23937, 759, 284, 5, 144285, 903, 22829, 2203, 2306, 248, 1456, 1328, 1639, 54968, 959, 20697 ]
[ 0.127197265625, 0.1478271484375, 0.1712646484375, 0.1544189453125, 0.21728515625, 0.0567626953125, 0.10357666015625, 0.12451171875, 0.18994140625, 0.1002197265625, 0.0242462158203125, 0.189697265625, 0.027069091796875, 0.1348876953125, 0.0638427734375, 0.055084228515625, 0.08984375, ...
embed
27043293_c0
27043293
perl
0
Title: PERL what is next element to $_ in for loop Problem title: PERL what is next element to $_ in for loop Tags: perl Problem: PERL what is next element to $_ in for loop I want to compare 2 consecutive elements of loop @arr=qw(1 2 3 3 4); foreach(@arr) { if($_ == $_+1) { print "yes"; } } What should i use instead o...
PERL what is next element to $_ in for loop PERL what is next element to $_ in for loop perl PERL PERL what is next element to $_ in for loop I want to compare 2 consecutive elements of loop What should i use instead of $_+1 in this case
[ 0.01324462890625, 0.0157470703125, -0.01123046875, 0.02734375, 0.005615234375, 0.015625, -0.0021514892578125, 0.0206298828125, 0.004547119140625, 0.0054931640625, 0.005035400390625, 0.0250244140625, 0.006134033203125, -0.0118408203125, -0.005950927734375, -0.0096435546875, -0.0011825...
[ 8168, 866, 83, 11737, 12830, 47, 3650, 454, 23, 100, 40956, 117, 141, 3444, 69101, 116, 148390, 80854, 4527, 64457, 21748 ]
[ 0.1396484375, 0.157470703125, 0.02423095703125, 0.1641845703125, 0.1761474609375, 0.1376953125, 0.0770263671875, 0.10235595703125, 0.05548095703125, 0.10595703125, 0.1893310546875, 0.104248046875, 0.10943603515625, 0.036712646484375, 0.188232421875, 0.036590576171875, 0.1258544921875...
embed
27769322_c0
27769322
perl
0
Title: Can`t connect to host via socks proxy in perl Problem title: Can`t connect to host via socks proxy in perl Tags: perl, lwp, socks, sockets Problem: Can`t connect to host via socks proxy in perl #!/usr/bin/perl use strict; use LWP::UserAgent; Code signals: Can, LWP::UserAgent, Mozilla, Windows, rv:1.8.0.5, Gecko,...
Can`t connect to host via socks proxy in perl Can`t connect to host via socks proxy in perl perl lwp socks sockets Can LWP::UserAgent Mozilla Windows rv:1.8.0.5 Gecko Firefox example.com decoded_content Can`t connect to host via socks proxy in perl I try to connect to website via socks-proxy, but I get error: 500 Can't...
[ 0.007293701171875, 0.0296630859375, 0.0027923583984375, -0.007659912109375, 0.00634765625, 0.0033111572265625, -0.00165557861328125, 0.010498046875, -0.0064697265625, -0.0181884765625, 0.0166015625, -0.010986328125, 0.004302978515625, -0.0224609375, -0.0177001953125, 0.0040283203125, ...
[ 4171, 18, 37067, 47, 27980, 1829, 221, 22824, 502, 50878, 117, 141, 23, 96, 73547, 27853, 339, 139873, 1062, 2189, 46825, 109875, 3773, 33760, 119044, 93645, 97682, 43568, 27781, 277, 8, 40899, 69246, 4165, 64101, 53, 18499, 2101, 4836, 4...
[ 0.0755615234375, 0.06243896484375, 0.187744140625, 0.07196044921875, 0.1466064453125, 0.072021484375, 0.1529541015625, 0.1868896484375, 0.12353515625, 0.247802734375, 0.14013671875, 0.161376953125, 0.021026611328125, 0.01373291015625, 0.1265869140625, 0.14794921875, 0.03082275390625,...
embed
27847319_c0
27847319
perl
0
Title: Run a Perl script in debugging mode Problem title: Run a Perl script in debugging mode Tags: linux, perl Problem: Run a Perl script in debugging mode How can I run a Perl script in debugging mode (like "bash -x" for shell scripts)? I tried the -w parameter like the following example: #!/usr/bin/perl -w But it di...
Run a Perl script in debugging mode Run a Perl script in debugging mode linux perl Run Perl Run a Perl script in debugging mode How can I run a Perl script in debugging mode (like "bash -x" for shell scripts)? I tried the -w parameter like the following example: But it didn't work out.
[ 0.004364013671875, 0.013916015625, -0.0027618408203125, 0.0120849609375, 0.005950927734375, 0.01336669921875, -0.004150390625, -0.004364013671875, 0.00106048583984375, -0.0299072265625, 0.02294921875, 0.03125, 0.0235595703125, 0.0130615234375, -0.0152587890625, 0.00177764892578125, 0...
[ 28398, 10, 908, 141, 26499, 23, 8, 978, 36659, 13736, 11508, 6077, 117, 11249, 831, 11675, 87109, 20, 425, 128019, 37842, 434, 171859, 25632, 27781, 18, 4488, 1810 ]
[ 0.1395263671875, 0.045318603515625, 0.183837890625, 0.184814453125, 0.186767578125, 0.0810546875, 0.1336669921875, 0.1981201171875, 0.143310546875, 0.1436767578125, 0.042449951171875, 0.06591796875, 0.1351318359375, 0.0113525390625, 0.037933349609375, 0.1441650390625, 0.12744140625, ...
embed
350919_c1
350919
perl
1
Bundle::CPAN install proceeded to fail on other dependencies, but at least I have a YAML 0.68 now. Code signals: How, CPAN.pm, MCPAN, Bundle::CPAN, CPAN, Storable, v2.13, Going, Metadata, Database, Mon, Dec, GMT, LWP::UserAgent, v2.033, Time::HiRes, v1.55, YAML, v0.39, Warning, Your, E.g, Could, ANDK, Bundle-CPAN-1.85...
Bundle::CPAN install proceeded to fail on other dependencies, but at least I have a YAML 0.68 now. Code signals: How, CPAN.pm, MCPAN, Bundle::CPAN, CPAN, Storable, v2.13, Going, Metadata, Database, Mon, Dec, GMT, LWP::UserAgent, v2.033, Time::HiRes, v1.55, YAML, v0.39, Warning, Your, E.g, Could, ANDK, Bundle-CPAN-1.85...
[ -0.01080322265625, -0.0037689208984375, 0.0286865234375, -0.0004138946533203125, 0.009033203125, -0.00750732421875, 0.0098876953125, -0.0233154296875, -0.01373291015625, 0.025390625, -0.00518798828125, -0.012451171875, -0.004150390625, -0.0023956298828125, -0.00445556640625, 0.02026367...
[ 125378, 133, 441, 64731, 20600, 172337, 35782, 3789, 42548, 117538, 19713, 765, 3320, 39456, 757, 5, 16028, 5036, 28864, 26073, 11249, 313, 26822, 38485, 23604, 2886, 81, 5442, 2681, 2016, 214, 36939, 10135, 187781, 7465, 25755, 99961, 139873...
[ 0.1531982421875, 0.146484375, 0.046630859375, 0.27685546875, 0.15966796875, 0.07080078125, 0.2008056640625, 0.037353515625, 0.216796875, 0.0948486328125, 0.03656005859375, 0.011016845703125, 0.1661376953125, 0.2244873046875, 0.05548095703125, 0.004425048828125, 0.19873046875, 0.034...
embed
8755566_c0
8755566
perl
0
Title: How to get all links in a webpage using perl? Problem title: How to get all links in a webpage using perl? Tags: perl, web-scraping, html-parsing Problem: How to get all links in a webpage using perl? I want to get all links (<a href='http://.*') from a web page using perl, which module should I use? Or just use...
How to get all links in a webpage using perl? How to get all links in a webpage using perl? perl web-scraping html-parsing perl How How to get all links in a webpage using perl? I want to get all links (<a href='http://.*') from a web page using perl, which module should I use? Or just use regex myself?
[ 0.004486083984375, -0.0081787109375, -0.00469970703125, 0.0203857421875, 0.006988525390625, 0.01019287109375, 0.00634765625, 0.01708984375, -0.006591796875, -0.07177734375, 0.00078582763671875, -0.00579833984375, 0.000759124755859375, -0.01104736328125, -0.0135498046875, 0.000155448913...
[ 11249, 47, 2046, 756, 22317, 23, 1467, 22469, 17368, 117, 141, 15182, 10366, 7693, 2500, 6953, 3444, 77867, 5475, 696, 1639, 1295, 9191, 88996, 4527, 6835, 3355, 35978 ]
[ 0.050506591796875, 0.08209228515625, 0.1348876953125, 0.1612548828125, 0.2218017578125, 0.086181640625, 0.06134033203125, 0.132568359375, 0.0716552734375, 0.166015625, 0.1912841796875, 0.109130859375, 0.1373291015625, 0.0733642578125, 0.04937744140625, 0.047088623046875, 0.0308837890...
embed
73466701_c0
73466701
perl
0
Title: Pad string with characters Problem title: Pad string with characters Tags: perl, printf, pad Problem: Pad string with characters I have $data_dec = 7; $data_bin = sprintf("%08b",data_dec); and $data_bin is 00000111 How do I pad with "X" instead of zeros while maintaining 8-bits? Expected data: XXXXX111 Code sign...
Pad string with characters Pad string with characters perl printf pad Pad data_dec data_bin XXXXX111 Pad string with characters I have and $data_bin is How do I pad with "X" instead of zeros while maintaining 8-bits? Expected data:
[ 0.01806640625, 0.004364013671875, 0.0286865234375, 0.019775390625, -0.01519775390625, 0.0361328125, 0.004547119140625, -0.006561279296875, 0.0177001953125, 0.037841796875, -0.0036468505859375, -0.031982421875, -0.00653076171875, 0.016845703125, -0.01068115234375, -0.0201416015625, 0....
[ 22017, 79315, 678, 124850, 117, 141, 28412, 420, 7922, 2053, 50718, 7568, 1193, 205378, 97024, 765, 3650, 10135, 83, 11249, 54, 87, 1542, 58, 64457, 45234, 12960, 76104, 15045, 3137, 60075, 13, 89829 ]
[ 0.2178955078125, 0.2347412109375, 0.1337890625, 0.1734619140625, 0.1361083984375, 0.125, 0.1182861328125, 0.08154296875, 0.227783203125, 0.10064697265625, 0.15771484375, 0.2020263671875, 0.0247955322265625, 0.1402587890625, 0.16552734375, 0.06719970703125, 0.0972900390625, 0.129150...
embed
15638179_c0
15638179
perl
0
Title: write in file and STDOUT from perl script Problem title: write in file and STDOUT from perl script Tags: stdout, perl Problem: write in file and STDOUT from perl script Hi I need to have perl script's output in both file and STDOUT but I cannot redirect output from shel like ./a.pl > out.log . Is it possible? Co...
write in file and STDOUT from perl script write in file and STDOUT from perl script stdout perl perl STDOUT a.pl out.log write in file and STDOUT from perl script Hi I need to have perl script's output in both file and STDOUT but I cannot redirect output from shel like ./a.pl > out.log . Is it possible?
[ 0.0306396484375, 0.016357421875, -0.00640869140625, 0.00823974609375, -0.01226806640625, -0.0201416015625, 0.00537109375, -0.0133056640625, -0.00518798828125, 0.01202392578125, 0.0107421875, 0.029541015625, 0.00750732421875, 0.0174560546875, -0.005645751953125, -0.022705078125, 0.009...
[ 33022, 23, 11435, 136, 16992, 397, 52001, 1295, 117, 141, 26499, 6138, 246, 1003, 10, 2424, 1810, 4867, 3871, 765, 140992, 15044, 53418, 456, 80581, 2412, 11, 7722 ]
[ 0.1456298828125, 0.153076171875, 0.1629638671875, 0.087890625, 0.135498046875, 0.09478759765625, 0.221435546875, 0.09716796875, 0.1552734375, 0.163330078125, 0.1983642578125, 0.156005859375, 0.046142578125, 0.1524658203125, 0.079833984375, 0.13525390625, 0.1942138671875, 0.16955566...
embed
52524315_c1
52524315
perl
1
: sh: -c: line 0: syntax error near unexpected token `'TTCCACTGCGGAGCACCAGT_91.fsa',' sh: -c: line 0: `NPBSS_CLR('TTCCACTGCGGAGCACCAGT_91.fsa', '-n 1') ' Code signals: the, Automatically, NPBSS_CLR, file.fsa, Applications, MATLAB_R2018a.app, Automate_NPBSS.pl, File::Basename, Users, Desktop, NPBSS_MATLAB-master, short_...
: sh: -c: line 0: syntax error near unexpected token `'TTCCACTGCGGAGCACCAGT_91.fsa',' sh: -c: line 0: `NPBSS_CLR('TTCCACTGCGGAGCACCAGT_91.fsa', '-n 1') ' Code signals: the, Automatically, NPBSS_CLR, file.fsa, Applications, MATLAB_R2018a.app, Automate_NPBSS.pl, File::Basename, Users, Desktop, NPBSS_MATLAB-master, short_...
[ 0.0225830078125, 0.0279541015625, -0.013427734375, 0.03125, 0.02734375, -0.0040283203125, 0.02880859375, -0.0133056640625, -0.004058837890625, 0.0198974609375, -0.008544921875, 0.034912109375, -0.01953125, 0.004608154296875, -0.0130615234375, -0.0098876953125, 0.01129150390625, -0....
[ 152, 7547, 12, 20, 238, 13315, 757, 6002, 86531, 18499, 43573, 241957, 47, 1098, 13739, 13709, 84161, 69657, 46754, 23613, 13133, 37315, 12183, 5, 420, 433, 28814, 20429, 294, 37486, 1052, 9, 19, 106, 28864, 26073, 70, 51719, 71407, 541, ...
[ 0.026397705078125, 0.1473388671875, 0.04345703125, 0.085693359375, 0.10498046875, 0.1375732421875, 0.1724853515625, 0.1683349609375, 0.249267578125, 0.213134765625, 0.213134765625, 0.229736328125, 0.1300048828125, 0.193115234375, 0.0782470703125, 0.091796875, 0.1004638671875, 0.014...
embed
3242587_c0
3242587
perl
0
Title: Filehandle for Output from System Command in Perl Problem title: Filehandle for Output from System Command in Perl Tags: pipe, filehandle, ipc, perl, stdio Problem: Filehandle for Output from System Command in Perl Is there a filehandle/handle for the output of a system command I execute in Perl? Code signals: S...
Filehandle for Output from System Command in Perl Filehandle for Output from System Command in Perl pipe filehandle ipc perl stdio System Filehandle Output Command Perl Filehandle for Output from System Command in Perl Is there a filehandle/handle for the output of a system command I execute in Perl?
[ 0.0283203125, 0.0174560546875, -0.00634765625, 0.00433349609375, -0.01434326171875, 0.00034332275390625, -0.0159912109375, -0.026123046875, -0.026611328125, 0.0027618408203125, 0.0010986328125, 0.0341796875, 0.0146484375, 0.0033721923828125, -0.025390625, -0.017578125, -0.01434326171...
[ 42724, 79628, 100, 13538, 7077, 1295, 12353, 123573, 908, 141, 23, 137158, 11435, 57095, 117, 6138, 5670, 2685, 10, 64, 70, 140992, 111, 5426, 75101, 87, 71924, 13 ]
[ 0.2076416015625, 0.291015625, 0.0867919921875, 0.160888671875, 0.1419677734375, 0.1016845703125, 0.1304931640625, 0.2042236328125, 0.17041015625, 0.1905517578125, 0.0504150390625, 0.1649169921875, 0.203369140625, 0.0867919921875, 0.1396484375, 0.078369140625, 0.16943359375, 0.05731...
embed
3875648_c1
3875648
perl
1
/DATA/SWIPES.TXT'); print LOG $text."\t".$text1."\t".$text2."\t".$timestamp."\n"; close(LOG); Code signals: Time::Local, MATCH, swipe_match.txt, STDIN, text1, text2, hour:$min:$sec, SWIPE, good.wav, bad.wav, LOG, DATA, SWIPES.TXT, PID, TTY, STAT, TIME, COMMAND, kacpi_notify, kswapd0, ksuspend_usbd, ata_aux, eth0, rpc.i...
/DATA/SWIPES.TXT'); print LOG $text."\t".$text1."\t".$text2."\t".$timestamp."\n"; close(LOG); Code signals: Time::Local, MATCH, swipe_match.txt, STDIN, text1, text2, hour:$min:$sec, SWIPE, good.wav, bad.wav, LOG, DATA, SWIPES.TXT, PID, TTY, STAT, TIME, COMMAND, kacpi_notify, kswapd0, ksuspend_usbd, ata_aux, eth0, rpc.i...
[ 0.0245361328125, 0.01556396484375, -0.01434326171875, 0.0177001953125, 0.0029144287109375, -0.00579833984375, -0.01708984375, 0.00750732421875, 0.0030975341796875, 0.000240325927734375, 0.01446533203125, 0.000040531158447265625, -0.0146484375, -0.0162353515625, 0.00714111328125, -0.013...
[ 248, 397, 17758, 89023, 10931, 6706, 5, 54047, 618, 3142, 28412, 6, 47510, 3650, 22829, 18, 740, 5442, 6032, 590, 2676, 20903, 28864, 26073, 7, 12, 19055, 203758, 52136, 16999, 91, 2452, 1081, 98753, 124326, 16992, 60614, 7986, 418, 4, ...
[ 0.0156707763671875, 0.0821533203125, 0.1754150390625, 0.191162109375, 0.2215576171875, 0.2421875, 0.028350830078125, 0.203125, 0.1593017578125, 0.0238800048828125, 0.186279296875, 0.029449462890625, 0.2396240234375, 0.020263671875, 0.2274169921875, 0.0206146240234375, 0.0206451416015...
embed
58889066_c0
58889066
perl
0
Title: PERL - Remove certain data form array after a symbol Problem title: PERL - Remove certain data form array after a symbol Tags: perl, arrays Problem: PERL - Remove certain data form array after a symbol my code looks like this foreach ($id->{deleteids}) { my @separated = split('_', $_); push @rids, $separated[0];...
PERL - Remove certain data form array after a symbol PERL - Remove certain data form array after a symbol perl arrays PERL Remove VAR1 ARRAY PERL - Remove certain data form array after a symbol my code looks like this on using Data::Dumper on $id->{deleteids} i get this My expected output of @rids that i want but on us...
[ 0.0023345947265625, 0.007476806640625, -0.00555419921875, 0.017333984375, -0.0140380859375, 0.00787353515625, 0.01031494140625, 0.0238037109375, 0.0032501220703125, 0.01544189453125, 0.022705078125, 0.007537841796875, 0.005828857421875, -0.00738525390625, -0.0020599365234375, -0.006042...
[ 8168, 866, 181139, 24233, 2053, 3173, 10298, 53, 7103, 26582, 117, 141, 4778, 61745, 418, 13685, 150144, 18151, 33342, 1884, 903, 11809, 17726, 41577, 3650, 532, 8520, 67, 30185, 84751, 140992, 1374, 19040, 3444, 1284, 98, 7, 11343 ]
[ 0.193603515625, 0.1864013671875, 0.1669921875, 0.0616455078125, 0.126708984375, 0.1859130859375, 0.123291015625, 0.092529296875, 0.1298828125, 0.233154296875, 0.15576171875, 0.1201171875, 0.0323486328125, 0.23486328125, 0.10546875, 0.087890625, 0.151123046875, 0.0916748046875, 0....
embed
2731542_c0
2731542
perl
0
Title: What is the difference between `$this`, `@that`, and `%those` in Perl? Problem title: What is the difference between `$this`, `@that`, and `%those` in Perl? Tags: types, perl, sigils Problem: What is the difference between `$this`, `@that`, and `%those` in Perl? What is the difference between $this , @that , and...
What is the difference between `$this`, `@that`, and `%those` in Perl? What is the difference between `$this`, `@that`, and `%those` in Perl? types perl sigils What Perl What is the difference between `$this`, `@that`, and `%those` in Perl? What is the difference between $this , @that , and %those in Perl?
[ 0.0208740234375, 0.01409912109375, -0.0013275146484375, 0.0087890625, -0.006378173828125, 0.0146484375, -0.000293731689453125, 0.033203125, 0.0086669921875, 0.009765625, -0.0029449462890625, 0.01513671875, 0.0250244140625, 0.00927734375, -0.01153564453125, 0.0150146484375, -0.0029602...
[ 60212, 17721, 4369, 100231, 981, 86673, 136, 3949, 24948, 184, 908, 141, 52895, 117, 1144, 7870, 4865, 70, 9473, 4, 23, 3650, 1374, 1745 ]
[ 0.207275390625, 0.1259765625, 0.1024169921875, 0.2049560546875, 0.153564453125, 0.2138671875, 0.05841064453125, 0.16650390625, 0.1719970703125, 0.2071533203125, 0.1810302734375, 0.19287109375, 0.1671142578125, 0.1409912109375, 0.11572265625, 0.1259765625, 0.027587890625, 0.04739379...
embed
32068642_c0
32068642
perl
0
Title: Perl script not working through EPIC plug in in Eclipse Problem title: Perl script not working through EPIC plug in in Eclipse Tags: selenium, webdriver, perl, epic Problem: Perl script not working through EPIC plug in in Eclipse Code signals: Perl, EPIC, Eclipse, Selenium::Remote::Driver, Hello, World, browser_...
Perl script not working through EPIC plug in in Eclipse Perl script not working through EPIC plug in in Eclipse selenium webdriver perl epic Perl EPIC Eclipse Selenium::Remote::Driver Hello World browser_name www.google.com get_title Selenium Perl script not working through EPIC plug in in Eclipse I have the below Perl...
[ 0.02197265625, 0.01446533203125, -0.001983642578125, 0.0036468505859375, 0.0002880096435546875, -0.00958251953125, 0.0047607421875, -0.0201416015625, 0.01214599609375, 0.00640869140625, -0.00225830078125, 0.0257568359375, -0.0078125, 0.0086669921875, 0.01611328125, -0.019287109375, 0...
[ 908, 141, 26499, 959, 20697, 8305, 241, 126091, 76329, 23, 234962, 34894, 53208, 1467, 33926, 117, 28, 18695, 33695, 432, 142994, 35378, 6661, 31842, 11627, 59875, 277, 2046, 5440, 35064, 106371, 184, 13538, 44084, 18499, 26008, 581, 83, 72...
[ 0.1793212890625, 0.1695556640625, 0.2059326171875, 0.13134765625, 0.1416015625, 0.10516357421875, 0.0677490234375, 0.21533203125, 0.141357421875, 0.119873046875, 0.241943359375, 0.079833984375, 0.179931640625, 0.0115966796875, 0.1278076171875, 0.10107421875, 0.02886962890625, 0.144...
embed
1199378_c0
1199378
perl
0
Title: Is there a good tool to debug Perl-based web applications? Problem title: Is there a good tool to debug Perl-based web applications? Tags: debugging, perl Problem: Is there a good tool to debug Perl-based web applications? Is there a good tool to debug Perl-based web applications? Output to stderr or stdout don'...
Is there a good tool to debug Perl-based web applications? Is there a good tool to debug Perl-based web applications? debugging perl Perl-based Is there a good tool to debug Perl-based web applications? Is there a good tool to debug Perl-based web applications? Output to stderr or stdout don't count as tool.
[ 0.0169677734375, 0.0211181640625, -0.00093841552734375, -0.016845703125, 0.00099945068359375, 0.01904296875, -0.0216064453125, 0.002105712890625, 0.01165771484375, -0.032470703125, 0.0205078125, 0.022216796875, 0.03662109375, 0.01556396484375, -0.0033111572265625, 0.01611328125, 0.00...
[ 4127, 55516, 8, 85779, 908, 141, 77007, 1467, 86685, 2685, 10, 47, 978, 36659, 117, 13538, 7077, 6138, 820, 42, 246, 1003, 18, 54529 ]
[ 0.108642578125, 0.1934814453125, 0.153564453125, 0.255859375, 0.1695556640625, 0.1907958984375, 0.1317138671875, 0.0615234375, 0.1094970703125, 0.016845703125, 0.029876708984375, 0.06231689453125, 0.1944580078125, 0.083251953125, 0.146728515625, 0.0792236328125, 0.0772705078125, 0....
embed
3412111_c2
3412111
perl
2
User-Agent, Mozilla, Windows, rv:1.9.1.11, Gecko, Firefox, Accept, Accept-Language, Accept-Encoding, Accept-Charset, GB2312, utf-8, Keep-Alive, Connection, d9-100803, bc.mp4, A8F1F5DFEB1B11F1D90B40AD1BB75D69, blockmd5, E210862B3F92935D0883E00AA2A38F08, D793599727C6DA4ACDB1CBF2235004AC, D5E9C9245C9A1BB63BC5EDA862A32604...
User-Agent, Mozilla, Windows, rv:1.9.1.11, Gecko, Firefox, Accept, Accept-Language, Accept-Encoding, Accept-Charset, GB2312, utf-8, Keep-Alive, Connection, d9-100803, bc.mp4, A8F1F5DFEB1B11F1D90B40AD1BB75D69, blockmd5, E210862B3F92935D0883E00AA2A38F08, D793599727C6DA4ACDB1CBF2235004AC, D5E9C9245C9A1BB63BC5EDA862A32604...
[ -0.0029296875, 0.009765625, 0.009765625, -0.01214599609375, 0.00151824951171875, -0.00469970703125, 0.0257568359375, -0.010498046875, 0.00567626953125, -0.00762939453125, -0.00982666015625, -0.0081787109375, 0.007293701171875, -0.01007080078125, -0.0169677734375, 0.004669189453125, -...
[ 53400, 9, 284, 46825, 109875, 4, 3773, 33760, 12, 158304, 83783, 418, 527, 97682, 43568, 111383, 2729, 10393, 4588, 7768, 587, 6238, 84068, 3509, 20331, 3742, 1530, 486, 420, 17376, 83041, 24056, 62448, 1830, 104, 179219, 155720, 9513, 6503...
[ 0.218017578125, 0.0732421875, 0.1561279296875, 0.2548828125, 0.267822265625, 0.0265655517578125, 0.1827392578125, 0.1920166015625, 0.001251220703125, 0.2203369140625, 0.1749267578125, 0.1395263671875, 0.0888671875, 0.247314453125, 0.26171875, 0.179931640625, 0.07568359375, 0.179443...
embed
6000082_c0
6000082
perl
0
Title: Quote - capture - question Problem title: Quote - capture - question Tags: perl, regex, quote Problem: Quote - capture - question Could someone explain, why I can use $1 two times and get different results? perl -wle '"ok" =~ /(.*)/; sub { "huh?" =~ /(.*)/; print for @_ }->( "$1", $1 )' (Found in: How to exclude...
Quote - capture - question Quote - capture - question perl regex quote Quote Quote - capture - question Could someone explain, why I can use $1 two times and get different results? (Found in: How to exclude submatches in Perl? )
[ 0.0179443359375, 0.02001953125, 0.004119873046875, 0.0390625, -0.01708984375, -0.0103759765625, 0.017578125, 0.0157470703125, 0.00604248046875, 0.00604248046875, -0.029052734375, 0.00946044921875, 0.0081787109375, -0.0078125, -0.00115203857421875, 0.0108642578125, 0.01141357421875, ...
[ 109216, 20, 141621, 9655, 117, 141, 6835, 3355, 66747, 73342, 15400, 87, 831, 4527, 38629, 6626, 20028, 136, 2046, 12921, 50339, 39041, 112, 1614, 98753, 90, 908 ]
[ 0.220458984375, 0.0467529296875, 0.21435546875, 0.2080078125, 0.1112060546875, 0.144775390625, 0.10687255859375, 0.1314697265625, 0.1866455078125, 0.11175537109375, 0.10394287109375, 0.007335662841796875, 0.09002685546875, 0.130859375, 0.1981201171875, 0.1640625, 0.1824951171875, 0...
embed
6611382_c2
6611382
perl
2
HiRes, v1.9721, Fetching, LWP, cpan.strawberryperl.com, txt.gz, Can, cpan.strawberryperl.com:80, Bad, Warning, txt.gz.tmp5264, Giving, mirror.teklinks.com, LWP::Protocol::MyFTP, Net::FTP, Could, txt.gz.gz, WINDOWS, system32, ftp.EXE, Doing, Issuing, Trying, Going, win32-vanilla, perl.org, Unknown, Not, Local, Invalid, ...
HiRes, v1.9721, Fetching, LWP, cpan.strawberryperl.com, txt.gz, Can, cpan.strawberryperl.com:80, Bad, Warning, txt.gz.tmp5264, Giving, mirror.teklinks.com, LWP::Protocol::MyFTP, Net::FTP, Could, txt.gz.gz, WINDOWS, system32, ftp.EXE, Doing, Issuing, Trying, Going, win32-vanilla, perl.org, Unknown, Not, Local, Invalid, ...
[ 0.006591796875, 0.00072479248046875, 0.0234375, -0.00848388671875, 0.0299072265625, -0.0147705078125, 0.002655029296875, -0.01025390625, 0.006683349609375, 0.0289306640625, 0.00634765625, 0.0025482177734375, 0.0152587890625, 0.003570556640625, 0.005279541015625, -0.00147247314453125, ...
[ 2673, 4332, 7, 4, 81, 158304, 966, 3117, 92962, 59207, 339, 139873, 3180, 2816, 434, 53623, 1264, 141, 277, 124326, 177, 169, 4171, 5, 4836, 12745, 5550, 592, 6, 2676, 71041, 5174, 6496, 191551, 2142, 10187, 188, 31852, 25217, 683, 1008...
[ 0.2003173828125, 0.235595703125, 0.1829833984375, 0.0187225341796875, 0.07763671875, 0.1732177734375, 0.0894775390625, 0.1583251953125, 0.1746826171875, 0.14990234375, 0.06298828125, 0.189697265625, 0.222412109375, 0.0711669921875, 0.05010986328125, 0.1710205078125, 0.143798828125, ...
embed
17666969_c0
17666969
perl
0
Title: Perl: using () when calling a method that doesnt need argument Problem title: Perl: using () when calling a method that doesnt need argument Tags: perl Problem: Perl: using () when calling a method that doesnt need argument Generally speaking, what's the difference between? my $call = Module->new(); and my $call...
Perl: using () when calling a method that doesnt need argument Perl: using () when calling a method that doesnt need argument perl Perl Module Perl: using () when calling a method that doesnt need argument Generally speaking, what's the difference between? and
[ 0.01025390625, -0.0017852783203125, 0.001922607421875, 0.013916015625, 0.003875732421875, 0.01373291015625, 0.01446533203125, -0.006805419921875, -0.0042724609375, -0.00067138671875, -0.000301361083984375, -0.0302734375, -0.001617431640625, 0.0025482177734375, -0.0228271484375, -0.0388...
[ 908, 141, 12, 17368, 15, 3229, 159029, 55300, 450, 22027, 18, 3871, 10750, 117, 63014, 13, 16, 9082, 142146, 2367, 70, 60212, 17721, 136 ]
[ 0.2142333984375, 0.2340087890625, 0.0675048828125, 0.1885986328125, 0.1334228515625, 0.0782470703125, 0.144287109375, 0.164794921875, 0.08642578125, 0.105712890625, 0.128662109375, 0.1595458984375, 0.24658203125, 0.17626953125, 0.1451416015625, 0.0780029296875, 0.001861572265625, 0...
embed
18481838_c0
18481838
perl
0
Title: How to split the result of ND neigbour result using perl? Problem title: How to split the result of ND neigbour result using perl? Tags: perl Problem: How to split the result of ND neigbour result using perl? Code signals: perl, How, IPv6, Address, Age, Link-layer, Addr, State, Circuit, fe80::201:4ff:fe00:0, fe8...
How to split the result of ND neigbour result using perl? How to split the result of ND neigbour result using perl? perl perl How IPv6 Address Age Link-layer Addr State Circuit fe80::201:4ff:fe00:0 fe80::230:88ff:fe13:28b9 fe80::201:5ff:fe01:0 How to split the result of ND neigbour result using perl? I have an output l...
[ 0.01397705078125, 0.0014190673828125, -0.0162353515625, -0.006500244140625, -0.0040283203125, 0.00110626220703125, 0.0194091796875, -0.0020294189453125, 0.01165771484375, 0.005035400390625, -0.00579833984375, -0.007659912109375, -0.0030364990234375, -0.010986328125, -0.0140380859375, -...
[ 11249, 47, 65450, 16750, 64633, 108, 872, 38648, 17368, 117, 141, 8021, 334, 910, 49990, 72944, 12779, 5259, 29117, 42, 22836, 167190, 3820, 4836, 123885, 4902, 2242, 7049, 53861, 80347, 12772, 28270, 6746, 140992, 1884, 1295, 3688, 3444, 3...
[ 0.0643310546875, 0.040435791015625, 0.2481689453125, 0.17431640625, 0.176513671875, 0.058990478515625, 0.106689453125, 0.1966552734375, 0.08428955078125, 0.1375732421875, 0.17333984375, 0.0382080078125, 0.052734375, 0.120361328125, 0.0809326171875, 0.1556396484375, 0.123046875, 0.0...
embed
5723956_c0
5723956
perl
0
Title: YAML Error: Inconsistent indentation level Problem title: YAML Error: Inconsistent indentation level Tags: perl, yaml Problem: YAML Error: Inconsistent indentation level Code signals: YAML, Error, Inconsistent, YAML_PARSE_ERR_INCONSISTENT_INDENTATION, Line, Document, perl5, site_perl, YAML.pm, YAML::LoadFile, fi...
YAML Error: Inconsistent indentation level YAML Error: Inconsistent indentation level perl yaml YAML Error Inconsistent YAML_PARSE_ERR_INCONSISTENT_INDENTATION Line Document perl5 site_perl YAML.pm YAML::LoadFile files.yaml file1 file2 file3 file4 file5 YAML Error: Inconsistent indentation level I'm using the Perl YAML...
[ 0.0208740234375, -0.0167236328125, -0.0050048828125, 0.0169677734375, 0.012939453125, 0.0089111328125, -0.0234375, -0.0169677734375, -0.0042724609375, 0.015869140625, 0.00142669677734375, 0.0033416748046875, 0.0081787109375, -0.004364013671875, 0.0177001953125, 0.0252685546875, -0.00...
[ 3320, 39456, 212059, 360, 25553, 6892, 18597, 22062, 17366, 117, 141, 151, 7237, 60436, 9127, 12501, 1052, 8852, 77980, 294, 35602, 69283, 20157, 16777, 43101, 758, 1764, 1264, 26822, 15363, 712, 174350, 102158, 14520, 11435, 617, 908, 88996,...
[ 0.2017822265625, 0.2288818359375, 0.1600341796875, 0.1455078125, 0.1937255859375, 0.21630859375, 0.2208251953125, 0.1116943359375, 0.2095947265625, 0.124755859375, 0.1634521484375, 0.109619140625, 0.175537109375, 0.08074951171875, 0.0567626953125, 0.1204833984375, 0.0170440673828125,...
embed
42379589_c0
42379589
perl
0
Title: I want to split path to working directory in perl script Problem title: I want to split path to working directory in perl script Tags: perl Problem: I want to split path to working directory in perl script #!/applications/dte/perl5/bin/perl -w use File::Basename; use strict; Code signals: perl5, File::Basename, ...
I want to split path to working directory in perl script I want to split path to working directory in perl script perl perl5 File::Basename DTE_WORK_DIR DTE DTE_WORKING_DIR WORKDIR I want to split path to working directory in perl script run it as /path/to/dir/filename.pl Use of implicit split to @_ is deprecated at /a...
[ 0.00007772445678710938, -0.004730224609375, -0.00830078125, 0.00885009765625, -0.01373291015625, 0.004669189453125, -0.001068115234375, -0.01458740234375, 0.0021209716796875, -0.005889892578125, 0.00194549560546875, 0.044921875, -0.0087890625, 0.0260009765625, -0.00848388671875, 0.0110...
[ 3444, 47, 65450, 60875, 20697, 14364, 53, 117, 141, 26499, 23, 758, 42724, 63473, 11627, 391, 8241, 43789, 31875, 123237, 24638, 115228, 231355, 11675, 442, 237, 248, 128405, 188, 936, 29822, 5, 2424, 36836, 165164, 1374, 454, 8, 4692, 44...
[ 0.1103515625, 0.146484375, 0.2318115234375, 0.2220458984375, 0.193603515625, 0.16845703125, 0.1229248046875, 0.1375732421875, 0.1700439453125, 0.199462890625, 0.0177459716796875, 0.1358642578125, 0.134521484375, 0.102294921875, 0.144287109375, 0.032806396484375, 0.1934814453125, 0....
embed
4697550_c0
4697550
perl
0
Title: How to invert an array? Problem title: How to invert an array? Tags: perl Problem: How to invert an array? In this script #!/usr/bin/perl -w use strict; my @ar = (1,2,10,3,5); @ar = sort {$a <=> $b} @ar; does @ar now contain (1,2,3,5,10) . Now would I like to get the inverse array i.e. (4,6,7,8,9) . Any suggesti...
How to invert an array? How to invert an array? perl How How to invert an array? In this script does @ar now contain (1,2,3,5,10) . Now would I like to get the inverse array i.e. (4,6,7,8,9) . Any suggestions how that can be done?
[ 0.003936767578125, 0.016845703125, -0.00360107421875, -0.0111083984375, -0.026611328125, 0.005462646484375, 0.0054931640625, -0.000396728515625, -0.01080322265625, -0.00189971923828125, 0.0004177093505859375, 0.031982421875, 0.00836181640625, 0.02099609375, -0.0022735595703125, -0.0047...
[ 11249, 47, 131983, 142, 10298, 53, 32, 117, 141, 903, 26499, 14602, 1374, 147, 5036, 70541, 133063, 92714, 50258, 14240, 2806, 1884, 2046, 23, 37676, 9451, 136555, 145180, 157666, 3642, 16940 ]
[ 0.11474609375, 0.12353515625, 0.3125, 0.0941162109375, 0.254638671875, 0.2166748046875, 0.00384521484375, 0.1041259765625, 0.1158447265625, 0.0118408203125, 0.1773681640625, 0.0222625732421875, 0.0704345703125, 0.1285400390625, 0.10791015625, 0.1827392578125, 0.10162353515625, 0.18...
embed
19379560_c0
19379560
perl
0
Title: Unix Copyright Symbol Not Working Problem title: Unix Copyright Symbol Not Working Tags: perl, unix Problem: Unix Copyright Symbol Not Working When I try insert a copyright symbol value to variable in perl it converted to another symbol I need $a=©; But I got like this $a =© Please give me the solutions Code si...
Unix Copyright Symbol Not Working Unix Copyright Symbol Not Working perl unix Unix Copyright Symbol Not Working Unix Copyright Symbol Not Working When I try insert a copyright symbol value to variable in perl it converted to another symbol I need But I got like this Please give me the solutions
[ 0.0068359375, 0.006134033203125, 0.021484375, 0.0186767578125, -0.00946044921875, -0.0081787109375, -0.0174560546875, 0.01116943359375, 0.010986328125, 0.0218505859375, -0.021728515625, 0.00439453125, 0.036376953125, 0.02587890625, -0.043212890625, 0.00408935546875, 0.0142822265625, ...
[ 992, 4084, 4189, 131899, 11205, 27985, 214, 117, 141, 51, 9790, 183540, 112341, 26582, 34292, 77336, 23, 117176, 15700, 3871, 1884, 51347 ]
[ 0.12432861328125, 0.132568359375, 0.23095703125, 0.2724609375, 0.06988525390625, 0.15771484375, 0.0292816162109375, 0.1278076171875, 0.1693115234375, 0.07122802734375, 0.037200927734375, 0.16650390625, 0.22021484375, 0.2232666015625, 0.134033203125, 0.2041015625, 0.00951385498046875,...
embed
21561545_c3
21561545
perl
3
1oLbPj7p5JSZPJ, UCSNrHbR, mIIQwKBQEUKq8i5VV4BYRL, DKewBMT, zctXXNEpBL7TykgVhxjjctmbTs13cuT, Cx2tcshC5CiK1oj0bU3ESrUjuBmWA4gfniM05SOzEYn4GEl3UTa9M66EWZ0lVg7Y8FNCMXt, Mvq, FaCJMOyU5C, LCZ, QSvhrut1CoOyTk, gEOnBxX14INwsnziw1syVa4x, wF3z7gxf5UOsFoIpF, bumKr4Zi, KeyInfo, KeyName, EOT, _CanonicalizeXML, Does, Crypt::PK::RSA,...
1oLbPj7p5JSZPJ, UCSNrHbR, mIIQwKBQEUKq8i5VV4BYRL, DKewBMT, zctXXNEpBL7TykgVhxjjctmbTs13cuT, Cx2tcshC5CiK1oj0bU3ESrUjuBmWA4gfniM05SOzEYn4GEl3UTa9M66EWZ0lVg7Y8FNCMXt, Mvq, FaCJMOyU5C, LCZ, QSvhrut1CoOyTk, gEOnBxX14INwsnziw1syVa4x, wF3z7gxf5UOsFoIpF, bumKr4Zi, KeyInfo, KeyName, EOT, _CanonicalizeXML, Does, Crypt::PK::RSA,...
[ 0.0174560546875, 0.01519775390625, 0.00150299072265625, 0.00165557861328125, 0.00732421875, 0.006805419921875, 0.01251220703125, -0.01531982421875, -0.00897216796875, 0.0079345703125, 0.038330078125, -0.01287841796875, 0.021728515625, 0.003082275390625, -0.01043701171875, 0.01330566406...
[ 106, 31, 683, 170, 966, 254, 758, 1375, 19934, 78934, 4, 106837, 61533, 1052, 347, 10001, 60214, 30121, 64275, 36550, 37290, 97, 15390, 42918, 313, 40658, 594, 864, 441, 52215, 6, 127, 19, 26824, 93147, 163612, 241, 23973, 54694, 95368, ...
[ 0.156982421875, 0.071044921875, 0.009063720703125, 0.06915283203125, 0.01904296875, 0.0419921875, 0.07684326171875, 0.0579833984375, 0.051666259765625, 0.1962890625, 0.1051025390625, 0.09619140625, 0.07275390625, 0.1123046875, 0.033538818359375, 0.0684814453125, 0.0010986328125, 0....
embed