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
54375065_c0
54375065
perl
0
Title: Subset File based One Line and Printing Other lines Until it reaches next line Problem title: Subset File based One Line and Printing Other lines Until it reaches next line Tags: bash, perl Problem: Subset File based One Line and Printing Other lines Until it reaches next line Code signals: Subset, File, One, Li...
Subset File based One Line and Printing Other lines Until it reaches next line Subset File based One Line and Printing Other lines Until it reaches next line bash perl Subset File One Line Printing Other Until LM01 LM03 LM02 Subset File based One Line and Printing Other lines Until it reaches next line I have a text fi...
[ 0.01385498046875, 0.002716064453125, -0.00433349609375, 0.00897216796875, -0.00885009765625, -0.00494384765625, 0.01397705078125, 0.031005859375, 0.031982421875, 0.041748046875, -0.0238037109375, 0.029541015625, 0.00823974609375, -0.0022430419921875, -0.0030517578125, 0.000394821166992...
[ 8273, 3509, 42724, 35509, 6561, 16777, 136, 39754, 214, 64511, 124519, 3675, 58359, 90, 11737, 13315, 87109, 117, 141, 37150, 6746, 9513, 9550, 7986, 11435, 48716, 112820, 6713, 121413, 3917, 144334, 908, 12301, 678, 468, 1614, 3365, 316, 3...
[ 0.2093505859375, 0.1871337890625, 0.17626953125, 0.134521484375, 0.1182861328125, 0.17431640625, 0.0189666748046875, 0.1673583984375, 0.003509521484375, 0.0570068359375, 0.1376953125, 0.112548828125, 0.158935546875, 0.01123046875, 0.08203125, 0.1207275390625, 0.1016845703125, 0.085...
embed
5829293_c0
5829293
perl
0
Title: How to change file format from Unix to DOS using Perl? Problem title: How to change file format from Unix to DOS using Perl? Tags: file, format, perl Problem: How to change file format from Unix to DOS using Perl? Basically I want to change my file format from Unix to DOS. Is there any way to do it in Perl? Than...
How to change file format from Unix to DOS using Perl? How to change file format from Unix to DOS using Perl? file format perl Unix Perl How DOS How to change file format from Unix to DOS using Perl? Basically I want to change my file format from Unix to DOS. Is there any way to do it in Perl? Thanks a lot!
[ -0.005096435546875, -0.0009613037109375, 0.0225830078125, 0.014892578125, -0.02001953125, 0.00396728515625, -0.004638671875, 0.0240478515625, -0.006072998046875, 0.047119140625, 0.014892578125, 0.005401611328125, 0.0234375, 0.01190185546875, -0.015869140625, -0.0223388671875, -0.0031...
[ 11249, 47, 15549, 11435, 9384, 1295, 992, 4084, 86559, 17368, 908, 141, 32, 117, 12506, 87, 3444, 759, 2499, 3917, 54, 442, 23, 22362, 5915 ]
[ 0.1083984375, 0.160888671875, 0.2216796875, 0.1744384765625, 0.2421875, 0.1583251953125, 0.1502685546875, 0.1783447265625, 0.2471923828125, 0.09033203125, 0.1927490234375, 0.2293701171875, 0.0167999267578125, 0.1722412109375, 0.0204620361328125, 0.00311279296875, 0.074951171875, 0....
embed
503189_c0
503189
perl
0
Title: Is object oriented exception handling in Perl worth it? Problem title: Is object oriented exception handling in Perl worth it? Tags: perl, exception Problem: Is object oriented exception handling in Perl worth it? I recently read "Object Oriented Exception Handling in Perl" Perl.com article. Is there any point t...
Is object oriented exception handling in Perl worth it? Is object oriented exception handling in Perl worth it? perl exception Perl Is object oriented exception handling in Perl worth it? I recently read "Object Oriented Exception Handling in Perl" Perl.com article. Is there any point to use exceptions in Perl?
[ 0.017822265625, 0.026611328125, -0.01019287109375, -0.01397705078125, 0.0123291015625, 0.004791259765625, -0.0027008056640625, 0.000751495361328125, -0.00159454345703125, -0.0086669921875, 0.00286865234375, 0.01214599609375, 0.03173828125, -0.015380859375, 0.00726318359375, -0.02209472...
[ 2071, 36746, 23509, 297, 131527, 45064, 23, 908, 141, 41965, 442, 117, 46471, 75161, 142225, 71, 5443, 63928, 193237, 2499, 6275, 47, 4527, 7 ]
[ 0.0634765625, 0.19970703125, 0.1900634765625, 0.094970703125, 0.2342529296875, 0.1796875, 0.0694580078125, 0.1536865234375, 0.198486328125, 0.1666259765625, 0.14599609375, 0.110595703125, 0.05401611328125, 0.130859375, 0.1534423828125, 0.006134033203125, 0.064453125, 0.1552734375, ...
embed
27186963_c0
27186963
perl
0
Title: Matching digits using perl style regex Problem title: Matching digits using perl style regex Tags: regex, perl Problem: Matching digits using perl style regex In one book(Speach and language processing I find out that regex - /[0-9]*/ do not match any digit, the right regex for this - /[0-9][0-9]*/. Can somebody...
Matching digits using perl style regex Matching digits using perl style regex regex perl perl Matching Matching digits using perl style regex In one book(Speach and language processing I find out that regex - /[0-9]*/ do not match any digit, the right regex for this - /[0-9][0-9]*/. Can somebody explain me why?
[ -0.004119873046875, -0.0027313232421875, 0.004241943359375, 0.005279541015625, -0.014892578125, 0.006561279296875, -0.0008544921875, 0.04248046875, 0.00836181640625, -0.0147705078125, -0.00787353515625, 0.0198974609375, -0.00189208984375, -0.01068115234375, 0.0106201171875, -0.00976562...
[ 67407, 214, 153939, 17368, 117, 141, 20623, 6835, 3355, 12877, 31923, 41581, 46876, 9433, 248, 2389, 15205, 1639, 54, 959, 14858, 2499, 70, 7108, 100, 903, 73342, 15400 ]
[ 0.2078857421875, 0.048553466796875, 0.1961669921875, 0.061279296875, 0.1376953125, 0.180908203125, 0.1734619140625, 0.1463623046875, 0.218994140625, 0.0634765625, 0.013702392578125, 0.093994140625, 0.09210205078125, 0.046905517578125, 0.03546142578125, 0.099365234375, 0.220458984375,...
embed
3109672_c0
3109672
perl
0
Title: How to make a hash available in another module Problem title: How to make a hash available in another module Tags: perl Problem: How to make a hash available in another module for Ex : package test1 ; my %hash = ( a=> 10 , b => 30 ) ; 1; in Script : use test1 ; print %hash ; # How to make this avilable in script...
How to make a hash available in another module How to make a hash available in another module perl How test1 Script How to make a hash available in another module
[ 0.0038909912109375, 0.00811767578125, -0.010009765625, 0.01177978515625, 0.00738525390625, -0.0162353515625, 0.004730224609375, 0.005157470703125, 0.01275634765625, -0.035400390625, -0.004638671875, -0.0037841796875, 0.03515625, 0.03369140625, 0.014892578125, -0.0186767578125, -0.010...
[ 11249, 3249, 1556, 127, 19882, 23, 15700, 88996, 47, 10, 117, 141, 3034, 418, 84654 ]
[ 0.002605438232421875, 0.09271240234375, 0.19775390625, 0.2012939453125, 0.155517578125, 0.110107421875, 0.13671875, 0.2032470703125, 0.00920867919921875, 0.006595611572265625, 0.09027099609375, 0.11016845703125, 0.158203125, 0.0758056640625, 0.138671875 ]
embed
15306128_c1
15306128
perl
1
ID03_________________group 5 .. .. . . expected result: aaa/gg/dd/ID03 bb/gggg/iii/ID02 bb/gggg/iii/ID04 bb/gggg/iii/ID05 ll/pp/ooo/ID09 ll/pp/ooo/ID03 Code signals: Perl, How, FILE, n$a, MMaaa, ID03_________________group, MMsss, MMmm, MMll, fff______________group, MMbb, ID02, ID04, ID05_________________group, MMhh, M...
ID03_________________group 5 .. .. . . expected result: aaa/gg/dd/ID03 bb/gggg/iii/ID02 bb/gggg/iii/ID04 bb/gggg/iii/ID05 ll/pp/ooo/ID09 ll/pp/ooo/ID03 Code signals: Perl, How, FILE, n$a, MMaaa, ID03_________________group, MMsss, MMmm, MMll, fff______________group, MMbb, ID02, ID04, ID05_________________group, MMhh, M...
[ 0.00262451171875, -0.00469970703125, -0.0029754638671875, 0.01519775390625, 0.0000820159912109375, 0.0260009765625, 0.022216796875, 0.0137939453125, 0.033203125, 0.04541015625, 0.00032806396484375, 0.0098876953125, 0.0101318359375, -0.0135498046875, -0.0009613037109375, -0.006042480468...
[ 11338, 9513, 184041, 51588, 190, 1468, 5, 84751, 16750, 12, 10, 11, 64, 9815, 4028, 7146, 5125, 14, 1573, 9550, 7709, 8194, 1181, 6366, 133520, 6463, 28864, 26073, 7, 908, 141, 11249, 563, 52099, 4369, 41646, 84022, 2276, 4902, 232524, ...
[ 0.19921875, 0.266845703125, 0.0816650390625, 0.263427734375, 0.2017822265625, 0.032806396484375, 0.006805419921875, 0.2266845703125, 0.18603515625, 0.0278167724609375, 0.04681396484375, 0.070068359375, 0.040374755859375, 0.12255859375, 0.0965576171875, 0.18115234375, 0.1109619140625,...
embed
56038955_c1
56038955
perl
1
$value) = split /\t/, $line; $hash{$city} = $value; } my %hash2; while (my $line=<MYFILE>) { chomp($line); (my $city,my $value) = split /\t/, $line; $hash2{$city} = $value; } my @diff; foreach my $key (keys %hash) { @diff = $hash{$key} - $hash2{$key}; } print "difference @diff\n"; Code signals: Creating, Oslo, Montrea...
$value) = split /\t/, $line; $hash{$city} = $value; } my %hash2; while (my $line=<MYFILE>) { chomp($line); (my $city,my $value) = split /\t/, $line; $hash2{$city} = $value; } my @diff; foreach my $key (keys %hash) { @diff = $hash{$key} - $hash2{$key}; } print "difference @diff\n"; Code signals: Creating, Oslo, Montrea...
[ -0.0078125, -0.0191650390625, -0.01153564453125, 0.01953125, -0.013427734375, -0.0191650390625, 0.01190185546875, 0.01220703125, 0.0169677734375, 0.031494140625, -0.0162353515625, 0.041748046875, 0.01611328125, 0.00579833984375, -0.013916015625, 0.0024871826171875, -0.01019287109375,...
[ 3650, 27494, 13, 16, 2203, 65450, 248, 41872, 18, 64, 4, 2256, 74, 126234, 60089, 759, 1745, 304, 12960, 1176, 73543, 919, 52099, 681, 2676, 4369, 3142, 1374, 152462, 100, 41581, 19770, 10666, 20, 51912, 28412, 428, 18234, 6620, 56128, ...
[ 0.098388671875, 0.2325439453125, 0.1478271484375, 0.028472900390625, 0.08935546875, 0.2117919921875, 0.0614013671875, 0.00067138671875, 0.067626953125, 0.0174560546875, 0.009674072265625, 0.1832275390625, 0.055816650390625, 0.2259521484375, 0.1707763671875, 0.07952880859375, 0.036926...
embed
8426520_c0
8426520
perl
0
Title: What is wrong in this Perl expression? Problem title: What is wrong in this Perl expression? Tags: variables, if-statement, perl Problem: What is wrong in this Perl expression? What's the problem with following. I am getting $attribute not defined error. if (my $attribute = $Data->{'is_new'} and $attribute eq 'Y...
What is wrong in this Perl expression? What is wrong in this Perl expression? variables if-statement perl What Perl Data is_new What is wrong in this Perl expression? What's the problem with following. I am getting $attribute not defined error.
[ 0.0135498046875, -0.01104736328125, -0.00213623046875, -0.0098876953125, 0.01611328125, 0.0147705078125, 0.024169921875, 0.01116943359375, -0.00042724609375, 0.026123046875, 0.00543212890625, 0.014404296875, 0.0322265625, -0.009033203125, -0.003173828125, -0.00628662109375, -0.002349...
[ 4865, 83, 44691, 23, 903, 908, 141, 125195, 77336, 2174, 61340, 674, 117, 11809, 54936, 2967, 25632, 3650, 257, 191145, 959, 61924, 71, 18499 ]
[ 0.06036376953125, 0.114013671875, 0.177001953125, 0.0860595703125, 0.1007080078125, 0.15185546875, 0.1864013671875, 0.1923828125, 0.2056884765625, 0.1873779296875, 0.16162109375, 0.0182647705078125, 0.131591796875, 0.1180419921875, 0.17822265625, 0.07861328125, 0.1710205078125, 0.1...
embed
72567602_c0
72567602
perl
0
Title: Perl script to search a word inside the directory Problem title: Perl script to search a word inside the directory Tags: bash, shell, perl, linux Problem: Perl script to search a word inside the directory I'am looking for a perl script to grep for a string in all files inside a directory . bash command . Code: g...
Perl script to search a word inside the directory Perl script to search a word inside the directory bash shell perl linux Perl Perl script to search a word inside the directory I'am looking for a perl script to grep for a string in all files inside a directory . bash command . Code: grep -r 'word' /path/to/dir
[ 0.0107421875, -0.000804901123046875, -0.00714111328125, 0.0025634765625, 0.0040283203125, 0.021240234375, 0.0150146484375, -0.005706787109375, -0.00135040283203125, -0.0458984375, 0.00531005859375, 0.03466796875, 0.00811767578125, 0.00160980224609375, -0.0076904296875, 0.0240478515625,...
[ 908, 141, 26499, 47, 33938, 10, 2565, 46132, 70, 14364, 53, 87109, 128019, 117, 11508, 6077, 16487, 100, 3514, 254, 79315, 23, 756, 102158, 75101, 28864, 20, 42, 47416, 128405, 188, 936 ]
[ 0.171630859375, 0.172119140625, 0.2105712890625, 0.038330078125, 0.21484375, 0.03741455078125, 0.212890625, 0.19091796875, 0.025604248046875, 0.150146484375, 0.091064453125, 0.138671875, 0.1123046875, 0.126708984375, 0.05780029296875, 0.0516357421875, 0.051666259765625, 0.108886718...
embed
23142908_c12
23142908
perl
12
TTAGAGTAGGATCAACACAAAGAGTAGTGATGGAGATCATAATCACATTCGCATTGGTCTACACTGTTTACGCCACAGCCATTGACTCCAACAATGGCACTCTCGGAACCATCGCTCCACTTGCTATCAGACTCATCGTTGGTGCTAACATTCTTGCAGCCGGCCCATTCTCTGGTGGTCCAATGAACCCTGGACGTTCTTTTGGATCATCTCTTGCCGTTGGAAATTTTTCAGGACATTAGgtttat, ENTER, FILENAME, DNA, SEQUENCES, Asks, Sequence, STDIN, DNAFILE, Canno...
3 in my results. On most strings there is no problem, however every once in a while it will index at 4 or other non multiples of three. I was wondering if anyone more advanced than I can figure out why this may happen. I know this script is ugly and I am sorry for that, I am a biologist and I mod it for whatever I am m...
[ 0.0103759765625, 0.01483154296875, 0.01318359375, 0.02001953125, 0.0086669921875, -0.00005602836608886719, 0.01080322265625, 0.00469970703125, 0.004608154296875, 0.00836181640625, -0.0076904296875, 0.026123046875, -0.031982421875, 0.0245361328125, 0.028564453125, 0.00689697265625, 0....
[ 138, 23, 759, 50339, 2684, 79315, 7, 110, 2967, 49903, 11907, 24145, 12960, 442, 1221, 63262, 99, 201, 707, 3789, 351, 48716, 111, 17262, 149016, 175961, 26366, 1810, 15400, 903, 1543, 53383, 3714, 26499, 75, 110608, 59090, 28387, 271, 28...
[ 0.25390625, 0.08984375, 0.07611083984375, 0.23095703125, 0.08544921875, 0.22802734375, 0.023681640625, 0.007568359375, 0.1029052734375, 0.01861572265625, 0.066162109375, 0.1173095703125, 0.1168212890625, 0.0182647705078125, 0.0850830078125, 0.243896484375, 0.0772705078125, 0.157348...
embed
4086588_c0
4086588
perl
0
Title: perl blank substitution in a string Problem title: perl blank substitution in a string Tags: perl Problem: perl blank substitution in a string I have this two kind of strings: EVASA 2144 IN ELABORAZIONE 16278 I need some perl script to substitute all the blanks with just one. The output I need is: EVASA 2144 Any...
perl blank substitution in a string perl blank substitution in a string perl EVASA ELABORAZIONE perl blank substitution in a string I have this two kind of strings: I need some perl script to substitute all the blanks with just one. The output I need is: Any suggestion?
[ -0.0164794921875, -0.00958251953125, 0.00311279296875, 0.031005859375, 0.012939453125, -0.002655029296875, 0.00982666015625, -0.00909423828125, 0.01031494140625, 0.022216796875, 0.0032958984375, 0.00124359130859375, -0.0172119140625, 0.00173187255859375, -0.0234375, 0.0087890625, 0.0...
[ 117, 141, 44237, 161740, 1830, 23, 79315, 57794, 30106, 241, 190770, 99237, 765, 903, 6626, 8562, 3871, 26499, 13, 756, 70, 7, 678, 1660, 1632, 140992, 83, 199015 ]
[ 0.1395263671875, 0.1456298828125, 0.250244140625, 0.189208984375, 0.0377197265625, 0.053131103515625, 0.2479248046875, 0.13623046875, 0.1680908203125, 0.045318603515625, 0.1390380859375, 0.051300048828125, 0.012451171875, 0.0221405029296875, 0.0821533203125, 0.0926513671875, 0.090148...
embed
46569264_c0
46569264
perl
0
Title: perl xs module writing - Use another function from within same xs file Problem title: perl xs module writing - Use another function from within same xs file Tags: c, perl, undefined-reference, xs Problem: perl xs module writing - Use another function from within same xs file Code signals: within, Use, size_t, RE...
perl xs module writing - Use another function from within same xs file perl xs module writing - Use another function from within same xs file c perl undefined-reference xs within Use size_t RETVAL OUTPUT matrixCopyColumnVector_dbl HERE perl xs module writing - Use another function from within same xs file I'm a beginne...
[ 0.01171875, 0.0179443359375, -0.013427734375, -0.00347900390625, -0.006072998046875, -0.0003948211669921875, -0.002593994140625, -0.0186767578125, 0.0296630859375, -0.0274658203125, -0.00970458984375, 0.00408935546875, 0.0252685546875, 0.006256103515625, -0.0023956298828125, 0.00165557...
[ 117, 141, 1022, 7, 88996, 32562, 36836, 15700, 32354, 1295, 28032, 5701, 11435, 9232, 5983, 297, 239879, 13267, 18, 41116, 61152, 52001, 124599, 50944, 6493, 78457, 316, 26455, 18770, 9030, 65791, 1679, 112720, 2967, 65572, 9351, 9969, 1340, ...
[ 0.1539306640625, 0.12451171875, 0.1571044921875, 0.1083984375, 0.184814453125, 0.157470703125, 0.1390380859375, 0.087890625, 0.20166015625, 0.09185791015625, 0.158203125, 0.0733642578125, 0.1658935546875, 0.07965087890625, 0.1728515625, 0.0543212890625, 0.214599609375, 0.0865478515...
embed
7169633_c0
7169633
perl
0
Title: What&#x27;s the syntax used for sub foo : method { shift-&gt;bar(@_) }? Problem title: What&#x27;s the syntax used for sub foo : method { shift-&gt;bar(@_) }? Tags: perl Problem: What's the syntax used for sub foo : method { shift->bar(@_) }? sub foo : method { shift->bar(@_) } What does : method mean here? I've...
What&#x27;s the syntax used for sub foo : method { shift-&gt;bar(@_) }? What&#x27;s the syntax used for sub foo : method { shift-&gt;bar(@_) }? perl What What's the syntax used for sub foo : method { shift->bar(@_) }? What does : method mean here? I've never used it this way ...
[ 0.004150390625, 0.012451171875, -0.0002689361572265625, 0.004364013671875, -0.01202392578125, -0.005828857421875, -0.006866455078125, 0.02099609375, -0.00154876708984375, -0.00885009765625, -0.005767822265625, -0.00860595703125, -0.0028839111328125, 0.00604248046875, -0.01080322265625, ...
[ 3768, 6002, 86531, 11814, 1614, 5775, 31, 55300, 122925, 5386, 1299, 981, 454, 152, 9, 117, 141, 100, 103607, 14602, 29459, 3688 ]
[ 0.044677734375, 0.1346435546875, 0.2432861328125, 0.111328125, 0.2110595703125, 0.1124267578125, 0.1123046875, 0.260009765625, 0.25048828125, 0.049346923828125, 0.19970703125, 0.0919189453125, 0.07525634765625, 0.048126220703125, 0.0081787109375, 0.0765380859375, 0.0809326171875, 0...
embed
17851910_c1
17851910
perl
1
MS , ADM_1 ). Note that the file has a lot of other lines above and below what's printed here. I only want to do this for lines that is in between GROUPS and SERVERS . Code signals: Print, GROUPS, SERVERS, ADM, LMID, GW_S4_1_PM, GW_S4_2_BM, GRPNO, ADM_TMS, TMSNAME, TMS, ADM_1, ADM_2, DMWSG_Gateway_1, ENVFILE, GW_S4.Gat...
MS , ADM_1 ). Note that the file has a lot of other lines above and below what's printed here. I only want to do this for lines that is in between GROUPS and SERVERS . Code signals: Print, GROUPS, SERVERS, ADM, LMID, GW_S4_1_PM, GW_S4_2_BM, GRPNO, ADM_TMS, TMSNAME, TMS, ADM_1, ADM_2, DMWSG_Gateway_1, ENVFILE, GW_S4.Gat...
[ 0.003509521484375, 0.007171630859375, -0.01300048828125, 0.0167236328125, -0.01513671875, 0.01708984375, -0.00885009765625, 0.004791259765625, 0.005279541015625, 0.041259765625, 0.00640869140625, -0.01123046875, 0.0081787109375, -0.00872802734375, 0.00885009765625, 0.022705078125, 0....
[ 16265, 62, 31246, 115187, 18622, 11435, 5915, 3789, 124519, 36917, 35064, 28412, 3688, 4734, 3444, 54, 903, 100, 17721, 177314, 136, 50935, 124991, 28864, 26073, 7, 39754, 37150, 7146, 102550, 617, 20266, 74965, 38796, 8575, 13439, 182512, 72...
[ 0.1654052734375, 0.03375244140625, 0.186767578125, 0.10302734375, 0.008880615234375, 0.2117919921875, 0.04718017578125, 0.0210723876953125, 0.203125, 0.083740234375, 0.1051025390625, 0.1700439453125, 0.009429931640625, 0.050872802734375, 0.0723876953125, 0.043731689453125, 0.03256225...
embed
42734334_c0
42734334
perl
0
Title: read two integers from same line in perl Problem title: read two integers from same line in perl Tags: perl, input Problem: read two integers from same line in perl I am newbie in Perl. How do I read two integers given on same line as input in Perl? For example: $n=<>;$k=<>; print $n + ";" + $k Input is: 2 3 Out...
read two integers from same line in perl read two integers from same line in perl perl input same read two integers from same line in perl I am newbie in Perl. How do I read two integers given on same line as input in Perl? For example: Input is: Output comes as: Please help.
[ -0.004974365234375, 0.0037841796875, 0.0096435546875, 0.0062255859375, -0.006927490234375, 0.0126953125, 0.01361083984375, 0.00689697265625, -0.0001087188720703125, -0.052490234375, -0.0004062652587890625, 0.000865936279296875, 0.0135498046875, 0.006988525390625, -0.0216064453125, -0.0...
[ 12301, 6626, 892, 26255, 1295, 5701, 13315, 23, 117, 141, 107730, 3525, 9014, 908, 11249, 54, 87, 34475, 98, 237, 1326, 360, 7077, 83, 13538, 32497, 12, 30607, 4358 ]
[ 0.2191162109375, 0.1490478515625, 0.15087890625, 0.146728515625, 0.0758056640625, 0.1260986328125, 0.1448974609375, 0.064697265625, 0.133056640625, 0.1824951171875, 0.2032470703125, 0.007171630859375, 0.07489013671875, 0.14794921875, 0.042724609375, 0.03271484375, 0.015350341796875, ...
embed
23896435_c0
23896435
perl
0
Title: While loop ending program. - Perl Problem title: While loop ending program. - Perl Tags: perl, loops, function Problem: While loop ending program. - Perl This is my code, It's simple. I want to end program when someone write "end" from the commend line :) #!/usr/bin/perl $value = "end"; while($val = <>){ if($val...
While loop ending program. - Perl While loop ending program. - Perl perl loops function While Perl While loop ending program. - Perl This is my code, It's simple. I want to end program when someone write "end" from the commend line :)
[ -0.002227783203125, 0.006866455078125, -0.011474609375, 0.01275634765625, 0.0012969970703125, 0.0081787109375, -0.0013580322265625, 0.0272216796875, 0.007293701171875, -0.0186767578125, 0.01226806640625, 0.038330078125, 0.0040283203125, 0.005523681640625, 0.00848388671875, -0.029907226...
[ 51404, 40956, 86658, 1528, 908, 141, 117, 7, 32354, 759, 18151, 8781, 3444, 47, 3564, 3229, 22008, 33022, 3611, 1295, 375, 25965, 13315, 1094 ]
[ 0.2144775390625, 0.2247314453125, 0.1807861328125, 0.185546875, 0.1458740234375, 0.137939453125, 0.11627197265625, 0.0174407958984375, 0.1431884765625, 0.032501220703125, 0.149658203125, 0.07061767578125, 0.1090087890625, 0.0736083984375, 0.1927490234375, 0.06744384765625, 0.04302978...
embed
2803909_c0
2803909
perl
0
Title: How do I find out which version of Java I am using Perl? Problem title: How do I find out which version of Java I am using Perl? Tags: perl, java Problem: How do I find out which version of Java I am using Perl? How do I find out which version of Java I am using Perl programming and using that execute some jar f...
How do I find out which version of Java I am using Perl? How do I find out which version of Java I am using Perl? perl java Perl How Java How do I find out which version of Java I am using Perl? How do I find out which version of Java I am using Perl programming and using that execute some jar file based on that?
[ 0.00103759765625, 0.0162353515625, 0.00946044921875, 0.0245361328125, 0.0159912109375, 0.01434326171875, -0.012451171875, 0.01043701171875, -0.005767822265625, 0.0050048828125, -0.01324462890625, -0.002960205078125, -0.008056640625, -0.007354736328125, -0.01171875, -0.00250244140625, ...
[ 11249, 7413, 1810, 3129, 11389, 111, 41925, 444, 17368, 908, 141, 117, 79, 330, 54, 87, 56037, 449, 71924, 35125, 11435, 35509 ]
[ 0.0894775390625, 0.0831298828125, 0.08154296875, 0.0947265625, 0.1826171875, 0.0927734375, 0.22900390625, 0.0760498046875, 0.1177978515625, 0.1641845703125, 0.197509765625, 0.1334228515625, 0.1165771484375, 0.167724609375, 0.0193634033203125, 0.013458251953125, 0.035369873046875, 0...
embed
3894667_c0
3894667
perl
0
Title: Perl changing the current package? Problem title: Perl changing the current package? Tags: perl Problem: Perl changing the current package? Without using a source-filter, is there a way to change the current running package? I'm trying to accomplish the same thing oose.pm does, and I'm wondering if I can drop my...
Perl changing the current package? Perl changing the current package? perl Perl Perl changing the current package? Without using a source-filter, is there a way to change the current running package? I'm trying to accomplish the same thing oose.pm does, and I'm wondering if I can drop my users in a non-main package.
[ 0.0091552734375, 0.00689697265625, 0.0184326171875, -0.000278472900390625, 0.0019378662109375, 0.002685546875, -0.004547119140625, -0.005615234375, -0.01220703125, 0.00799560546875, 0.0174560546875, 0.03076171875, 0.003997802734375, -0.003936767578125, -0.0108642578125, 0.0092163085937...
[ 908, 141, 151134, 70, 43581, 98169, 32, 117, 177417, 17368, 31344, 120337, 83, 2685, 10, 3917, 47, 15549, 51042, 31577, 163846, 806, 184, 26822, 149016, 831, 36069, 759, 72095, 23, 351, 24931 ]
[ 0.174072265625, 0.1923828125, 0.22119140625, 0.07672119140625, 0.228271484375, 0.265380859375, 0.012847900390625, 0.1514892578125, 0.0755615234375, 0.01300048828125, 0.1251220703125, 0.1641845703125, 0.00091552734375, 0.008575439453125, 0.0257415771484375, 0.07220458984375, 0.0398559...
embed
57770737_c0
57770737
perl
0
Title: How to grep square brackets in perl Problem title: How to grep square brackets in perl Tags: perl Problem: How to grep square brackets in perl I am trying to grep [0](including square brackets) in a file using perl, I tried following code my @output = `grep \"\[0\]\" log `; But instead of returning [0], it is gi...
How to grep square brackets in perl How to grep square brackets in perl perl How How to grep square brackets in perl I am trying to grep [0](including square brackets) in a file using perl, I tried following code But instead of returning [0], it is giving output where it matches 0
[ 0.01177978515625, 0.0179443359375, -0.0128173828125, -0.01275634765625, 0.005462646484375, -0.0036773681640625, 0.01116943359375, 0.0201416015625, 0.00592041015625, -0.01513671875, 0.0162353515625, 0.00860595703125, -0.01202392578125, -0.015869140625, -0.021240234375, -0.00067901611328...
[ 11249, 3514, 254, 108047, 1620, 27853, 7, 23, 117, 141, 47, 31577, 147352, 216561, 11435, 25632, 18151, 64457, 30646, 68772, 140992, 14858, 757 ]
[ 0.0236968994140625, 0.1971435546875, 0.173583984375, 0.20703125, 0.1904296875, 0.191162109375, 0.05548095703125, 0.043609619140625, 0.1361083984375, 0.165283203125, 0.0128173828125, 0.03082275390625, 0.12353515625, 0.05206298828125, 0.10284423828125, 0.036376953125, 0.00506591796875,...
embed
61947542_c1
61947542
perl
1
close ($outfl2); close ($outfl3); close ($outfl4); } close ($infh); What I tried was to put in print $outfl1; before writing to the output file and it would show GLOB(0x2208c38) . Thank you Code signals: How, start_no, tmp1.txt, tmp2.txt, tmp1, ARGV, outfile1, outfile2, outfile3, tmp3.txt, outfile4, tmp4.txt, outfl1, ...
close ($outfl2); close ($outfl3); close ($outfl4); } close ($infh); What I tried was to put in print $outfl1; before writing to the output file and it would show GLOB(0x2208c38) . Thank you Code signals: How, start_no, tmp1.txt, tmp2.txt, tmp1, ARGV, outfile1, outfile2, outfile3, tmp3.txt, outfile4, tmp4.txt, outfl1, ...
[ 0.00153350830078125, 0.015869140625, -0.0185546875, 0.0054931640625, 0.003448486328125, 0.009521484375, -0.005950927734375, 0.0031585693359375, 0.0087890625, 0.0311279296875, 0.002410888671875, 0.002838134765625, 0.0205078125, 0.0091552734375, 0.002838134765625, -0.0235595703125, 0.0...
[ 20903, 4369, 6056, 15991, 10461, 74, 363, 3142, 617, 73, 65325, 37842, 3884, 23, 28412, 3650, 418, 8108, 32562, 47, 70, 140992, 11435, 7639, 90799, 38296, 2389, 425, 4015, 8318, 238, 131290, 28864, 26073, 7, 11249, 4034, 157, 808, 2676, ...
[ 0.21484375, 0.015960693359375, 0.1650390625, 0.21826171875, 0.1448974609375, 0.03448486328125, 0.1153564453125, 0.041015625, 0.1724853515625, 0.0307159423828125, 0.1812744140625, 0.07763671875, 0.012451171875, 0.003662109375, 0.2054443359375, 0.0282745361328125, 0.057952880859375, ...
embed
16715470_c0
16715470
perl
0
Title: Interpolate perl variable in shell command Problem title: Interpolate perl variable in shell command Tags: perl Problem: Interpolate perl variable in shell command I want to take date as input from User & pass that input to shell command below. for e.g. $date = ARGV[0]; `cd xyz $date` will this variable be inter...
Interpolate perl variable in shell command Interpolate perl variable in shell command perl Interpolate ARGV Interpolate perl variable in shell command I want to take date as input from User & pass that input to shell command below. for e.g. will this variable be interpolated in perl?
[ -0.0004138946533203125, -0.017578125, -0.01953125, 0.033935546875, -0.001800537109375, 0.013427734375, -0.0036163330078125, 0.01611328125, -0.004180908203125, 0.0152587890625, -0.04296875, 0.025634765625, 0.005706787109375, 0.022216796875, -0.03662109375, -0.0172119140625, -0.0074768...
[ 5337, 69990, 67, 117, 141, 77336, 23, 128019, 75101, 13685, 75166, 3444, 5646, 5622, 237, 107730, 1295, 53400, 27875, 35064, 1940, 5877, 27686 ]
[ 0.129638671875, 0.174072265625, 0.037689208984375, 0.1456298828125, 0.1778564453125, 0.22314453125, 0.0206451416015625, 0.176513671875, 0.1746826171875, 0.104736328125, 0.2142333984375, 0.034088134765625, 0.0570068359375, 0.169921875, 0.047332763671875, 0.1497802734375, 0.02339172363...
embed
3790098_c0
3790098
perl
0
Title: Why does this Perl function return a value? Problem title: Why does this Perl function return a value? Tags: perl Problem: Why does this Perl function return a value? $hi = do_this('asdf'); sub do_this { $blob{'f'} = { 'k' => 'j' }; } print $hi->{'k'}; # prints j since do_this doesn't return anything, how does i...
Why does this Perl function return a value? Why does this Perl function return a value? perl Why Perl do_this Why does this Perl function return a value? since do_this doesn't return anything, how does it still print j?
[ 0.0211181640625, 0.011962890625, -0.0052490234375, -0.01019287109375, -0.0079345703125, 0.024658203125, -0.001495361328125, -0.00408935546875, 0.01123046875, 0.00933837890625, -0.002838134765625, 0.007110595703125, 0.01104736328125, 0.01165771484375, 0.01708984375, 0.0034942626953125, ...
[ 44084, 14602, 903, 908, 141, 32354, 30646, 10, 34292, 117, 54, 454, 100231, 22027, 18, 23937, 3642, 7464, 28412, 1647 ]
[ 0.137939453125, 0.1031494140625, 0.078857421875, 0.15771484375, 0.1834716796875, 0.1937255859375, 0.2216796875, 0.08660888671875, 0.2120361328125, 0.1046142578125, 0.1370849609375, 0.031982421875, 0.24072265625, 0.0430908203125, 0.048736572265625, 0.08612060546875, 0.004974365234375,...
embed
24340642_c0
24340642
perl
0
Title: Perl program for palindrome in paragraph Problem title: Perl program for palindrome in paragraph Tags: bioinformatics, arrays, perl, palindrome, algorithm Problem: Perl program for palindrome in paragraph I want to write a perl program for finding the number of palindromes in a paragraph. But here I have to do i...
Perl program for palindrome in paragraph Perl program for palindrome in paragraph bioinformatics arrays perl palindrome algorithm Perl Perl program for palindrome in paragraph I want to write a perl program for finding the number of palindromes in a paragraph. But here I have to do it using an array. Please help.
[ -0.01177978515625, 0.01214599609375, -0.0089111328125, 0.0020294189453125, 0.0155029296875, 0.0166015625, 0.0255126953125, -0.0038909912109375, -0.0037841796875, -0.0274658203125, 0.01226806640625, 0.0123291015625, 0.0172119140625, -0.027099609375, 0.00732421875, -0.01324462890625, 0...
[ 908, 141, 1528, 100, 17923, 19, 102851, 23, 151268, 3530, 77033, 10298, 4778, 117, 234873, 87, 3444, 33022, 10, 90791, 14012, 39670, 3716, 4966, 3688, 765, 47, 54, 17368, 142, 53, 30607, 4358 ]
[ 0.1988525390625, 0.1864013671875, 0.2208251953125, 0.0782470703125, 0.1766357421875, 0.10205078125, 0.226318359375, 0.10321044921875, 0.255615234375, 0.07763671875, 0.09234619140625, 0.1500244140625, 0.0229949951171875, 0.1654052734375, 0.15478515625, 0.013580322265625, 0.10321044921...
embed
15331143_c1
15331143
perl
1
nap; foreach (@tmpdbarr) { chomp; s/^\s*//; s/\s*$//; my ($dbsnapkey,$dbsnapvalue) = split /s*=s*/,$_,2; $dbsnap{$dbsnapkey} = $dbsnapvalue; } my %snaps = (%bufsnap,%dbmcfg,%dbsnap); #print Dumper(\%snaps); return (\%snaps); } &snaps; #print Dumper(\%snapis); Help is appreciated .......... Code signals: subroutine, How...
nap; foreach (@tmpdbarr) { chomp; s/^\s*//; s/\s*$//; my ($dbsnapkey,$dbsnapvalue) = split /s*=s*/,$_,2; $dbsnap{$dbsnapkey} = $dbsnapvalue; } my %snaps = (%bufsnap,%dbmcfg,%dbsnap); #print Dumper(\%snaps); return (\%snaps); } &snaps; #print Dumper(\%snapis); Help is appreciated .......... Code signals: subroutine, How...
[ 0.01202392578125, 0.007598876953125, -0.006683349609375, 0.00555419921875, -0.0223388671875, 0.0252685546875, 0.000518798828125, -0.01123046875, 0.013671875, 0.0240478515625, -0.0087890625, 0.02685546875, -0.00145721435546875, -0.0208740234375, 0.01080322265625, -0.01458740234375, -0...
[ 7743, 74, 100, 41581, 41895, 2676, 1299, 42, 681, 91, 64, 759, 48073, 10957, 19770, 27494, 65450, 304, 2203, 67466, 35662, 786, 41577, 30646, 76, 4994, 39527, 77947, 28864, 26073, 1614, 14179, 10325, 11249, 11809, 17726, 40041, 3365, 363, ...
[ 0.267333984375, 0.0765380859375, 0.048858642578125, 0.2244873046875, 0.08209228515625, 0.1590576171875, 0.05767822265625, 0.0977783203125, 0.1048583984375, 0.0305938720703125, 0.01470947265625, 0.1083984375, 0.0750732421875, 0.19140625, 0.1715087890625, 0.120361328125, 0.182739257812...
embed
16458084_c0
16458084
perl
0
Title: How to password protect a PDF file using Perl? Problem title: How to password protect a PDF file using Perl? Tags: pdf, perl, password-protection Problem: How to password protect a PDF file using Perl? I'm want to add password protection to PDF files generated by my application. Are there any CPAN modules I can ...
How to password protect a PDF file using Perl? How to password protect a PDF file using Perl? pdf perl password-protection Perl How PDF How to password protect a PDF file using Perl? I'm want to add password protection to PDF files generated by my application. Are there any CPAN modules I can use to achieve this?
[ 0.00665283203125, 0.0096435546875, -0.00518798828125, -0.015869140625, -0.00531005859375, -0.00787353515625, 0.0223388671875, 0.000728607177734375, -0.010986328125, -0.01263427734375, -0.015869140625, 0.00004601478576660156, 0.01470947265625, 0.03125, -0.005035400390625, 0.007415771484...
[ 11249, 47, 78506, 59959, 6859, 11435, 17368, 908, 141, 26198, 117, 208202, 1363, 3444, 15190, 48431, 102158, 139392, 38415, 64731, 88996, 4527, 69307 ]
[ 0.060302734375, 0.046142578125, 0.2291259765625, 0.189697265625, 0.2293701171875, 0.1688232421875, 0.0567626953125, 0.171142578125, 0.1964111328125, 0.1824951171875, 0.1402587890625, 0.1376953125, 0.00799560546875, 0.0294036865234375, 0.0682373046875, 0.1610107421875, 0.1334228515625...
embed
5325036_c0
5325036
perl
0
Title: DBI: disconnect - question Problem title: DBI: disconnect - question Tags: sql, perl, disconnect, dbi Problem: DBI: disconnect - question Would you call parts of the disconnect -code as line-noise or would you leave it as it is? use DBI; my $dbh = DBI->connect ... ... ... END { $dbh->disconnect or die $DBI::errs...
DBI: disconnect - question DBI: disconnect - question sql perl disconnect dbi DBI END DBI::errstr DBI: disconnect - question Would you call parts of the disconnect -code as line-noise or would you leave it as it is?
[ 0.007110595703125, 0.007781982421875, -0.0010833740234375, 0.009033203125, -0.01495361328125, 0.01373291015625, 0.00225830078125, 0.0186767578125, 0.0035400390625, -0.0162353515625, -0.00168609619140625, -0.00848388671875, -0.01043701171875, -0.021484375, -0.01611328125, -0.01550292968...
[ 391, 16312, 2837, 135457, 9655, 12, 99247, 117, 141, 104, 964, 39015, 56, 9297, 154559, 11782, 63920, 20, 40899, 237, 13315, 9, 157, 3075, 707, 2806, 31358, 442, 83 ]
[ 0.06597900390625, 0.2003173828125, 0.1044921875, 0.256591796875, 0.14892578125, 0.055267333984375, 0.17431640625, 0.08697509765625, 0.10125732421875, 0.0362548828125, 0.186767578125, 0.08868408203125, 0.0263519287109375, 0.1387939453125, 0.018829345703125, 0.109619140625, 0.119201660...
embed
7431936_c0
7431936
perl
0
Title: Convert Perl Executable to Perl Script Problem title: Convert Perl Executable to Perl Script Tags: perl Problem: Convert Perl Executable to Perl Script Hi All, I have converted the perl script to perl executable using perlcc .So Now I want to convert perl executable to perl script. Is there any way to do this......
Convert Perl Executable to Perl Script Convert Perl Executable to Perl Script perl Convert Perl Executable Script Convert Perl Executable to Perl Script
[ 0.005584716796875, 0.009521484375, -0.00927734375, 0.0218505859375, 0.004058837890625, 0.01409912109375, -0.015869140625, -0.0001659393310546875, -0.004241943359375, -0.036865234375, 0.0017242431640625, 0.02490234375, 0.016357421875, 0.03369140625, -0.003387451171875, -0.00534057617187...
[ 1657, 11549, 908, 141, 211603, 2886, 47, 84654, 117 ]
[ 0.046783447265625, 0.138427734375, 0.169677734375, 0.1871337890625, 0.1617431640625, 0.200927734375, 0.11053466796875, 0.2222900390625, 0.123779296875 ]
embed
1078980_c0
1078980
perl
0
Title: Code Profiling Tools for Perl Problem title: Code Profiling Tools for Perl Tags: perl, profiling Problem: Code Profiling Tools for Perl I need to test Perl Application ( File operation , Data base operation..etc ) . I am looking for some profile tool for Perl code is there any tools for Perl Code Profling like g...
Code Profiling Tools for Perl Code Profiling Tools for Perl perl profiling Profiling Tools Perl Code Profiling Tools for Perl I need to test Perl Application ( File operation , Data base operation..etc ) . I am looking for some profile tool for Perl code is there any tools for Perl Code Profling like gprof in Linux
[ 0.022705078125, 0.0283203125, 0.007110595703125, -0.00156402587890625, -0.00714111328125, 0.0050048828125, -0.01092529296875, -0.0196533203125, -0.006011962890625, -0.0213623046875, 0.0120849609375, 0.01220703125, 0.03076171875, -0.0026702880859375, 0.00311279296875, 0.00335693359375, ...
[ 28864, 58848, 214, 119296, 100, 908, 141, 117, 9468, 3871, 3034, 104921, 42724, 41018, 3647, 16487, 60641, 55516, 18151, 2499, 72977, 11739, 2069, 706, 3454, 420, 23, 29908 ]
[ 0.197998046875, 0.240966796875, 0.0819091796875, 0.2498779296875, 0.053680419921875, 0.173828125, 0.1810302734375, 0.11865234375, 0.17138671875, 0.048095703125, 0.152587890625, 0.1142578125, 0.0716552734375, 0.07965087890625, 0.08489990234375, 0.00091552734375, 0.2098388671875, 0.1...
embed
4203263_c0
4203263
perl
0
Title: How can I do a reverse grep using Perl? Problem title: How can I do a reverse grep using Perl? Tags: grep, perl Problem: How can I do a reverse grep using Perl? What is the equivalent of grep -v in Perl? The code looks like this @files = reversegrep(/^[ ]+$/, @files); I want @files to have a list of all the file...
How can I do a reverse grep using Perl? How can I do a reverse grep using Perl? grep perl Perl How How can I do a reverse grep using Perl? What is the equivalent of grep -v in Perl? The code looks like this I want @files to have a list of all the file names that are not empty.
[ -0.01300048828125, 0.0296630859375, -0.00112152099609375, 0.01470947265625, -0.0216064453125, 0.01397705078125, 0.0274658203125, 0.02197265625, 0.0042724609375, -0.0022125244140625, 0.000560760498046875, 0.03759765625, 0.00079345703125, -0.003997802734375, -0.026611328125, 0.0218505859...
[ 11249, 831, 54, 39531, 184, 3514, 254, 17368, 908, 141, 87, 10, 117, 183234, 20, 334, 23, 18151, 33342, 3444, 1374, 29822, 765, 5303, 756, 11435, 123055, 450, 621, 959, 201505 ]
[ 0.0635986328125, 0.06396484375, 0.044342041015625, 0.2021484375, 0.186279296875, 0.21728515625, 0.163330078125, 0.10205078125, 0.1483154296875, 0.1697998046875, 0.034088134765625, 0.000213623046875, 0.1270751953125, 0.1300048828125, 0.0467529296875, 0.192138671875, 0.0184173583984375...
embed
16290756_c1
16290756
perl
1
lots of leaks... $ perl annotate.pl new 0x22d8a80 : SV = NULL(0x0) at 0x22d8a80 REFCNT = 1 FLAGS = (PADMY) new 0x22d8f78 : SV = NULL(0x0) at 0x22d8f78 ...[24 leaked entries in total] What's up with that?! Code signals: How, Pure, Perl, Devel::Leak, annotated_hex, HASH, ARRAY, Elements, Devel::Leak::NoteSV, a824, Devel...
lots of leaks... $ perl annotate.pl new 0x22d8a80 : SV = NULL(0x0) at 0x22d8a80 REFCNT = 1 FLAGS = (PADMY) new 0x22d8f78 : SV = NULL(0x0) at 0x22d8f78 ...[24 leaked entries in total] What's up with that?! Code signals: How, Pure, Perl, Devel::Leak, annotated_hex, HASH, ARRAY, Elements, Devel::Leak::NoteSV, a824, Devel...
[ -0.004180908203125, -0.0067138671875, -0.005645751953125, 0.0208740234375, -0.0048828125, 0.017578125, -0.0024566650390625, 0.0133056640625, 0.0263671875, -0.00041961669921875, 0.01409912109375, 0.0028839111328125, 0.031005859375, 0.0283203125, 0.015380859375, -0.01165771484375, 0.01...
[ 71358, 111, 95, 24251, 27, 3650, 117, 141, 8668, 19888, 2424, 3525, 4836, 38020, 18057, 23708, 77495, 99, 9069, 27529, 22879, 106, 563, 91912, 116908, 73543, 16, 19051, 2357, 344, 297, 112820, 3622, 4865, 1257, 4730, 28864, 26073, 7, 1124...
[ 0.1732177734375, 0.0845947265625, 0.2032470703125, 0.2255859375, 0.07012939453125, 0.10443115234375, 0.1705322265625, 0.17333984375, 0.1964111328125, 0.258544921875, 0.18017578125, 0.0291290283203125, 0.1727294921875, 0.1942138671875, 0.0653076171875, 0.0853271484375, 0.0722045898437...
embed
16977724_c0
16977724
perl
0
Title: Convert date format and timezone using Perl Problem title: Convert date format and timezone using Perl Tags: perl Problem: Convert date format and timezone using Perl How can i convert: 05\/26\/2013 06:09:47 to 25 May 2013 23:09:47 The above date is in GMT-7 time zone. How can i change it to GMT time in the abov...
Convert date format and timezone using Perl Convert date format and timezone using Perl perl Perl Convert May Convert date format and timezone using Perl How can i convert: 05\/26\/2013 06:09:47 to 25 May 2013 23:09:47 The above date is in GMT-7 time zone. How can i change it to GMT time in the above format. Thanks.
[ -0.006927490234375, 0.0004596710205078125, 0.000865936279296875, 0.0213623046875, 0.00701904296875, -0.00653076171875, -0.0003528594970703125, 0.0244140625, -0.0001621246337890625, 0.032958984375, 0.0106201171875, 0.025146484375, 0.0125732421875, -0.00604248046875, -0.00732421875, -0.0...
[ 1657, 11549, 5622, 9384, 136, 1733, 18979, 17368, 908, 141, 117, 4347, 831, 17, 96760, 12, 4777, 64, 4046, 25105, 4880, 30628, 33573, 47, 714, 1210, 1105, 36917, 83, 23, 99961, 16709, 20288, 11249, 15549, 442, 70, 22362 ]
[ 0.1097412109375, 0.19873046875, 0.195556640625, 0.24169921875, 0.1387939453125, 0.205078125, 0.234375, 0.078857421875, 0.1663818359375, 0.193115234375, 0.143798828125, 0.25830078125, 0.08892822265625, 0.078369140625, 0.2354736328125, 0.005645751953125, 0.2022705078125, 0.0007019042...
embed
8007871_c0
8007871
perl
0
Title: How to run a Perl file using Java? Problem title: How to run a Perl file using Java? Tags: perl, java Problem: How to run a Perl file using Java? Possible Duplicate: How should I call a Perl Script in Java? I have a perl file which is used for remotely checking ip addresses.I need to run that perl in java.please...
How to run a Perl file using Java? How to run a Perl file using Java? perl java Java How Perl How to run a Perl file using Java? I have a perl file which is used for remotely checking ip addresses.I need to run that perl in java.please help me to proceed.
[ 0.0203857421875, 0.01287841796875, 0.002532958984375, 0.0247802734375, 0.00482177734375, 0.01275634765625, -0.0098876953125, -0.00677490234375, -0.0030517578125, -0.036865234375, 0.0125732421875, 0.025634765625, -0.004180908203125, 0.00103759765625, -0.015869140625, -0.0196533203125, ...
[ 11249, 47, 11675, 10, 908, 141, 11435, 17368, 41925, 32, 117, 79, 330, 87, 765, 3129, 11814, 100, 148814, 175199, 17, 254, 29823, 3871, 450, 23, 8705, 4358, 163, 172337 ]
[ 0.104248046875, 0.0972900390625, 0.1937255859375, 0.054656982421875, 0.1942138671875, 0.234375, 0.1883544921875, 0.1300048828125, 0.2578125, 0.0312042236328125, 0.1689453125, 0.1375732421875, 0.201171875, 0.014251708984375, 0.0300750732421875, 0.008148193359375, 0.074462890625, 0.0...
embed
4345789_c0
4345789
perl
0
Title: How to add null-character to string in Perl? Problem title: How to add null-character to string in Perl? Tags: perl Problem: How to add null-character to string in Perl? I want to create string in perl with length, for example 7, but "visible" contents, for example "a". my $test = ...; print $test result: "a" pr...
How to add null-character to string in Perl? How to add null-character to string in Perl? perl How Perl How to add null-character to string in Perl? I want to create string in perl with length, for example 7, but "visible" contents, for example "a". my $test = ...; print $test result: "a" print length($test) result: 7
[ 0.01611328125, 0.03466796875, 0.023193359375, 0.040283203125, -0.011474609375, 0.0150146484375, 0.0244140625, -0.024658203125, 0.00445556640625, 0.0076904296875, 0.00156402587890625, 0.009033203125, -0.0012664794921875, 0.02978515625, -0.021240234375, -0.01220703125, 0.019775390625, ...
[ 11249, 47, 15190, 56574, 9, 9254, 2263, 720, 79315, 23, 908, 141, 117, 3444, 28282, 678, 140909, 361, 1284, 99017, 10941, 11, 3650, 6954, 28412, 16750 ]
[ 0.05841064453125, 0.0714111328125, 0.1304931640625, 0.229736328125, 0.09259033203125, 0.1007080078125, 0.113525390625, 0.122314453125, 0.251708984375, 0.05426025390625, 0.1624755859375, 0.1697998046875, 0.134521484375, 0.0207366943359375, 0.0955810546875, 0.0098876953125, 0.118530273...
embed
6456137_c0
6456137
perl
0
Title: Using the -d test operator in perl Problem title: Using the -d test operator in perl Tags: perl Problem: Using the -d test operator in perl I'm going through someone's old code and I came across this statement: $tmpStr = "/some/file/location/"; if(-d $tmpStr){ printf("1"); }else{ printf("2"); } I'm confused abou...
Using the -d test operator in perl Using the -d test operator in perl perl Using Using the -d test operator in perl I'm going through someone's old code and I came across this statement: I'm confused about what the -d does... any help?
[ 0.0206298828125, -0.0123291015625, -0.0030059814453125, 0.00146484375, 0.004180908203125, 0.01495361328125, 0.007720947265625, -0.0003509521484375, 0.01226806640625, -0.000835418701171875, 0.005584716796875, 0.00286865234375, 0.007415771484375, -0.0167236328125, -0.026123046875, 0.0148...
[ 345, 20, 71, 3034, 39933, 117, 141, 23, 6953, 70, 18151, 36880, 63805, 55681, 5281, 2367, 14602, 4358 ]
[ 0.02435302734375, 0.1221923828125, 0.177734375, 0.2021484375, 0.17138671875, 0.10064697265625, 0.149169921875, 0.0263824462890625, 0.005828857421875, 0.0528564453125, 0.053253173828125, 0.0257568359375, 0.0758056640625, 0.044403076171875, 0.033966064453125, 0.03900146484375, 0.073181...
embed
1710285_c0
1710285
perl
0
Title: Send file (image) through socket perl Problem title: Send file (image) through socket perl Tags: sockets, perl Problem: Send file (image) through socket perl I am aware on how to send files through a socket in perl (server, client)... but I was wondering if anyone could explain or give me a reference on how to s...
Send file (image) through socket perl Send file (image) through socket perl sockets perl Send Send file (image) through socket perl I am aware on how to send files through a socket in perl (server, client)... but I was wondering if anyone could explain or give me a reference on how to send image files through a socket
[ 0.03662109375, -0.01214599609375, -0.005096435546875, 0.004364013671875, 0.001708984375, 0.0030975341796875, -0.0081787109375, 0.0167236328125, -0.01055908203125, 0.00189208984375, 0.044189453125, 0.0296630859375, 0.008544921875, 0.0142822265625, -0.00469970703125, 0.004364013671875, ...
[ 24044, 11435, 37926, 8305, 221, 27853, 117, 141, 107419, 3642, 25379, 102158, 23, 39642, 23282, 149016, 73342, 91067, 47, 29569 ]
[ 0.1180419921875, 0.173828125, 0.1702880859375, 0.118408203125, 0.1322021484375, 0.2122802734375, 0.16259765625, 0.1844482421875, 0.052093505859375, 0.03509521484375, 0.1331787109375, 0.1676025390625, 0.000946044921875, 0.06011962890625, 0.09130859375, 0.01226806640625, 0.0791015625, ...
embed
5293246_c0
5293246
perl
0
Title: Why the 1 at the end of each perl package? Problem title: Why the 1 at the end of each perl package? Tags: perl-module, perl Problem: Why the 1 at the end of each perl package? If you forget the 1 at the end of a package, Perl tells you "The package didn't return a true value". Well, if it knows you forgot it, w...
Why the 1 at the end of each perl package? Why the 1 at the end of each perl package? perl-module perl Why Why the 1 at the end of each perl package? If you forget the 1 at the end of a package, Perl tells you "The package didn't return a true value". Well, if it knows you forgot it, why not just put it there for you?
[ 0.0093994140625, 0.005950927734375, 0.0020294189453125, -0.00104522705078125, -0.00909423828125, 0.015869140625, 0.010498046875, -0.007232666015625, 0.01226806640625, 0.01177978515625, 0.005340576171875, 0.0035858154296875, 0.01214599609375, -0.003448486328125, -0.00141143798828125, -0...
[ 44084, 70, 106, 99, 3564, 12638, 117, 141, 98169, 83279, 111, 90820, 908, 14192, 15935, 18, 30646, 29568, 34292, 93002, 100, 9904, 442, 3884, 2685 ]
[ 0.1251220703125, 0.06182861328125, 0.1634521484375, 0.0948486328125, 0.17236328125, 0.1011962890625, 0.143310546875, 0.1466064453125, 0.2208251953125, 0.06591796875, 0.0350341796875, 0.15576171875, 0.146728515625, 0.04876708984375, 0.055145263671875, 0.06585693359375, 0.1444091796875...
embed
18366394_c0
18366394
perl
0
Title: perl 101 - iterating hash causes never ending looping Problem title: perl 101 - iterating hash causes never ending looping Tags: perl Problem: perl 101 - iterating hash causes never ending looping No idea why this script runs infinitely. It looks fine to me. while (my ($k, $v) = each (%ENV)){ my @k = keys (%ENV)...
perl 101 - iterating hash causes never ending looping perl 101 - iterating hash causes never ending looping perl ENV perl 101 - iterating hash causes never ending looping No idea why this script runs infinitely. It looks fine to me.
[ -0.00897216796875, -0.005767822265625, -0.01165771484375, -0.0042724609375, -0.00372314453125, -0.015625, 0.006561279296875, -0.00640869140625, -0.0018157958984375, -0.00102996826171875, 0.014404296875, 0.045166015625, 0.030029296875, 0.00457763671875, 0.0032806396484375, 0, -0.00140...
[ 117, 141, 21027, 17, 67, 98767, 1556, 127, 113660, 8306, 86658, 40956, 214, 7338, 856, 6528, 15400, 903, 26499, 127877, 54241, 21286, 33342, 5885, 47 ]
[ 0.12841796875, 0.126953125, 0.226806640625, 0.07550048828125, 0.1943359375, 0.1744384765625, 0.18212890625, 0.1483154296875, 0.12548828125, 0.11529541015625, 0.14892578125, 0.1749267578125, 0.058319091796875, 0.09423828125, 0.169921875, 0.11651611328125, 0.09173583984375, 0.1015014...
embed
64494243_c0
64494243
perl
0
Title: How can I cancel in-flight requests from Mojo::UserAgent? Problem title: How can I cancel in-flight requests from Mojo::UserAgent? Tags: promise, mojolicious, perl, user-agent Problem: How can I cancel in-flight requests from Mojo::UserAgent? Let's say I want to cancel an in-flight request of Mojo::UserAgent ? H...
How can I cancel in-flight requests from Mojo::UserAgent? How can I cancel in-flight requests from Mojo::UserAgent? promise mojolicious perl user-agent Mojo::UserAgent How How can I cancel in-flight requests from Mojo::UserAgent? Let's say I want to cancel an in-flight request of Mojo::UserAgent ? How can I do that?
[ 0.01312255859375, 0.017333984375, 0.030029296875, -0.014892578125, -0.0201416015625, -0.0030364990234375, 0.0322265625, 0.00933837890625, -0.021728515625, 0.0038909912109375, -0.01544189453125, -0.01611328125, 0.000766754150390625, -0.0067138671875, 0.005462646484375, -0.0279541015625,...
[ 11249, 831, 87, 53017, 23, 420, 20016, 50336, 7, 1295, 2501, 513, 1062, 2189, 284, 46825, 103036, 22168, 5674, 60744, 117, 141, 38937, 83963, 3444, 47, 111, 54, 450 ]
[ 0.08599853515625, 0.1041259765625, 0.07489013671875, 0.2479248046875, 0.1636962890625, 0.0838623046875, 0.184814453125, 0.187744140625, 0.055511474609375, 0.10662841796875, 0.1153564453125, 0.21826171875, 0.044769287109375, 0.1083984375, 0.073486328125, 0.1864013671875, 0.16271972656...
embed
25454546_c1
25454546
perl
1
line two and above the lines. How can i do it? Code signals: perl, How, a.118.8, TPR-like, PADGALKRAEELKTQANDYFKAKDYENAIKFYSQAIELNPSNAIYYGNRS, LAYLRTECYGYALGDATRAIELDKKYIKGYYRRAASNMALGKFRAALRDY, ETVVKVKPHDKDAKMKYQECNKIVKQKAFERAIAGDEHKRSVVDSLDIES, MTIEDEYS, a4.fas, LAYLRT, ECYGYALGDATRAIELDKKYIKGYYRRAASNMALGKFRAALRDY, ...
line two and above the lines. How can i do it? Code signals: perl, How, a.118.8, TPR-like, PADGALKRAEELKTQANDYFKAKDYENAIKFYSQAIELNPSNAIYYGNRS, LAYLRTECYGYALGDATRAIELDKKYIKGYYRRAASNMALGKFRAALRDY, ETVVKVKPHDKDAKMKYQECNKIVKQKAFERAIAGDEHKRSVVDSLDIES, MTIEDEYS, a4.fas, LAYLRT, ECYGYALGDATRAIELDKKYIKGYYRRAASNMALGKFRAALRDY, ...
[ 0.000339508056640625, 0.01507568359375, -0.01446533203125, 0.024169921875, -0.00341796875, 0.009521484375, 0.00689697265625, 0.01141357421875, 0.012451171875, -0.00909423828125, 0.006134033203125, 0.003173828125, 0.01434326171875, 0.00726318359375, -0.00396728515625, -0.018310546875, ...
[ 13315, 6626, 136, 36917, 70, 124519, 5, 11249, 831, 17, 54, 442, 32, 28864, 26073, 7, 12, 117, 141, 10, 1662, 200701, 384, 17255, 9, 5062, 116908, 88946, 12280, 33081, 134078, 15396, 6, 103695, 120717, 43098, 60214, 605, 594, 66804, 839...
[ 0.251220703125, 0.237060546875, 0.169189453125, 0.253662109375, 0.103759765625, 0.27001953125, 0.007843017578125, 0.194580078125, 0.092529296875, 0.083251953125, 0.134521484375, 0.14111328125, 0.019622802734375, 0.2548828125, 0.287841796875, 0.0926513671875, 0.0171051025390625, 0.1...
embed
21452104_c0
21452104
perl
0
Title: exec hello.pl file in php by sending variable Problem title: exec hello.pl file in php by sending variable Tags: php, exec, perl Problem: exec hello.pl file in php by sending variable I have a file hello.pl and i want to call in php. I used exec(perl perl_tests\hello.pl) and I want to send variables in to this p...
exec hello.pl file in php by sending variable exec hello.pl file in php by sending variable php exec perl hello.pl exec hello.pl file in php by sending variable I have a file hello.pl and i want to call in php. I used exec(perl perl_tests\hello.pl) and I want to send variables in to this pl file can you give me advice?
[ 0.01348876953125, 0.004913330078125, -0.01531982421875, 0.0164794921875, 0.0009307861328125, 0.0093994140625, 0.0014801025390625, 0.0036468505859375, -0.003143310546875, -0.03564453125, 0.03271484375, 0.035888671875, 0.012451171875, 0.0191650390625, -0.0008392333984375, 0.0011138916015...
[ 1119, 3240, 33600, 31, 2424, 11435, 23, 3958, 390, 135834, 77336, 117, 141, 765, 5, 3444, 11782, 11814, 1264, 6954, 127, 13817, 25379, 7, 6456, 67660 ]
[ 0.0784912109375, 0.1627197265625, 0.1746826171875, 0.2156982421875, 0.262451171875, 0.16943359375, 0.04925537109375, 0.218505859375, 0.032318115234375, 0.1322021484375, 0.2509765625, 0.139404296875, 0.13330078125, 0.00787353515625, 0.037017822265625, 0.046875, 0.139404296875, 0.015...
embed
129607_c0
129607
perl
0
Title: What is the difference between my and local in Perl? Problem title: What is the difference between my and local in Perl? Tags: perl, scoping Problem: What is the difference between my and local in Perl? I am seeing both of them used in this script I am trying to debug and the literature is just not clear. Can so...
What is the difference between my and local in Perl? What is the difference between my and local in Perl? perl scoping What Perl What is the difference between my and local in Perl? I am seeing both of them used in this script I am trying to debug and the literature is just not clear. Can someone demystify this for me?
[ 0.00927734375, 0.01177978515625, 0.0159912109375, 0.006317138671875, -0.0022430419921875, 0.0225830078125, -0.0036163330078125, 0.0123291015625, -0.00848388671875, -0.01104736328125, 0.007415771484375, 0.03662109375, 0.0269775390625, 0.0087890625, 0.01043701171875, -0.00421142578125, ...
[ 4865, 83, 70, 60212, 17721, 759, 136, 4000, 23, 908, 141, 117, 44679, 214, 86681, 15044, 111, 2856, 11814, 26499, 31577, 8, 85779, 163136, 959, 34735, 4171, 745, 54726, 40383 ]
[ 0.047515869140625, 0.03936767578125, 0.084228515625, 0.204345703125, 0.130126953125, 0.241455078125, 0.12060546875, 0.21923828125, 0.072998046875, 0.1676025390625, 0.1846923828125, 0.123779296875, 0.1488037109375, 0.09375, 0.035675048828125, 0.086181640625, 0.006256103515625, 0.052...
embed
5993439_c0
5993439
perl
0
Title: How big can the argument to Perl&#x27;s rand be? Problem title: How big can the argument to Perl&#x27;s rand be? Tags: perl, random Problem: How big can the argument to Perl's rand be? rand(n) returns a number between 0 and n . Will rand work as expected, with regard to "randomness", for all arguments up to the ...
How big can the argument to Perl&#x27;s rand be? How big can the argument to Perl&#x27;s rand be? perl random How Perl How big can the argument to Perl's rand be? rand(n) returns a number between 0 and n . Will rand work as expected, with regard to "randomness", for all arguments up to the integer limit on my platform?
[ 0.004150390625, 0.006683349609375, 0.0162353515625, -0.01092529296875, 0.006866455078125, 0.0125732421875, 0.01531982421875, -0.00799560546875, -0.0015716552734375, -0.03369140625, 0.021728515625, 0.00433349609375, 0.0137939453125, 0.0024261474609375, 0.01336669921875, -0.0213623046875...
[ 11249, 6957, 831, 10750, 47, 908, 141, 3768, 27388, 186, 70, 117, 96759, 132, 19, 30646, 10, 14012, 17721, 757, 136, 653, 20255, 4488, 84751, 46258, 39, 7432, 1257, 892, 1505, 17475, 13651 ]
[ 0.05731201171875, 0.128173828125, 0.08837890625, 0.257080078125, 0.10076904296875, 0.169677734375, 0.1900634765625, 0.0589599609375, 0.2462158203125, 0.08489990234375, 0.0220794677734375, 0.142822265625, 0.1854248046875, 0.00189208984375, 0.072998046875, 0.125, 0.0032958984375, 0.0...
embed
8963400_c0
8963400
perl
0
Title: The correct way to read a data file into an array Problem title: The correct way to read a data file into an array Tags: perl Problem: The correct way to read a data file into an array I have a data file, with each line having one number, like 10 20 30 40 How do I read this file and store the data into an array?...
The correct way to read a data file into an array The correct way to read a data file into an array perl The correct way to read a data file into an array I have a data file, with each line having one number, like How do I read this file and store the data into an array? So that I can conduct some operations on this ar...
[ 0.0203857421875, -0.01220703125, 0.01300048828125, 0.00531005859375, 0.005706787109375, 0.007354736328125, -0.0081787109375, 0.003173828125, 0.004730224609375, -0.033447265625, -0.01092529296875, -0.016357421875, -0.006866455078125, -0.01483154296875, 0.0025634765625, -0.01220703125, ...
[ 581, 26785, 3917, 47, 12301, 2053, 11435, 3934, 142, 10298, 53, 117, 141, 87, 12638, 13315, 19441, 1632, 14012, 11249, 54, 903, 136, 4343, 55080, 41018, 98, 5 ]
[ 0.031219482421875, 0.175048828125, 0.11865234375, 0.045562744140625, 0.2108154296875, 0.1812744140625, 0.2044677734375, 0.205078125, 0.055999755859375, 0.2261962890625, 0.1845703125, 0.13525390625, 0.14501953125, 0.010009765625, 0.033966064453125, 0.1016845703125, 0.021759033203125, ...
embed
18716941_c0
18716941
perl
0
Title: Perl - real time read log file Problem title: Perl - real time read log file Tags: tail, logging, perl, real-time Problem: Perl - real time read log file In addition to using the module File::Tail (Perl extension for reading from continously updated files) o while loop.. according to you, which is the best way t...
Perl - real time read log file Perl - real time read log file tail logging perl real-time Perl Perl - real time read log file In addition to using the module File::Tail (Perl extension for reading from continously updated files) o while loop.. according to you, which is the best way to read a big log file in real time?
[ 0.0240478515625, 0.007568359375, 0.01251220703125, -0.0147705078125, 0.02734375, -0.002593994140625, 0.006134033203125, -0.01373291015625, -0.0087890625, -0.0390625, 0.03662109375, 0.01025390625, 0.00109100341796875, -0.02978515625, 0.01507568359375, -0.0108642578125, -0.0078125, 0...
[ 908, 141, 2773, 1733, 12301, 12684, 11435, 46741, 459, 36659, 117, 6032, 17368, 88996, 42724, 12, 9874, 379, 15277, 111938, 16454, 102548, 150011, 102158, 36, 12960, 40956, 59499, 2965, 3917, 47, 6957 ]
[ 0.1932373046875, 0.1766357421875, 0.1568603515625, 0.1468505859375, 0.2034912109375, 0.1822509765625, 0.1590576171875, 0.2340087890625, 0.1268310546875, 0.0902099609375, 0.1531982421875, 0.0697021484375, 0.050048828125, 0.13720703125, 0.1390380859375, 0.00421142578125, 0.146484375, ...
embed
21903727_c4
21903727
perl
4
, 5.73557772e-05 11, 1.00985348e-01, 1.69204008e-02, 4.77131580e-05 12, 1.01048581e-01, 1.69791635e-02, 5.73566977e-05 13, 1.00984685e-01, 1.69786215e-02, 4.76094247e-05 [Faces] 0, 1, 2, 3 1, 4, 5, 2 6, 7, 8, 9 7, 10, 11, 8 10, 12, 13, 11 What will be the most efficient way to program something like that? Code signals:...
, 5.73557772e-05 11, 1.00985348e-01, 1.69204008e-02, 4.77131580e-05 12, 1.01048581e-01, 1.69791635e-02, 5.73566977e-05 13, 1.00984685e-01, 1.69786215e-02, 4.76094247e-05 [Faces] 0, 1, 2, 3 1, 4, 5, 2 6, 7, 8, 9 7, 10, 11, 8 10, 12, 13, 11 What will be the most efficient way to program something like that? Code signals:...
[ 0.018310546875, -0.005340576171875, -0.015625, 0.01318359375, 0.0024261474609375, 0.0281982421875, 0.023681640625, -0.004486083984375, 0.01904296875, 0.004608154296875, -0.00103759765625, -0.0341796875, 0.012451171875, -0.0166015625, -0.005096435546875, -0.0047607421875, 0.0111083984...
[ 6, 4, 1892, 13574, 159595, 168766, 13, 87741, 534, 146533, 183642, 135407, 55667, 615, 14212, 147758, 155720, 88296, 1398, 14546, 4836, 427, 114999, 13556, 51748, 199439, 5843, 183908, 17480, 167713, 171141, 1837, 110216, 142430, 135518, 268, 7...
[ 0.03369140625, 0.06036376953125, 0.09857177734375, 0.0972900390625, 0.1175537109375, 0.139892578125, 0.0784912109375, 0.2081298828125, 0.2120361328125, 0.0870361328125, 0.0692138671875, 0.11767578125, 0.139404296875, 0.005889892578125, 0.07086181640625, 0.04248046875, 0.0550231933593...
embed
31832057_c0
31832057
perl
0
Title: Perl remove substring in the middle of a string Problem title: Perl remove substring in the middle of a string Tags: perl, replace Problem: Perl remove substring in the middle of a string How can I remove (or replace by nothing) the 4th and 5th character of my string, in this case number 5 and number 6, to go fr...
Perl remove substring in the middle of a string Perl remove substring in the middle of a string perl replace Perl Perl remove substring in the middle of a string How can I remove (or replace by nothing) the 4th and 5th character of my string, in this case number 5 and number 6, to go from this: to this:
[ -0.004364013671875, 0.0106201171875, 0.0169677734375, 0.00689697265625, -0.0155029296875, 0.004730224609375, -0.0166015625, 0.0072021484375, 0.01007080078125, 0.005340576171875, 0.01019287109375, 0.016845703125, -0.004364013671875, -0.0111083984375, 0, -0.0052490234375, 0.01965332031...
[ 908, 141, 87388, 1614, 91693, 23, 70, 86991, 111, 79315, 117, 91995, 831, 390, 33720, 201, 927, 136, 190, 62816, 14012, 305, 738, 1295, 903, 47 ]
[ 0.15625, 0.1307373046875, 0.179443359375, 0.207763671875, 0.272216796875, 0.067626953125, 0.008087158203125, 0.2000732421875, 0.1083984375, 0.2047119140625, 0.127197265625, 0.1650390625, 0.04083251953125, 0.0171051025390625, 0.10638427734375, 0.1536865234375, 0.07928466796875, 0.09...
embed
10768602_c0
10768602
perl
0
Title: How do I change a Perl variable through a reference to it? Problem title: How do I change a Perl variable through a reference to it? Tags: perl, reference Problem: How do I change a Perl variable through a reference to it? Why does this print 8 ? Why doesn't $e alter $i ? my $i = 8; sub u { return \$i; } my $e =...
How do I change a Perl variable through a reference to it? How do I change a Perl variable through a reference to it? perl reference How Perl How do I change a Perl variable through a reference to it? Why does this print 8 ? Why doesn't $e alter $i ?
[ 0.0145263671875, 0.037841796875, 0.02978515625, 0.00653076171875, 0.00946044921875, 0.005279541015625, -0.035400390625, 0.0205078125, 0.0022125244140625, 0.00140380859375, -0.005218505859375, 0.0262451171875, 0.033935546875, 0.01806640625, 0.01373291015625, -0.0179443359375, 0.017700...
[ 11249, 15549, 908, 141, 77336, 8305, 91067, 47, 54, 10, 442, 117, 87, 44084, 28412, 382, 22027, 18, 3650, 13, 37264, 14 ]
[ 0.056976318359375, 0.203369140625, 0.16162109375, 0.1864013671875, 0.24560546875, 0.12017822265625, 0.2232666015625, 0.1341552734375, 0.040252685546875, 0.042694091796875, 0.06121826171875, 0.1343994140625, 0.043487548828125, 0.05841064453125, 0.127197265625, 0.1861572265625, 0.00608...
embed
12702869_c0
12702869
perl
0
Title: How severe is it if we do not close a file in Perl? Problem title: How severe is it if we do not close a file in Perl? Tags: perl, file-io, file-handling Problem: How severe is it if we do not close a file in Perl? How severe is it if we do not close a file in Perl? Will it affect the program or file if I access...
How severe is it if we do not close a file in Perl? How severe is it if we do not close a file in Perl? perl file-io file-handling How Perl How severe is it if we do not close a file in Perl? How severe is it if we do not close a file in Perl? Will it affect the program or file if I access it again in the same program?
[ 0.03125, 0.0172119140625, 0.00946044921875, 0.0172119140625, -0.003997802734375, -0.0010833740234375, -0.00921630859375, 0.0074462890625, -0.00927734375, 0.01361083984375, -0.0003032684326171875, 0.017822265625, 0.0111083984375, 0.016845703125, 0.00946044921875, -0.015625, 0.00302124...
[ 11249, 141591, 442, 2174, 959, 20903, 11435, 23, 908, 141, 83, 117, 846, 54885, 54, 52490, 1528, 17203, 13438, 5701 ]
[ 0.07818603515625, 0.24365234375, 0.1085205078125, 0.058441162109375, 0.1328125, 0.197021484375, 0.17822265625, 0.0960693359375, 0.176025390625, 0.2059326171875, 0.087646484375, 0.1357421875, 0.14501953125, 0.143798828125, 0.044952392578125, 0.121826171875, 0.09130859375, 0.09301757...
embed
5193282_c0
5193282
perl
0
Title: Delete files that match regex Problem title: Delete files that match regex Tags: regex, perl, delete-file, windows Problem: Delete files that match regex Shortest and nicest way to delete all files from directory that match certain regex in Perl on Windows. My example: delete all *.txt files from directory, but ...
Delete files that match regex Delete files that match regex regex perl delete-file windows Delete tmp.txt Delete files that match regex Shortest and nicest way to delete all files from directory that match certain regex in Perl on Windows. My example: delete all *.txt files from directory, but leave tmp.txt ? Windows.
[ -0.0052490234375, 0.00109100341796875, 0.00408935546875, 0.00494384765625, -0.0185546875, 0.000759124755859375, 0.01513671875, 0.004425048828125, 0.00640869140625, 0.00537109375, -0.00122833251953125, 0.040283203125, 0.0024566650390625, -0.0017852783203125, 0.01446533203125, 0.00842285...
[ 262, 46485, 102158, 450, 14858, 6835, 3355, 117, 141, 154109, 29822, 54825, 808, 2676, 124326, 82990, 525, 10443, 3917, 47, 756, 1295, 14364, 53, 908, 3773, 27781, 661, 31358 ]
[ 0.1051025390625, 0.1715087890625, 0.1781005859375, 0.0870361328125, 0.22216796875, 0.179443359375, 0.217041015625, 0.123046875, 0.151123046875, 0.2076416015625, 0.0885009765625, 0.0848388671875, 0.095947265625, 0.2027587890625, 0.2232666015625, 0.127197265625, 0.0472412109375, 0.09...
embed
1873682_c0
1873682
perl
0
Title: How can I add an image to a table in Perl? Problem title: How can I add an image to a table in Perl? Tags: perl, html, cgi Problem: How can I add an image to a table in Perl? I have developed a database using Perl DBI and display using Perl CGI. Can you please suggest syntax for adding an image to the table and ...
How can I add an image to a table in Perl? How can I add an image to a table in Perl? perl html cgi How Perl How can I add an image to a table in Perl? I have developed a database using Perl DBI and display using Perl CGI. Can you please suggest syntax for adding an image to the table and its background in the database...
[ 0.01373291015625, 0.011962890625, 0.008544921875, 0.00439453125, -0.00604248046875, 0.01904296875, -0.0000095367431640625, -0.0069580078125, 0.0009765625, -0.0074462890625, 0.018310546875, 0.0341796875, -0.010009765625, 0.01123046875, -0.0166015625, -0.0113525390625, 0.0069580078125,...
[ 11249, 831, 87, 15190, 142, 29569, 47, 10, 23180, 23, 908, 141, 117, 7693, 735, 126809, 63399, 17368, 16312, 44116, 18027, 4171, 22936, 42459, 6002, 86531, 154107, 136, 76615 ]
[ 0.09326171875, 0.1031494140625, 0.039825439453125, 0.1646728515625, 0.09075927734375, 0.264404296875, 0.1422119140625, 0.04669189453125, 0.2459716796875, 0.0877685546875, 0.1822509765625, 0.2044677734375, 0.1138916015625, 0.0914306640625, 0.13720703125, 0.052276611328125, 0.133178710...
embed
22942471_c0
22942471
perl
0
Title: perl - how to find all coincidences to pattern Problem title: perl - how to find all coincidences to pattern Tags: regex, perl Problem: perl - how to find all coincidences to pattern For example I have a string "babdbeb" and pattern "b.b". I want to find following substrings here: bab bdb beb What is the best wa...
perl - how to find all coincidences to pattern perl - how to find all coincidences to pattern regex perl perl - how to find all coincidences to pattern For example I have a string "babdbeb" and pattern "b.b". I want to find following substrings here: What is the best way of doing this? P.S. I'm very new to Perl program...
[ -0.0031585693359375, -0.017822265625, 0.0025177001953125, 0.0106201171875, -0.0068359375, 0.0126953125, -0.0198974609375, 0.02197265625, 0.007049560546875, -0.033203125, 0.0164794921875, 0.012451171875, 0.005401611328125, -0.0257568359375, 0.0015716552734375, 0.002471923828125, 0.024...
[ 117, 141, 3642, 47, 7413, 756, 187020, 5170, 103510, 6835, 3355, 27781, 79315, 17105, 48073, 6403, 136, 275, 5, 3444, 25632, 1614, 91693, 3688, 2965, 3917, 20594, 903, 4552, 908, 56037 ]
[ 0.149658203125, 0.170166015625, 0.06463623046875, 0.143310546875, 0.142822265625, 0.154296875, 0.239013671875, 0.1768798828125, 0.25927734375, 0.1246337890625, 0.13623046875, 0.0323486328125, 0.177490234375, 0.1024169921875, 0.059539794921875, 0.15234375, 0.056121826171875, 0.09368...
embed
11901012_c0
11901012
perl
0
Title: Using regex to fetch a value Problem title: Using regex to fetch a value Tags: perl, regex, tcl Problem: Using regex to fetch a value I have a string: set a "ODUCTP-1-1-1-2P1" regexp {.*?\-(.*)} $a match sub I expect the value of sub to be 1-1-1-2P1 But I'm getting empty string. Can any one tell me how to proper...
Using regex to fetch a value Using regex to fetch a value perl regex tcl Using ODUCTP-1-1-1-2P1 Using regex to fetch a value I have a string: I expect the value of sub to be 1-1-1-2P1 But I'm getting empty string. Can any one tell me how to properly use the regex?
[ -0.0047607421875, -0.00518798828125, 0.01239013671875, 0.03466796875, -0.005706787109375, -0.0191650390625, 0.002197265625, 0.016357421875, 0.02490234375, 0.01458740234375, 0.00518798828125, 0.0322265625, -0.004425048828125, -0.0213623046875, -0.00122833251953125, -0.01007080078125, ...
[ 345, 6835, 3355, 7647, 206, 34292, 6953, 47, 117, 141, 34937, 34687, 49503, 23658, 115727, 72789, 683, 418, 79315, 41206, 1614, 186, 66271, 20949, 201505, 14192, 3642, 155965, 4527 ]
[ 0.041839599609375, 0.18212890625, 0.252197265625, 0.1436767578125, 0.10540771484375, 0.1944580078125, 0.01654052734375, 0.041900634765625, 0.103515625, 0.121337890625, 0.141357421875, 0.058349609375, 0.0229034423828125, 0.10791015625, 0.0966796875, 0.10986328125, 0.0579833984375, 0...
embed
14095913_c0
14095913
perl
0
Title: How to remove character from variable before use? Problem title: How to remove character from variable before use? Tags: regex, perl Problem: How to remove character from variable before use? $a[1] always starts with a ( and $a[5] always ends with a ) . Is there a way to get rid of those without adding more line...
How to remove character from variable before use? How to remove character from variable before use? regex perl variable How How to remove character from variable before use? $a[1] always starts with a ( and $a[5] always ends with a ) . Is there a way to get rid of those without adding more lines?
[ -0.01025390625, 0.00019073486328125, -0.01190185546875, 0.020751953125, -0.01165771484375, -0.0113525390625, 0.0086669921875, 0.0277099609375, 0.002899169921875, -0.005889892578125, -0.00677490234375, 0.0155029296875, -0.0101318359375, 0.0005340576171875, -0.009765625, -0.0120849609375...
[ 11249, 47, 87388, 62816, 1295, 77336, 8108, 4527, 6835, 3355, 117, 141, 3650, 11, 25256, 11343, 4034, 678, 10, 45963, 3564, 31351, 111, 8382, 124519 ]
[ 0.07220458984375, 0.0386962890625, 0.2042236328125, 0.254150390625, 0.13427734375, 0.28857421875, 0.1510009765625, 0.11376953125, 0.1494140625, 0.1842041015625, 0.14501953125, 0.1524658203125, 0.09912109375, 0.06744384765625, 0.1190185546875, 0.1153564453125, 0.0751953125, 0.034912...
embed
54923255_c0
54923255
perl
0
Title: How do I parse {&quot;access_token&quot;:&quot;Abcd45689012031&quot;} Problem title: How do I parse {&quot;access_token&quot;:&quot;Abcd45689012031&quot;} Tags: perl Problem: How do I parse {"access_token":"Abcd45689012031"} How do I parse this. Input ={"access_token":"Abcd45689012031"} and out put = "Abcd456890...
How do I parse {&quot;access_token&quot;:&quot;Abcd45689012031&quot;} How do I parse {&quot;access_token&quot;:&quot;Abcd45689012031&quot;} perl How access_token Abcd45689012031 How do I parse {"access_token":"Abcd45689012031"} How do I parse this. Input ={"access_token":"Abcd45689012031"} and out put = "Abcd4568901203...
[ 0.0067138671875, 0.0296630859375, -0.007080078125, 0.0024871826171875, -0.01904296875, 0.006317138671875, -0.0004405975341796875, 0.0194091796875, -0.0024261474609375, 0.006683349609375, 0.00836181640625, -0.003692626953125, 0.0019989013671875, -0.0087890625, -0.007080078125, 0.0158691...
[ 11249, 87, 366, 184, 113041, 6448, 33, 24988, 71574, 121317, 136442, 20840, 5016, 54, 117, 141, 17203, 3157, 903, 360, 7077, 1810, 3884 ]
[ 0.0750732421875, 0.051025390625, 0.1729736328125, 0.1435546875, 0.1993408203125, 0.16748046875, 0.172607421875, 0.0911865234375, 0.144775390625, 0.1353759765625, 0.1402587890625, 0.084716796875, 0.1915283203125, 0.0234527587890625, 0.1617431640625, 0.1612548828125, 0.1865234375, 0....
embed
5685611_c0
5685611
perl
0
Title: Cross-platform globbing in Perl Problem title: Cross-platform globbing in Perl Tags: cross-platform, glob, perl Problem: Cross-platform globbing in Perl In my cross-platform Perl application, I use File::HomeDir and File::Spec for constructing platform-independent paths. How to do cross-platform globbing? Code s...
Cross-platform globbing in Perl Cross-platform globbing in Perl cross-platform glob perl Cross-platform Perl File::HomeDir File::Spec Cross-platform globbing in Perl In my cross-platform Perl application, I use File::HomeDir and File::Spec for constructing platform-independent paths. How to do cross-platform globbing?
[ -0.00628662109375, 0.0027923583984375, 0.0087890625, -0.0032196044921875, -0.01153564453125, 0.017822265625, 0.01336669921875, -0.003204345703125, 0.00177764892578125, -0.02099609375, 0.030029296875, -0.0036773681640625, 0.0179443359375, 0.0042724609375, -0.0267333984375, 0.00263977050...
[ 47832, 172121, 32363, 23709, 908, 141, 23, 41421, 117, 42724, 55376, 397, 481, 47107, 38415, 4527, 136, 64549, 13651, 181063, 60875, 11249, 54 ]
[ 0.11279296875, 0.2548828125, 0.2041015625, 0.198486328125, 0.1519775390625, 0.1900634765625, 0.008148193359375, 0.140625, 0.1175537109375, 0.16845703125, 0.1143798828125, 0.130615234375, 0.1451416015625, 0.1968994140625, 0.0736083984375, 0.06451416015625, 0.031158447265625, 0.08068...
embed
58811392_c0
58811392
perl
0
Title: Fuzzy matching in Perl Problem title: Fuzzy matching in Perl Tags: perl, fuzzy-comparison Problem: Fuzzy matching in Perl I want to do some fuzzy matching with different strings, like, air twist should match with air-twist or air twists or air-twists . In perl, do we have some module to do that? or can we do tha...
Fuzzy matching in Perl Fuzzy matching in Perl perl fuzzy-comparison Fuzzy Perl Fuzzy matching in Perl I want to do some fuzzy matching with different strings, like, air twist should match with air-twist or air twists or air-twists . In perl, do we have some module to do that? or can we do that manually, like using Rege...
[ 0.005401611328125, -0.006011962890625, 0.00274658203125, -0.0031890869140625, 0.00049591064453125, 0.003997802734375, 0.005859375, 0.0147705078125, -0.002410888671875, 0.0024261474609375, 0.01556396484375, 0.0213623046875, 0.01123046875, -0.001922607421875, -0.0184326171875, -0.0073242...
[ 7680, 151581, 14858, 214, 908, 141, 117, 5639, 277, 24980, 3444, 54, 678, 12921, 79315, 1831, 165292, 5608, 32290, 1419, 64370, 88996, 23009, 11678, 3355 ]
[ 0.1943359375, 0.2275390625, 0.22607421875, 0.12353515625, 0.16357421875, 0.1728515625, 0.1314697265625, 0.1761474609375, 0.058837890625, 0.139404296875, 0.05340576171875, 0.04376220703125, 0.051239013671875, 0.109130859375, 0.206298828125, 0.1513671875, 0.2069091796875, 0.052734375...
embed
3209031_c0
3209031
perl
0
Title: Perl regex testing blank or expression Problem title: Perl regex testing blank or expression Tags: regex, perl Problem: Perl regex testing blank or expression Why is this expression returning true for character 1 or V (and others)? How could I rewrite it so that it would return true only when it's blank or a cha...
Perl regex testing blank or expression Perl regex testing blank or expression regex perl Perl Perl regex testing blank or expression Why is this expression returning true for character 1 or V (and others)? How could I rewrite it so that it would return true only when it's blank or a character from a-z ?
[ -0.0125732421875, -0.0078125, 0.02099609375, 0.01324462890625, 0.005126953125, -0.00160980224609375, 0.0120849609375, 0.010009765625, 0.005706787109375, 0.031982421875, 0.00811767578125, 0.034912109375, -0.001861572265625, 0.0096435546875, -0.01495361328125, 0.009521484375, 0.0324707...
[ 908, 141, 6835, 3355, 134234, 44237, 707, 125195, 117, 44084, 83, 903, 30646, 214, 29568, 100, 62816, 106, 310, 456, 434, 18781, 4734, 3229, 10, 9, 169 ]
[ 0.111083984375, 0.1033935546875, 0.10498046875, 0.1597900390625, 0.1990966796875, 0.2288818359375, 0.039886474609375, 0.2152099609375, 0.051483154296875, 0.039947509765625, 0.0152587890625, 0.013427734375, 0.1304931640625, 0.0401611328125, 0.1561279296875, 0.0218353271484375, 0.14001...
embed
16556673_c0
16556673
perl
0
Title: Copy data between two strings excluding identifiers Problem title: Copy data between two strings excluding identifiers Tags: perl Problem: Copy data between two strings excluding identifiers i want to read data between two strings and paste into new file.... open ($gen_xml,">test.xml") or die "can not open file ...
Copy data between two strings excluding identifiers Copy data between two strings excluding identifiers perl Copy gen_xml test.xml Copy data between two strings excluding identifiers i want to read data between two strings and paste into new file....
[ -0.00074005126953125, 0.0159912109375, -0.02490234375, 0.023681640625, 0.01318359375, 0.015869140625, 0.0174560546875, 0.00860595703125, 0.00946044921875, 0.0087890625, 0.0106201171875, -0.005645751953125, 0.0050048828125, -0.00701904296875, 0.0213623046875, -0.0225830078125, 0.01928...
[ 146930, 2053, 17721, 6626, 79315, 39041, 6238, 42485, 1314, 7, 117, 141, 9226, 131492, 3034, 3444, 12301, 71099, 3934, 3525, 11435 ]
[ 0.179443359375, 0.1685791015625, 0.17578125, 0.1165771484375, 0.20263671875, 0.1422119140625, 0.121337890625, 0.178466796875, 0.1082763671875, 0.007568359375, 0.120849609375, 0.1181640625, 0.1568603515625, 0.185791015625, 0.205810546875, 0.011199951171875, 0.1395263671875, 0.127929...
embed
22661043_c0
22661043
perl
0
Title: How to enclose a string within quotes using Perl? Problem title: How to enclose a string within quotes using Perl? Tags: perl Problem: How to enclose a string within quotes using Perl? I have a string like this : abc,bcd,def but I need this string to be enclosed by single quotes, like this 'abc,bcd,def' . How ca...
How to enclose a string within quotes using Perl? How to enclose a string within quotes using Perl? perl Perl How How to enclose a string within quotes using Perl? I have a string like this : abc,bcd,def but I need this string to be enclosed by single quotes, like this 'abc,bcd,def' . How can i get that using perl?? Th...
[ 0.0255126953125, -0.0032196044921875, -0.0050048828125, 0.017822265625, -0.031982421875, 0.00543212890625, 0.01904296875, 0.006103515625, -0.0031585693359375, -0.01019287109375, -0.0257568359375, -0.0181884765625, -0.0118408203125, 0.0107421875, -0.026123046875, -0.0023651123046875, ...
[ 11249, 47, 22, 155648, 10, 79315, 28032, 66747, 7, 17368, 908, 141, 117, 1884, 903, 1563, 238, 65037, 71, 112, 420, 3871, 390, 11001, 2055, 2046 ]
[ 0.074462890625, 0.04364013671875, 0.1129150390625, 0.2135009765625, 0.0140380859375, 0.264892578125, 0.1927490234375, 0.2587890625, 0.1187744140625, 0.076416015625, 0.1636962890625, 0.2030029296875, 0.1346435546875, 0.0139617919921875, 0.022247314453125, 0.10040283203125, 0.068420410...
embed
62061061_c0
62061061
perl
0
Title: Filter duplicates explanation Problem title: Filter duplicates explanation Tags: perl Problem: Filter duplicates explanation I'm a perl beginner. I try to filter duplicate entries. I found something online that magically works for me but I don't quite understand it. Could someone please explain it in detail for ...
Filter duplicates explanation Filter duplicates explanation perl Filter Filter duplicates explanation I'm a perl beginner. I try to filter duplicate entries. I found something online that magically works for me but I don't quite understand it. Could someone please explain it in detail for me?
[ 0.00830078125, 0.01007080078125, 0.0174560546875, -0.0205078125, -0.000152587890625, -0.00701904296875, 0.015869140625, 0.026611328125, 0.01275634765625, -0.006805419921875, -0.0341796875, 0.0244140625, 0.01153564453125, 0.016357421875, -0.0225830078125, 0.026123046875, 0.03515625, ...
[ 128896, 171763, 1636, 187136, 117, 141, 9842, 1679, 9790, 46312, 67, 112820, 14037, 9844, 1118, 1697, 71407, 43240, 2301, 18, 32233, 28219, 191147, 22936, 73342, 22443 ]
[ 0.2340087890625, 0.229248046875, 0.08880615234375, 0.2327880859375, 0.130615234375, 0.1365966796875, 0.01416778564453125, 0.0283966064453125, 0.04327392578125, 0.21435546875, 0.11761474609375, 0.1463623046875, 0.0207061767578125, 0.00595855712890625, 0.0694580078125, 0.05670166015625, ...
embed
4758009_c0
4758009
perl
0
Title: Which Perl web framework should I use? Problem title: Which Perl web framework should I use? Tags: web-frameworks, perl Problem: Which Perl web framework should I use? I would like to develop a web application using Perl. Refer some Perl package (like Strawberry ) which is simple to install. Also it should be su...
Which Perl web framework should I use? Which Perl web framework should I use? web-frameworks perl Which Perl Which Perl web framework should I use? I would like to develop a web application using Perl. Refer some Perl package (like Strawberry ) which is simple to install. Also it should be suitable for the web applicat...
[ 0.0118408203125, 0.0172119140625, 0.01611328125, -0.00830078125, -0.00640869140625, 0.005828857421875, -0.004730224609375, -0.00909423828125, 0.00909423828125, 0.000865936279296875, 0.00408935546875, -0.014892578125, 0.01416015625, 0.01422119140625, -0.01904296875, 0.000081062316894531...
[ 130078, 908, 141, 1467, 170846, 5608, 87, 4527, 160328, 18244, 117, 1884, 85493, 38415, 17368, 41721, 98169, 5062, 7832, 434, 53623, 8781, 20600, 202319 ]
[ 0.0986328125, 0.1990966796875, 0.2293701171875, 0.149169921875, 0.26416015625, 0.1220703125, 0.0556640625, 0.122802734375, 0.108154296875, 0.0802001953125, 0.1580810546875, 0.037445068359375, 0.08489990234375, 0.08343505859375, 0.0240478515625, 0.06494140625, 0.1630859375, 0.021209...
embed
21677011_c0
21677011
perl
0
Title: perl regex for multi line file Problem title: perl regex for multi line file Tags: regex, perl Problem: perl regex for multi line file I have strings like CASE: 8 Location: smth Destination: 183, 3921, 2.293e-2, 729, 9 END_CASE I need to put number of CASE (8) and Destination parameters to variables... How to do...
perl regex for multi line file perl regex for multi line file regex perl CASE Location Destination END_CASE perl regex for multi line file I have strings like I need to put number of CASE (8) and Destination parameters to variables... How to do that?
[ 0.000579833984375, 0.00311279296875, 0.0031585693359375, 0.02001953125, 0.006439208984375, 0.01214599609375, 0.0003566741943359375, 0.01556396484375, 0.007659912109375, 0.0022125244140625, -0.02294921875, 0.010009765625, 0.0011444091796875, -0.0186767578125, 0.00732421875, -0.021362304...
[ 117, 141, 6835, 3355, 100, 6024, 13315, 11435, 313, 76783, 90788, 145778, 1363, 39015, 441, 79315, 1884, 3871, 3884, 14012, 10021, 136, 171859, 47, 77336, 11249, 54 ]
[ 0.151611328125, 0.1480712890625, 0.143310546875, 0.1861572265625, 0.0682373046875, 0.1822509765625, 0.1741943359375, 0.1568603515625, 0.1051025390625, 0.1910400390625, 0.1671142578125, 0.2041015625, 0.09735107421875, 0.127197265625, 0.09228515625, 0.1624755859375, 0.0178070068359375,...
embed
3142862_c0
3142862
perl
0
Title: Edit binary plist under linux Problem title: Edit binary plist under linux Tags: plist, perl, macos, linux, iphone Problem: Edit binary plist under linux How can i change values in the binary plist under linux os? I know i can to it under mac with defaults or PlistBuddy. I found some perl that convert from binar...
Edit binary plist under linux Edit binary plist under linux plist perl macos linux iphone Edit Edit binary plist under linux How can i change values in the binary plist under linux os? I know i can to it under mac with defaults or PlistBuddy. I found some perl that convert from binary to text Mac::PropertyList::ReadBin...
[ 0.0133056640625, 0.0155029296875, -0.0074462890625, -0.004974365234375, 0.0019683837890625, 0.0145263671875, -0.01068115234375, -0.0130615234375, 0.0185546875, 0.0106201171875, -0.01239013671875, 0.0186767578125, 0.0166015625, -0.006561279296875, 0.01171875, 0.01409912109375, 0.02050...
[ 42079, 2394, 6635, 4655, 271, 1379, 11508, 6077, 117, 141, 7840, 71798, 831, 17, 15549, 142424, 23, 362, 47, 19138, 114977, 436, 6562, 7235, 27376, 96760, 1295, 7986, 4727, 1264, 154663, 31345, 571, 73 ]
[ 0.193115234375, 0.183349609375, 0.161376953125, 0.19970703125, 0.1689453125, 0.1912841796875, 0.1497802734375, 0.137939453125, 0.0968017578125, 0.1126708984375, 0.0673828125, 0.087890625, 0.055877685546875, 0.011383056640625, 0.2001953125, 0.19189453125, 0.023345947265625, 0.064636...
embed
3202166_c0
3202166
perl
0
Title: how to check whether the remote machine is pingable in perl Problem title: how to check whether the remote machine is pingable in perl Tags: perl Problem: how to check whether the remote machine is pingable in perl I need to do check whether the remote machine is pinging so that i can do ssh to that machine and ...
how to check whether the remote machine is pingable in perl how to check whether the remote machine is pingable in perl perl how to check whether the remote machine is pingable in perl I need to do check whether the remote machine is pinging so that i can do ssh to that machine and execute commands over there. how to d...
[ 0.0069580078125, 0.00592041015625, -0.00360107421875, 0.0302734375, -0.0076904296875, -0.002410888671875, -0.020751953125, -0.01104736328125, -0.001953125, -0.0296630859375, 0.01519775390625, -0.039306640625, 0.024658203125, -0.01513671875, -0.017333984375, 0.01019287109375, 0.000999...
[ 3642, 12765, 36766, 148814, 36279, 83, 33429, 2886, 23, 117, 141, 47, 70, 3871, 214, 1495, 71924, 75101, 54, 903 ]
[ 0.03173828125, 0.17578125, 0.0904541015625, 0.177490234375, 0.154052734375, 0.045196533203125, 0.1783447265625, 0.1768798828125, 0.07293701171875, 0.12744140625, 0.179931640625, 0.024749755859375, 0.0222015380859375, 0.0290985107421875, 0.0999755859375, 0.1116943359375, 0.06799316406...
embed
11312041_c0
11312041
perl
0
Title: Perl get file by regular expression Problem title: Perl get file by regular expression Tags: perl, file Problem: Perl get file by regular expression At a specific folder in the system there is a file. I know that its name is a number, and I have that number in a variable. What i don't know is what extension this...
Perl get file by regular expression Perl get file by regular expression perl file Perl Perl get file by regular expression At a specific folder in the system there is a file. I know that its name is a number, and I have that number in a variable. What i don't know is what extension this file has. How do i scoop up this...
[ -0.00390625, 0.0020904541015625, 0.00836181640625, 0.01214599609375, -0.00860595703125, 0.01708984375, -0.002166748046875, 0.020751953125, -0.00135040283203125, -0.0191650390625, 0.01177978515625, 0.0294189453125, -0.01904296875, -0.01416015625, 0.0111083984375, -0.00238037109375, 0....
[ 908, 141, 2046, 11435, 390, 20324, 125195, 117, 29458, 78303, 5426, 2685, 3714, 9351, 14012, 765, 77336, 18, 2367, 111938, 903, 1556, 11249, 17, 91, 116159, 1257 ]
[ 0.1278076171875, 0.1007080078125, 0.113525390625, 0.1949462890625, 0.09014892578125, 0.15283203125, 0.195556640625, 0.116455078125, 0.10711669921875, 0.1573486328125, 0.0899658203125, 0.005859375, 0.08477783203125, 0.0265350341796875, 0.1484375, 0.02838134765625, 0.1998291015625, 0...
embed
13330882_c0
13330882
perl
0
Title: Perl program to print POD when wrong arguments are passed in Problem title: Perl program to print POD when wrong arguments are passed in Tags: perl-pod, perl Problem: Perl program to print POD when wrong arguments are passed in How can I get a perl program to print the POD contents when an incorrect argument or ...
Perl program to print POD when wrong arguments are passed in Perl program to print POD when wrong arguments are passed in perl-pod perl Perl POD Perl program to print POD when wrong arguments are passed in How can I get a perl program to print the POD contents when an incorrect argument or number of arguments are passe...
[ 0.0185546875, 0.026123046875, -0.0137939453125, -0.00592041015625, -0.0033111572265625, 0.03759765625, -0.004974365234375, -0.00225830078125, -0.00860595703125, 0.033203125, 0.01287841796875, -0.03369140625, -0.001800537109375, 0.0125732421875, 0, 0.00084686279296875, 0.0205078125, ...
[ 908, 141, 1528, 47, 28412, 62035, 3229, 44691, 10750, 7, 115081, 117, 10299, 23, 2046, 10941, 214552, 14012 ]
[ 0.1414794921875, 0.137939453125, 0.169921875, 0.0447998046875, 0.1826171875, 0.24755859375, 0.0721435546875, 0.184326171875, 0.21044921875, 0.0062255859375, 0.0994873046875, 0.12255859375, 0.168701171875, 0.0997314453125, 0.020294189453125, 0.1087646484375, 0.1754150390625, 0.02642...
embed
42486223_c0
42486223
perl
0
Title: Perl reference Dereferencing for @var1 = [($a, $b)] Problem title: Perl reference Dereferencing for @var1 = [($a, $b)] Tags: reference, dereference, arrays, perl Problem: Perl reference Dereferencing for @var1 = [($a, $b)] I have below expression in perl @var1 = [($a, $b)] Can anyone help me to deference the val...
Perl reference Dereferencing for @var1 = [($a, $b)] Perl reference Dereferencing for @var1 = [($a, $b)] reference dereference arrays perl Perl Dereferencing var1 Perl reference Dereferencing for @var1 = [($a, $b)] I have below expression in perl Can anyone help me to deference the value stored in var1.
[ 0.041259765625, 0.010498046875, 0.0107421875, 0.031494140625, 0.01324462890625, 0.0172119140625, -0.0157470703125, -0.001007080078125, -0.000640869140625, -0.006927490234375, 0.0198974609375, 0.022705078125, 0.0284423828125, 0.0003299713134765625, -0.0152587890625, -0.0179443359375, ...
[ 908, 141, 91067, 1310, 13, 69988, 214, 100, 1374, 1961, 418, 11, 3650, 275, 4369, 4, 8, 239879, 10298, 4778, 117, 285, 35064, 125195, 35672, 4358, 34292, 4343, 23 ]
[ 0.1842041015625, 0.1417236328125, 0.1988525390625, 0.1224365234375, 0.11181640625, 0.2232666015625, 0.0241851806640625, 0.06121826171875, 0.1134033203125, 0.2247314453125, 0.1195068359375, 0.0877685546875, 0.06817626953125, 0.1239013671875, 0.062164306640625, 0.06317138671875, 0.1557...
embed
4805863_c0
4805863
perl
0
Title: what does regular in regex/&quot;regular expression&quot; mean? Problem title: what does regular in regex/&quot;regular expression&quot; mean? Tags: tokenize, regex, perl, parsing Problem: what does regular in regex/"regular expression" mean? What does the "regular" in the phrase "regular expression" mean? I hav...
what does regular in regex/&quot;regular expression&quot; mean? what does regular in regex/&quot;regular expression&quot; mean? tokenize regex perl parsing what does regular in regex/"regular expression" mean? What does the "regular" in the phrase "regular expression" mean? I have heard that regexes were regular at one...
[ -0.0025787353515625, 0.00787353515625, 0.0166015625, -0.004302978515625, 0.0059814453125, 0.03515625, 0.0189208984375, 0.0242919921875, 0.01611328125, 0.01165771484375, 0.006591796875, 0.0244140625, -0.0037384033203125, -0.038818359375, 0.00299072265625, 0.019287109375, 0.01196289062...
[ 14602, 20324, 23, 6835, 3355, 144867, 42, 125195, 29459, 47, 1098, 20650, 117, 141, 113860, 97461, 31195, 1286 ]
[ 0.014617919921875, 0.248291015625, 0.062225341796875, 0.1239013671875, 0.1754150390625, 0.23486328125, 0.1597900390625, 0.2548828125, 0.1092529296875, 0.0143585205078125, 0.03546142578125, 0.003570556640625, 0.010223388671875, 0.015869140625, 0.12890625, 0.12548828125, 0.141357421875...
embed
51759744_c0
51759744
perl
0
Title: How to get installed Perl version information from Windows registry. Problem title: How to get installed Perl version information from Windows registry. Tags: perl Problem: How to get installed Perl version information from Windows registry. like which registry key I should be looking into to get the currently i...
How to get installed Perl version information from Windows registry. How to get installed Perl version information from Windows registry. perl Windows How Perl How to get installed Perl version information from Windows registry. like which registry key I should be looking into to get the currently installed Perl inform...
[ 0.00738525390625, 0.0155029296875, 0.021484375, -0.00286865234375, -0.0004730224609375, 0.01202392578125, -0.00360107421875, -0.0057373046875, 0.00335693359375, -0.0167236328125, 0.0111083984375, 0.03076171875, 0.019775390625, -0.014404296875, 0.003692626953125, 0.01458740234375, -0....
[ 11249, 47, 2046, 20600, 297, 908, 141, 11389, 4677, 1295, 3773, 21478, 53, 117, 22799, 16487, 3934, 82424 ]
[ 0.042144775390625, 0.0176239013671875, 0.081787109375, 0.17236328125, 0.0762939453125, 0.1832275390625, 0.21337890625, 0.18359375, 0.137451171875, 0.08984375, 0.1221923828125, 0.173095703125, 0.10430908203125, 0.1358642578125, 0.125, 0.004791259765625, 0.0168609619140625, 0.0731811...
embed
18514511_c0
18514511
perl
0
Title: BEGIN block and variable declaration Problem title: BEGIN block and variable declaration Tags: syntax, perl Problem: BEGIN block and variable declaration Is it valid perl to set a variable in a BEGIN block, but declare the variable outside the BEGIN block? #!/usr/bin/env perl use strict; use warnings; use 5.10.0...
BEGIN block and variable declaration BEGIN block and variable declaration syntax perl BEGIN BEGIN block and variable declaration Is it valid perl to set a variable in a BEGIN block, but declare the variable outside the BEGIN block?
[ 0.03125, 0.02197265625, -0.0019989013671875, 0.01171875, -0.0054931640625, -0.004791259765625, -0.01129150390625, -0.0038909912109375, 0.0184326171875, 0.0081787109375, 0.000946044921875, 0.0311279296875, 0.01556396484375, -0.00897216796875, -0.0059814453125, 0.0113525390625, -0.0173...
[ 9622, 108526, 46389, 136, 77336, 21635, 6002, 86531, 117, 141, 442, 35604, 47, 5423, 23, 1284, 159978, 70, 50782 ]
[ 0.10284423828125, 0.197509765625, 0.23291015625, 0.0819091796875, 0.267333984375, 0.1798095703125, 0.054473876953125, 0.0673828125, 0.1383056640625, 0.1669921875, 0.027008056640625, 0.181640625, 0.01299285888671875, 0.148193359375, 0.051055908203125, 0.052032470703125, 0.192993164062...
embed
20368828_c0
20368828
perl
0
Title: Using perl module Test::Valgrind for any executable Problem title: Using perl module Test::Valgrind for any executable Tags: perl-module, valgrind, perl Problem: Using perl module Test::Valgrind for any executable How would I use Perl module Test::Valgrind for an executable written in C or C++? The documentation...
Using perl module Test::Valgrind for any executable Using perl module Test::Valgrind for any executable perl-module valgrind perl Using Test::Valgrind Using perl module Test::Valgrind for any executable How would I use Perl module Test::Valgrind for an executable written in C or C++? The documentation is not clear abou...
[ -0.002899169921875, -0.00897216796875, -0.003753662109375, 0.006591796875, 0.01446533203125, 0.033447265625, 0.005279541015625, -0.005157470703125, -0.00439453125, -0.05224609375, 0.01300048828125, 0.0072021484375, -0.00946044921875, -0.00628662109375, -0.021240234375, 0.00619506835937...
[ 345, 117, 141, 88996, 8647, 42272, 129919, 100, 2499, 71924, 2886, 83279, 3502, 6953, 2806, 4527, 908, 59121, 313, 37223, 209806, 34735 ]
[ 0.06982421875, 0.1461181640625, 0.1783447265625, 0.19677734375, 0.2200927734375, 0.18408203125, 0.30029296875, 0.06689453125, 0.04693603515625, 0.1756591796875, 0.1435546875, 0.1357421875, 0.14892578125, 0.005523681640625, 0.02886962890625, 0.1197509765625, 0.1551513671875, 0.05120...
embed
10906508_c2
10906508
perl
2
, Information, AMH, ASC, ETS, MIT, TFP, VDX, ZMR, n803, SciTegic05101215222D, V2000, END, Name, Num_Rings, Num_CSP3, Fsp3, Fstereo, data_ligandcode, data_803, Carbon, Text::Table, Carp, input_file, input_22.txt, array1, FILE, SD_2.txt, x24, n$ligandcode, nextline1, nextline2, nextline3, nextline4, components.txt, data_...
, Information, AMH, ASC, ETS, MIT, TFP, VDX, ZMR, n803, SciTegic05101215222D, V2000, END, Name, Num_Rings, Num_CSP3, Fsp3, Fstereo, data_ligandcode, data_803, Carbon, Text::Table, Carp, input_file, input_22.txt, array1, FILE, SD_2.txt, x24, n$ligandcode, nextline1, nextline2, nextline3, nextline4, components.txt, data_...
[ -0.007781982421875, 0.00726318359375, -0.01214599609375, 0.039306640625, -0.00970458984375, 0.0113525390625, 0.0203857421875, 0.004547119140625, 0.0022430419921875, 0.0152587890625, 0.014892578125, -0.002197265625, -0.025390625, -0.0120849609375, 0.01300048828125, 0.002044677734375, ...
[ 6, 4, 32007, 62, 108917, 125429, 83435, 78999, 384, 51006, 310, 397, 1542, 567, 52005, 653, 4836, 363, 49628, 10476, 735, 238, 8194, 963, 1530, 1837, 132537, 13821, 39015, 15757, 52782, 1052, 5180, 9434, 7008, 1515, 20756, 2053, 1746, 294...
[ 0.032257080078125, 0.093017578125, 0.289306640625, 0.0810546875, 0.26806640625, 0.1954345703125, 0.2296142578125, 0.2005615234375, 0.046295166015625, 0.2120361328125, 0.144775390625, 0.114501953125, 0.1737060546875, 0.04913330078125, 0.1810302734375, 0.02508544921875, 0.1798095703125...
embed
14296199_c0
14296199
perl
0
Title: How to use sed in Perl program? Problem title: How to use sed in Perl program? Tags: perl Problem: How to use sed in Perl program? How can one get to work the below command within a Perl program? cat file| sed -n '/Later/p' | sed -n '/A character range is written as two characters separated by{}/!p' | sed -n '/ ...
How to use sed in Perl program? How to use sed in Perl program? perl How Perl Later How to use sed in Perl program? How can one get to work the below command within a Perl program?
[ -0.01092529296875, 0.0157470703125, 0.00189208984375, 0.0223388671875, -0.0025177001953125, 0.004364013671875, 0.000896453857421875, 0.01611328125, 0.004058837890625, 0.01171875, 0.004669189453125, 0.03955078125, 0.02099609375, -0.0244140625, 0.0018310546875, -0.0238037109375, 0.0249...
[ 11249, 47, 4527, 1736, 23, 908, 141, 1528, 117, 147466, 4488, 35064, 75101, 28032 ]
[ 0.06494140625, 0.06317138671875, 0.1392822265625, 0.2252197265625, 0.078369140625, 0.14111328125, 0.17431640625, 0.1605224609375, 0.10552978515625, 0.1365966796875, 0.042633056640625, 0.1177978515625, 0.164794921875, 0.0633544921875 ]
embed
55327501_c0
55327501
perl
0
Title: Comparing two strings for Anagram using hash Problem title: Comparing two strings for Anagram using hash Tags: perl, hash, anagram Problem: Comparing two strings for Anagram using hash I'm new to perl. Can anyone give an example to a perl code for detecting anagram between to given strings using hash's. two stri...
Comparing two strings for Anagram using hash Comparing two strings for Anagram using hash perl hash anagram hash Comparing Anagram Comparing two strings for Anagram using hash I'm new to perl. Can anyone give an example to a perl code for detecting anagram between to given strings using hash's. two strings - pool and p...
[ -0.000850677490234375, -0.00823974609375, -0.00145721435546875, 0.005279541015625, 0.014892578125, -0.00579833984375, 0.0247802734375, 0.0252685546875, -0.00653076171875, 0.005645751953125, 0.00537109375, 0.00017547607421875, 0.033447265625, 0.024169921875, -0.0108642578125, -0.0198974...
[ 113307, 214, 6626, 79315, 7, 100, 5710, 25561, 17368, 1556, 127, 117, 141, 3877, 3525, 27781, 18151, 96391, 17721, 47, 34475, 19361, 136, 3788 ]
[ 0.187255859375, 0.053863525390625, 0.10699462890625, 0.1953125, 0.00311279296875, 0.045989990234375, 0.166015625, 0.2398681640625, 0.0859375, 0.167724609375, 0.15625, 0.0960693359375, 0.1383056640625, 0.1549072265625, 0.008331298828125, 0.11083984375, 0.13134765625, 0.157958984375,...
embed
18041324_c1
18041324
perl
1
/$HOME/.kshrc{NEW}/' /etc/hosts\r"" invoked from within "expect # {send "export OLD=10.10.10.10 ; export NEW=1.1.1.1 ; perl -i -pe 's/\Q$HOME/.kshrc{OLD}\E/$HOME/.kshrc{NEW}/' /etc/hosts" I will happy to get any other solution under ksh scripts Code signals: expect, 12.219.102.43, within, expect_transfer, EOF, exp_cont...
/$HOME/.kshrc{NEW}/' /etc/hosts\r"" invoked from within "expect # {send "export OLD=10.10.10.10 ; export NEW=1.1.1.1 ; perl -i -pe 's/\Q$HOME/.kshrc{OLD}\E/$HOME/.kshrc{NEW}/' /etc/hosts" I will happy to get any other solution under ksh scripts Code signals: expect, 12.219.102.43, within, expect_transfer, EOF, exp_cont...
[ -0.00970458984375, 0.01263427734375, -0.00506591796875, 0.01409912109375, 0.028076171875, -0.017578125, -0.031982421875, 0.01953125, 0.009033203125, 0.00982666015625, 0.01513671875, 0.03564453125, -0.0034637451171875, -0.019287109375, -0.0028076171875, -0.01953125, 0.0177001953125, ...
[ 841, 91245, 1224, 4097, 238, 8015, 1456, 111879, 40294, 7, 42, 58, 23, 23253, 1295, 28032, 83613, 24762, 468, 39285, 180758, 180, 30693, 963, 10179, 31255, 80111, 92134, 83783, 117, 141, 14, 1081, 2737, 5, 22323, 397, 647, 248, 17723, 2...
[ 0.07171630859375, 0.1475830078125, 0.113525390625, 0.1092529296875, 0.11474609375, 0.1270751953125, 0.1212158203125, 0.1680908203125, 0.2047119140625, 0.11474609375, 0.0596923828125, 0.00811767578125, 0.064208984375, 0.2071533203125, 0.053131103515625, 0.2376708984375, 0.172973632812...
embed
27389053_c0
27389053
perl
0
Title: Replace a string with blanks Problem title: Replace a string with blanks Tags: perl Problem: Replace a string with blanks I need to replace a certain string with a string blanks that equal removed lines, For instance If I am given 1234567890 I need to replace some of the text with blanks that equals the number o...
Replace a string with blanks Replace a string with blanks perl Replace Replace a string with blanks I need to replace a certain string with a string blanks that equal removed lines, For instance If I am given I need to replace some of the text with blanks that equals the number of letters removed. or
[ -0.006256103515625, -0.00010395050048828125, -0.005279541015625, 0.0252685546875, -0.0203857421875, -0.002685546875, 0.006561279296875, -0.00836181640625, 0.0299072265625, 0.030517578125, -0.01019287109375, 0.011474609375, -0.00994873046875, 0.00323486328125, -0.0018157958984375, 0.022...
[ 853, 23935, 79315, 678, 44237, 7, 10, 117, 141, 87, 3871, 91995, 24233, 105950, 184750, 124519, 34475, 7986, 14012, 120820 ]
[ 0.0660400390625, 0.173828125, 0.2568359375, 0.10760498046875, 0.2225341796875, 0.1373291015625, 0.0167236328125, 0.1378173828125, 0.1588134765625, 0.01495361328125, 0.09033203125, 0.1634521484375, 0.017913818359375, 0.0966796875, 0.15380859375, 0.140869140625, 0.03302001953125, 0.0...
embed
29160529_c0
29160529
perl
0
Title: How to configure eclipse to write Perl code Problem title: How to configure eclipse to write Perl code Tags: perl Problem: How to configure eclipse to write Perl code I'm new to Perl programming. Could someone please point me to a link or answer me so as to how should I write Perl code in eclipse? like, do I nee...
How to configure eclipse to write Perl code How to configure eclipse to write Perl code perl How Perl How to configure eclipse to write Perl code I'm new to Perl programming. Could someone please point me to a link or answer me so as to how should I write Perl code in eclipse? like, do I need a plugin or something, if ...
[ 0.00909423828125, 0.016845703125, 0.00408935546875, 0.016845703125, 0.00909423828125, 0.000919342041015625, -0.0150146484375, 0.0008087158203125, 0.0101318359375, -0.007110595703125, -0.00970458984375, 0.01708984375, 0.005615234375, 0.021484375, -0.0033111572265625, -0.01251220703125, ...
[ 11249, 47, 222495, 28, 106371, 184, 33022, 908, 141, 18151, 117, 3525, 56037, 191147, 22936, 6275, 3126, 3642, 5608, 87, 23, 3871, 69993 ]
[ 0.0689697265625, 0.07745361328125, 0.2044677734375, 0.0440673828125, 0.18359375, 0.1640625, 0.1474609375, 0.155029296875, 0.18505859375, 0.1810302734375, 0.1282958984375, 0.001953125, 0.0228729248046875, 0.007659912109375, 0.006591796875, 0.0212249755859375, 0.0165557861328125, 0.0...
embed
33217577_c3
33217577
perl
3
uer, Client-Date, Client-Response-Num, Internet, Authority, UploadServer, IO::Socket::SSL, ECDHE-ECDSA-AES128-GCM-SHA256, c08::84:443, HTTP::Headers, Resolving, c04::64, Connecting, HTTP, Moved, Temporarily, Location, doc-0s-2s-docs.googleusercontent.com, ha0ro937gcuc7l7deffksulhg5h7mbp1, unidk5uvfpl9kut1rl3hb5lqcvis8v...
uer, Client-Date, Client-Response-Num, Internet, Authority, UploadServer, IO::Socket::SSL, ECDHE-ECDSA-AES128-GCM-SHA256, c08::84:443, HTTP::Headers, Resolving, c04::64, Connecting, HTTP, Moved, Temporarily, Location, doc-0s-2s-docs.googleusercontent.com, ha0ro937gcuc7l7deffksulhg5h7mbp1, unidk5uvfpl9kut1rl3hb5lqcvis8v...
[ 0.0014495849609375, 0.005889892578125, 0.016845703125, 0.0018768310546875, 0.01300048828125, -0.01202392578125, -0.0201416015625, 0.0029754638671875, 0.0108642578125, 0.034423828125, 0.016357421875, 0.00506591796875, -0.027099609375, -0.0147705078125, 0.0009918212890625, -0.00027847290...
[ 75, 56, 4, 91732, 86291, 94399, 839, 316, 2665, 210221, 171958, 193348, 17780, 12, 8912, 27853, 30508, 241, 16069, 19412, 16546, 6703, 6706, 81764, 36498, 67619, 127892, 8318, 13903, 126384, 135913, 13025, 11, 14202, 132944, 214, 7709, 13307,...
[ 0.080078125, 0.158935546875, 0.050384521484375, 0.1890869140625, 0.1473388671875, 0.170654296875, 0.052825927734375, 0.1005859375, 0.09735107421875, 0.221435546875, 0.20654296875, 0.16259765625, 0.170654296875, 0.033355712890625, 0.067138671875, 0.1566162109375, 0.2357177734375, 0....
embed
14816068_c0
14816068
perl
0
Title: Escaping &#x27;$&#x27; for a range of Perl arguments Problem title: Escaping &#x27;$&#x27; for a range of Perl arguments Tags: perl Problem: Escaping '$' for a range of Perl arguments I would like to do the equivalent of: for (int i = 0; i < 10; i++) { arg[i] = arg[i].Replace("$", @"\$"); } in Perl. What would t...
Escaping &#x27;$&#x27; for a range of Perl arguments Escaping &#x27;$&#x27; for a range of Perl arguments perl Escaping Perl Replace Escaping '$' for a range of Perl arguments I would like to do the equivalent of: in Perl. What would this look like in Perl?
[ 0.0079345703125, 0.00860595703125, -0.01141357421875, -0.017578125, -0.0128173828125, 0.018310546875, 0.00909423828125, 0.0216064453125, 0.0086669921875, 0.033203125, 0.004180908203125, 0.0400390625, 0.022216796875, -0.0027008056640625, 0.005859375, -0.001220703125, 0.0223388671875, ...
[ 156704, 10366, 54764, 3768, 4369, 100, 37457, 908, 141, 10750, 74, 111, 117, 853, 23935, 7, 2806, 1884, 54, 70, 183234, 23, 903, 6713 ]
[ 0.2344970703125, 0.16455078125, 0.012451171875, 0.1375732421875, 0.19921875, 0.06878662109375, 0.1812744140625, 0.1654052734375, 0.181884765625, 0.216064453125, 0.004974365234375, 0.0150909423828125, 0.11376953125, 0.0736083984375, 0.1561279296875, 0.039642333984375, 0.04147338867187...
embed
46202244_c0
46202244
perl
0
Title: re-run perl cpan automatic config Problem title: re-run perl cpan automatic config Tags: config, cpan, perl, sudo Problem: re-run perl cpan automatic config This might be trivial for someone deep into perl: how can I re-run the automatic config of cpan on mac? I have chosen 'local::lib', however just recognised ...
re-run perl cpan automatic config re-run perl cpan automatic config config cpan perl sudo re-run perl cpan automatic config This might be trivial for someone deep into perl: how can I re-run the automatic config of cpan on mac? I have chosen 'local::lib', however just recognised I should have chosen 'sudo'. How can I r...
[ -0.002197265625, 0.01068115234375, -0.00107574462890625, 0.011962890625, -0.0042724609375, 0.0031280517578125, 0.00421142578125, 0.015380859375, -0.00836181640625, -0.01025390625, -0.0034332275390625, 0.021484375, -0.002471923828125, 0.0033111572265625, 0.000885009765625, -0.0034637451...
[ 456, 9, 16428, 117, 141, 501, 3180, 101038, 153837, 166, 246, 13648, 686, 53894, 3642, 831, 87, 70, 111, 98, 19138, 19667, 98908, 12, 5612, 49903, 75530, 5608, 7, 11547, 11249, 3408, 22362 ]
[ 0.1654052734375, 0.0660400390625, 0.1890869140625, 0.1636962890625, 0.157958984375, 0.092529296875, 0.284912109375, 0.25390625, 0.26806640625, 0.2066650390625, 0.174072265625, 0.017730712890625, 0.02886962890625, 0.010223388671875, 0.053985595703125, 0.081298828125, 0.0274658203125, ...
embed
6965930_c0
6965930
perl
0
Title: Yahoo Sending PM Algorithm Problem title: Yahoo Sending PM Algorithm Tags: algorithm, perl, php, yahoo Problem: Yahoo Sending PM Algorithm I want to write a PHP code (or other code like perl ...) that send a yahoo PM to my friend . may you help me in algorithm , about how to connect to yahoo server , how to send...
Yahoo Sending PM Algorithm Yahoo Sending PM Algorithm algorithm perl php yahoo Yahoo Sending Algorithm Yahoo Sending PM Algorithm I want to write a PHP code (or other code like perl ...) that send a yahoo PM to my friend . may you help me in algorithm , about how to connect to yahoo server , how to send the pm ... Than...
[ 0.019775390625, 0.017578125, 0.00396728515625, 0.019775390625, -0.0079345703125, 0.00970458984375, -0.00933837890625, 0.0245361328125, -0.033935546875, -0.0263671875, 0.01068115234375, 0.0001049041748046875, -0.01531982421875, 0.00927734375, -0.0052490234375, -0.001678466796875, -0.0...
[ 57163, 24044, 214, 7198, 109847, 2783, 18337, 234873, 117, 141, 6, 3958, 43741, 87, 3444, 33022, 47302, 18151, 25379, 10, 47, 759, 34391, 1543, 4358, 3642, 37067, 10723, 70, 3592, 22362, 5 ]
[ 0.27880859375, 0.1737060546875, 0.1226806640625, 0.2529296875, 0.208984375, 0.1807861328125, 0.1380615234375, 0.26806640625, 0.1424560546875, 0.1513671875, 0.04193115234375, 0.1591796875, 0.2337646484375, 0.004547119140625, 0.10693359375, 0.1029052734375, 0.2042236328125, 0.1567382...
embed
13645034_c0
13645034
perl
0
Title: Is there an inf constant in Perl? Problem title: Is there an inf constant in Perl? Tags: infinity, perl Problem: Is there an inf constant in Perl? I'm initialising a list with infinities for an algorithm. Writing $x = 9**9**9 feels unintuitive, and also, I might want to use BigInt in the future. 1/0 throws an er...
Is there an inf constant in Perl? Is there an inf constant in Perl? infinity perl Perl Is there an inf constant in Perl? I'm initialising a list with infinities for an algorithm. Writing $x = 9**9**9 feels unintuitive, and also, I might want to use BigInt in the future. 1/0 throws an error. What's the canonical way to ...
[ 0.0064697265625, -0.01031494140625, 0.0242919921875, -0.020751953125, -0.000751495361328125, -0.01348876953125, 0.0142822265625, -0.00151824951171875, 0.0035552978515625, -0.0086669921875, -0.0084228515625, 0.0308837890625, 0.0189208984375, 0.0047607421875, -0.0096435546875, 0.02856445...
[ 2071, 2685, 142, 34128, 53697, 23, 908, 141, 54241, 53, 117, 61475, 5303, 678, 3387, 234873, 213185, 3650, 425, 2203, 483, 25442, 1126, 12319, 84673, 14195, 4153, 18, 106, 107838, 104250, 18499, 74413, 21533, 3917, 2046 ]
[ 0.036346435546875, 0.1014404296875, 0.1297607421875, 0.27734375, 0.260009765625, 0.119140625, 0.1982421875, 0.2220458984375, 0.169921875, 0.0931396484375, 0.1527099609375, 0.077880859375, 0.1134033203125, 0.03314208984375, 0.1204833984375, 0.150634765625, 0.0980224609375, 0.0437316...
embed
15699735_c0
15699735
perl
0
Title: How to remove columns from multiple files using sed? Problem title: How to remove columns from multiple files using sed? Tags: sed, perl Problem: How to remove columns from multiple files using sed? How to remove columns from multiple files using sed? input 1 2.1 3.3 4.2 5.1 output 3.3 4.2 5.1 it will be good if...
How to remove columns from multiple files using sed? How to remove columns from multiple files using sed? sed perl multiple sed How How to remove columns from multiple files using sed? How to remove columns from multiple files using sed? input output it will be good if the output will be aligned.
[ 0.000530242919921875, 0.00823974609375, -0.01953125, 0.0303955078125, -0.0111083984375, -0.00543212890625, 0.026611328125, 0.01397705078125, 0.005462646484375, 0.01556396484375, -0.01129150390625, 0.0263671875, 0.00787353515625, 0.00421142578125, -0.016357421875, -0.013916015625, 0.0...
[ 11249, 47, 87388, 3365, 316, 1779, 1295, 48716, 102158, 17368, 1736, 117, 141, 107730, 140992, 4127, 90795, 14534 ]
[ 0.03546142578125, 0.019134521484375, 0.154052734375, 0.1561279296875, 0.1634521484375, 0.08502197265625, 0.099609375, 0.197998046875, 0.1558837890625, 0.027313232421875, 0.194091796875, 0.08935546875, 0.0858154296875, 0.08746337890625, 0.1197509765625, 0.04046630859375, 0.11779785156...
embed
51119120_c0
51119120
perl
0
Title: Use DBIx::Class without loading all tables Problem title: Use DBIx::Class without loading all tables Tags: dbix-class, perl Problem: Use DBIx::Class without loading all tables They say in comments that DBIx::Class can be used without loading all tables. How to use DBIx::Class without loading all tables? (I need ...
Use DBIx::Class without loading all tables Use DBIx::Class without loading all tables dbix-class perl Use DBIx::Class Use DBIx::Class without loading all tables They say in comments that DBIx::Class can be used without loading all tables. How to use DBIx::Class without loading all tables? (I need this for performance r...
[ 0.02587890625, 0.033447265625, -0.004974365234375, 0.0020294189453125, -0.0240478515625, 0.005035400390625, 0.02587890625, -0.004547119140625, -0.00439453125, -0.0245361328125, -0.00341796875, -0.0030670166015625, -0.017333984375, 0.00124359130859375, -0.01141357421875, 0.0164794921875...
[ 36836, 391, 16312, 425, 12, 140803, 15490, 72367, 756, 23180, 214, 40041, 4084, 9, 67413, 117, 141, 24626, 831, 11814, 11249, 4527, 3871, 23718 ]
[ 0.1026611328125, 0.095947265625, 0.1571044921875, 0.1839599609375, 0.06292724609375, 0.2354736328125, 0.1033935546875, 0.1217041015625, 0.09320068359375, 0.178955078125, 0.00384521484375, 0.1231689453125, 0.19287109375, 0.011322021484375, 0.1898193359375, 0.060150146484375, 0.0856933...
embed
7009627_c0
7009627
perl
0
Title: What does the special variable $#_ mean in Perl? Problem title: What does the special variable $#_ mean in Perl? Tags: perl Problem: What does the special variable $#_ mean in Perl? I encountered this special variable ( $#_ ) while browsing. Tried finding out what it means, but couldn't find any. Please let me k...
What does the special variable $#_ mean in Perl? What does the special variable $#_ mean in Perl? perl What Perl What does the special variable $#_ mean in Perl? I encountered this special variable ( $#_ ) while browsing. Tried finding out what it means, but couldn't find any. Please let me know what this special varia...
[ 0.01025390625, 0.029052734375, 0.006195068359375, -0.004852294921875, -0.00823974609375, 0.03466796875, -0.02001953125, 0.0198974609375, 0.00007486343383789062, 0.00933837890625, -0.00799560546875, -0.0002651214599609375, 0.0167236328125, 0.0087890625, -0.007568359375, 0.01483154296875...
[ 4865, 14602, 5361, 77336, 3650, 4904, 454, 29459, 23, 908, 141, 117, 70, 190647, 903, 231602, 2367, 442, 26950 ]
[ 0.05145263671875, 0.011505126953125, 0.1644287109375, 0.2464599609375, 0.06939697265625, 0.1552734375, 0.1673583984375, 0.125244140625, 0.060546875, 0.1419677734375, 0.1641845703125, 0.113037109375, 0.0064697265625, 0.0253143310546875, 0.033203125, 0.035186767578125, 0.02053833007812...
embed
22302781_c0
22302781
perl
0
Title: specific perl regex string in brackets after keyword Problem title: specific perl regex string in brackets after keyword Tags: perl, regex Problem: specific perl regex string in brackets after keyword I need help please with an perl regex; My logs lines contains a User='(string)@(realm)' where i would only need ...
specific perl regex string in brackets after keyword specific perl regex string in brackets after keyword perl regex User specific perl regex string in brackets after keyword I need help please with an perl regex; My logs lines contains a User='(string)@(realm)' where i would only need the string in the first bracket a...
[ 0.00135040283203125, -0.003021240234375, 0.00421142578125, 0.0172119140625, 0.00506591796875, 0.00189971923828125, 0.01104736328125, 0.0322265625, 0.01611328125, -0.01336669921875, -0.0189208984375, 0.01220703125, -0.00653076171875, -0.00933837890625, 0.009765625, 0.002838134765625, ...
[ 29458, 117, 141, 6835, 3355, 79315, 23, 1620, 27853, 7103, 166117, 53400, 3871, 4358, 22936, 12684, 7, 124519, 70541, 91693, 981, 30544, 39, 2806, 4734, 5117, 1369 ]
[ 0.1844482421875, 0.1209716796875, 0.14892578125, 0.10748291015625, 0.1534423828125, 0.2093505859375, 0.080322265625, 0.1488037109375, 0.1573486328125, 0.12646484375, 0.214111328125, 0.1744384765625, 0.07830810546875, 0.04638671875, 0.033660888671875, 0.11328125, 0.00677490234375, 0...
embed
29129238_c0
29129238
perl
0
Title: Perl: Glob subdirectories recursively Problem title: Perl: Glob subdirectories recursively Tags: glob, perl, recursion Problem: Perl: Glob subdirectories recursively How do I recursively include subdirectories in an array using glob? I currently have my @files = glob $PATH . '/*'; (where $PATH = "." ) but this d...
Perl: Glob subdirectories recursively Perl: Glob subdirectories recursively glob perl recursion Perl Glob PATH Perl: Glob subdirectories recursively How do I recursively include subdirectories in an array using glob? I currently have my @files = glob $PATH . '/*'; (where $PATH = "." ) but this does not include subdirec...
[ 0.0019378662109375, 0.011962890625, -0.0111083984375, 0.01318359375, -0.008056640625, 0.019287109375, -0.020751953125, 0.005615234375, -0.0167236328125, -0.031494140625, 0.0284423828125, -0.00167083740234375, 0.00543212890625, 0.0191650390625, -0.00543212890625, -0.0087890625, -0.004...
[ 908, 141, 127129, 1614, 80581, 31, 10484, 195625, 5844, 538, 12, 32363, 117, 436, 139909, 11249, 54, 26698, 23, 10298, 53, 17368, 82424, 1374, 29822, 3650, 65135, 841, 64, 1639, 959 ]
[ 0.147705078125, 0.164306640625, 0.26806640625, 0.219970703125, 0.1968994140625, 0.144775390625, 0.121337890625, 0.22119140625, 0.1546630859375, 0.02691650390625, 0.006805419921875, 0.24462890625, 0.09576416015625, 0.015594482421875, 0.1375732421875, 0.014678955078125, 0.0284118652343...
embed
35604549_c0
35604549
perl
0
Title: Perl hash, array and references Problem title: Perl hash, array and references Tags: reference, perl, hash Problem: Perl hash, array and references I have this 3 lines of code in a sub and I'm trying to write them together on one line only.. but I'm quite lost my %p = @_; my $arr = $p{name}; my @a = @$arr; what'...
Perl hash, array and references Perl hash, array and references reference perl hash Perl Perl hash, array and references I have this 3 lines of code in a sub and I'm trying to write them together on one line only.. but I'm quite lost what's the correct way of doing this? thank you!
[ 0.008544921875, 0.039306640625, 0.021728515625, 0.0159912109375, -0.005523681640625, -0.004730224609375, -0.0125732421875, -0.001190185546875, 0.0103759765625, -0.00823974609375, 0.005462646484375, 0.024169921875, 0.03271484375, 0.0137939453125, -0.01092529296875, -0.019287109375, 0....
[ 908, 141, 1556, 127, 10298, 53, 136, 91067, 117, 903, 138, 124519, 111, 18151, 1614, 31577, 33022, 2856, 25842, 98, 1632, 13315, 4734, 72856, 26785, 3917, 20594 ]
[ 0.170654296875, 0.16650390625, 0.2056884765625, 0.16650390625, 0.173583984375, 0.138427734375, 0.04278564453125, 0.2362060546875, 0.1544189453125, 0.020050048828125, 0.1259765625, 0.1336669921875, 0.0325927734375, 0.13134765625, 0.1776123046875, 0.04974365234375, 0.10235595703125, ...
embed
6122818_c0
6122818
perl
0
Title: i need to write a code in perl/java which prints a name 100 times in a1 second Problem title: i need to write a code in perl/java which prints a name 100 times in a1 second Tags: java, perl Problem: i need to write a code in perl/java which prints a name 100 times in a1 second Can any one please help me to write...
i need to write a code in perl/java which prints a name 100 times in a1 second i need to write a code in perl/java which prints a name 100 times in a1 second java perl i need to write a code in perl/java which prints a name 100 times in a1 second Can any one please help me to write a code in perl/java that prints a nam...
[ 0.01336669921875, -0.01171875, 0.003814697265625, 0.01806640625, 0.005706787109375, 0.0026397705078125, -0.0108642578125, -0.0069580078125, -0.0035247802734375, -0.0322265625, 0.0111083984375, -0.003875732421875, 0.01470947265625, -0.01141357421875, -0.0146484375, -0.00836181640625, ...
[ 17, 3871, 33022, 18151, 23, 117, 141, 64, 24071, 28412, 7, 9351, 805, 20028, 10, 418, 17932, 3129, 79, 330, 4171, 1632, 22936, 4358, 163, 450, 106, 5 ]
[ 0.042144775390625, 0.1361083984375, 0.12841796875, 0.1824951171875, 0.088134765625, 0.1456298828125, 0.187744140625, 0.049774169921875, 0.2373046875, 0.192138671875, 0.06561279296875, 0.1729736328125, 0.2447509765625, 0.2177734375, 0.068359375, 0.09478759765625, 0.21533203125, 0.03...
embed
26045270_c1
26045270
perl
1
join ",", $file, $affixes{"affix_count"}, $word_count{"word_count"}; push @output, ($output); } @output = sort @output; open(my $fh3, '>', '/home/usr16/rcazier/PerlCode/affix_count.txt'); foreach (@output) { print $fh3 "$_\n "; } close $fh3; Code signals: Perl, Out, Mojo::DOM, perl512, Cant, Reading, word_count, Slurp...
join ",", $file, $affixes{"affix_count"}, $word_count{"word_count"}; push @output, ($output); } @output = sort @output; open(my $fh3, '>', '/home/usr16/rcazier/PerlCode/affix_count.txt'); foreach (@output) { print $fh3 "$_\n "; } close $fh3; Code signals: Perl, Out, Mojo::DOM, perl512, Cant, Reading, word_count, Slurp...
[ 0.010986328125, -0.01397705078125, -0.0011749267578125, -0.002349853515625, 0.010009765625, 0.0087890625, 0.0076904296875, 0.006439208984375, 0.008544921875, 0.0174560546875, -0.001434326171875, -0.0177001953125, 0.021240234375, 0.004180908203125, 0.0033416748046875, -0.0228271484375, ...
[ 33284, 3650, 29822, 83820, 31195, 425, 71013, 47416, 25944, 6056, 7077, 12096, 9803, 1176, 65325, 363, 29552, 223, 42, 2485, 42964, 77347, 15277, 141, 114211, 124326, 100, 41581, 28412, 20903, 28864, 26073, 7, 908, 13538, 2501, 513, 127214, ...
[ 0.223388671875, 0.0421142578125, 0.17919921875, 0.1439208984375, 0.15185546875, 0.119140625, 0.1602783203125, 0.1339111328125, 0.1888427734375, 0.04412841796875, 0.03271484375, 0.1705322265625, 0.0941162109375, 0.003997802734375, 0.09588623046875, 0.147705078125, 0.011474609375, 0....
embed
3511214_c0
3511214
perl
0
Title: How to support the searching file based on regular expression Problem title: How to support the searching file based on regular expression Tags: perl, regex Problem: How to support the searching file based on regular expression From here #!/usr/bin/perl my @arr = ('/usr/test/test-[\d.*].*.con'); How to support t...
How to support the searching file based on regular expression How to support the searching file based on regular expression perl regex How How to support the searching file based on regular expression From here How to support the searching file based on regular expression
[ -0.000690460205078125, 0.0014801025390625, -0.002532958984375, -0.0025634765625, -0.0064697265625, 0.003387451171875, 0.011962890625, 0.0260009765625, 0.01446533203125, -0.0123291015625, 0.001708984375, -0.0012359619140625, -0.0036773681640625, -0.03125, 0.002227783203125, -0.014465332...
[ 11249, 47, 8060, 157318, 11435, 35509, 98, 20324, 125195, 117, 141, 6835, 3355, 3688 ]
[ 0.048431396484375, 0.0596923828125, 0.210693359375, 0.2320556640625, 0.17626953125, 0.126953125, 0.060943603515625, 0.1759033203125, 0.20458984375, 0.15234375, 0.15771484375, 0.1343994140625, 0.183837890625, 0.022308349609375 ]
embed
60650762_c1
60650762
perl
1
. POP3 -> PASS janepasswd at ./BpGet.pl line 19. POP3 <- -ERR [AUTH] Username and password not accepted. Code signals: Perl, Modules, Mail::POP3Client, Net::Pop3, Aren, pop.gmail.com, pop.aol.com, Net::Netrc, IO::Socket::SSL, ARGV, Login, DB3, PeerAddr, PeerPort, Proto, Debug, User, Pass, Socket, Connect, POP3, Gpop, S...
. POP3 -> PASS janepasswd at ./BpGet.pl line 19. POP3 <- -ERR [AUTH] Username and password not accepted. Code signals: Perl, Modules, Mail::POP3Client, Net::Pop3, Aren, pop.gmail.com, pop.aol.com, Net::Netrc, IO::Socket::SSL, ARGV, Login, DB3, PeerAddr, PeerPort, Proto, Debug, User, Pass, Socket, Connect, POP3, Gpop, S...
[ 0.0228271484375, -0.0029144287109375, 0.01904296875, 0.011474609375, -0.00064849853515625, 0.0037841796875, 0.0087890625, -0.00194549560546875, 0.003509521484375, 0.01031494140625, 0.006195068359375, 0.00872802734375, -0.00933837890625, -0.01385498046875, -0.002044677734375, -0.0186767...
[ 5, 84029, 363, 33079, 8436, 294, 47363, 13409, 37281, 571, 254, 724, 126, 2424, 13315, 6529, 12501, 1052, 117772, 841, 53400, 11627, 136, 78506, 959, 68186, 28864, 26073, 7, 908, 141, 63014, 25919, 196803, 150, 2517, 10086, 127642, 1172, ...
[ 0.041595458984375, 0.255126953125, 0.26416015625, 0.0199432373046875, 0.18310546875, 0.07916259765625, 0.2275390625, 0.2069091796875, 0.200439453125, 0.0161285400390625, 0.08526611328125, 0.1202392578125, 0.177734375, 0.162353515625, 0.0972900390625, 0.151611328125, 0.148681640625, ...
embed
49687147_c1
49687147
perl
1
92c8 S4:30c4;567c4;568c4;585c4;588c4 S5:333c5;617c5;619c5 S10:41c10;202c10;496c10;603c10 I want every S{n} that have numbers to output c{n}, E.g: S1:123,1234 become S1:123c1;1234c1 Please help me.. Thanks, Am Code signals: How, S1:158, S6:17, S2:317, S7:313, S3:89, S8:305, S4:30, S5:333, S10:41, S1:158c1, S6:17c6, S2:3...
92c8 S4:30c4;567c4;568c4;585c4;588c4 S5:333c5;617c5;619c5 S10:41c10;202c10;496c10;603c10 I want every S{n} that have numbers to output c{n}, E.g: S1:123,1234 become S1:123c1;1234c1 Please help me.. Thanks, Am Code signals: How, S1:158, S6:17, S2:317, S7:313, S3:89, S8:305, S4:30, S5:333, S10:41, S1:158c1, S6:17c6, S2:3...
[ -0.008544921875, 0.00933837890625, -0.01123046875, 0.018310546875, -0.0108642578125, -0.01361083984375, 0.0159912109375, 0.0155029296875, 0.00244140625, 0.04296875, -0.019775390625, -0.0198974609375, -0.0011749267578125, 0.007171630859375, -0.006988525390625, 0.005615234375, -0.00872...
[ 15671, 238, 1019, 159, 617, 12, 1197, 74, 162082, 190428, 10057, 153354, 758, 66000, 910, 2489, 2947, 963, 31982, 143179, 186410, 4598, 363, 87, 3444, 11907, 19, 8152, 450, 765, 101935, 47, 140992, 501, 241, 177, 82825, 48636, 190875, 242...
[ 0.267822265625, 0.1328125, 0.2484130859375, 0.1859130859375, 0.1693115234375, 0.0787353515625, 0.1678466796875, 0.05633544921875, 0.1456298828125, 0.1427001953125, 0.069580078125, 0.129638671875, 0.1141357421875, 0.197265625, 0.110107421875, 0.08258056640625, 0.0849609375, 0.168701...
embed
21698544_c0
21698544
perl
0
Title: shell/bash script to install cpan modules automatically Problem title: shell/bash script to install cpan modules automatically Tags: cpan, shell, perl, bash Problem: shell/bash script to install cpan modules automatically I want a shell script that will find the directory where perl is installed in local system,...
shell/bash script to install cpan modules automatically shell/bash script to install cpan modules automatically cpan shell perl bash shell/bash script to install cpan modules automatically I want a shell script that will find the directory where perl is installed in local system, open that perl, and install all the CPA...
[ -0.0037689208984375, 0.006072998046875, 0.00885009765625, 0.00811767578125, 0.00384521484375, 0.01123046875, 0.0098876953125, -0.01263427734375, -0.0076904296875, -0.037109375, -0.004913330078125, 0.01025390625, 0.0128173828125, -0.00055694580078125, 0.001434326171875, 0.00025939941406...
[ 128019, 64, 87109, 26499, 47, 20600, 501, 3180, 88996, 7, 191082, 117, 141, 87, 3444, 1221, 7413, 14364, 53, 7440, 23, 4000, 5426, 9803, 756, 313, 64731 ]
[ 0.19677734375, 0.0238037109375, 0.1654052734375, 0.1905517578125, 0.0660400390625, 0.1815185546875, 0.08831787109375, 0.279052734375, 0.1971435546875, 0.0858154296875, 0.205810546875, 0.1671142578125, 0.1798095703125, 0.005523681640625, 0.09423828125, 0.009918212890625, 0.10815429687...
embed
22090395_c0
22090395
perl
0
Title: Not able to install padwalker on osx 10.6.8 Problem title: Not able to install padwalker on osx 10.6.8 Tags: perl, macos Problem: Not able to install padwalker on osx 10.6.8 Code signals: Not, PadWalker.xs, fetch_from_stash, PadWalker.xs:179, xBJ-fz33GWibK4FbV4AAwk, Tmp, ccl9TEXl.out, PadWalker.o, Error, ROBIN, ...
Not able to install padwalker on osx 10.6.8 Not able to install padwalker on osx 10.6.8 perl macos Not PadWalker.xs fetch_from_stash PadWalker.xs:179 xBJ-fz33GWibK4FbV4AAwk Tmp ccl9TEXl.out PadWalker.o Error ROBIN PadWalker-1.98.tar.gz Warning YAML Running Can Make Failed Not able to install padwalker on osx 10.6.8 I w...
[ 0.0240478515625, 0.0267333984375, 0.004852294921875, -0.019287109375, -0.00141143798828125, -0.00738525390625, -0.00133514404296875, -0.04443359375, -0.0089111328125, 0.0157470703125, -0.0208740234375, -0.031494140625, 0.0029296875, -0.018310546875, -0.0033416748046875, -0.01123046875,...
[ 11205, 19048, 20600, 7922, 94449, 56, 98, 362, 425, 4068, 166141, 117, 141, 291, 7840, 22017, 97207, 1728, 7, 7647, 206, 161063, 590, 1495, 156918, 9185, 2676, 34937, 1126, 122691, 6056, 31, 212059, 19452, 119603, 16665, 867, 5550, 3320, ...
[ 0.07379150390625, 0.13818359375, 0.1790771484375, 0.230224609375, 0.2437744140625, 0.200927734375, 0.0313720703125, 0.1253662109375, 0.09033203125, 0.1588134765625, 0.260986328125, 0.08270263671875, 0.08837890625, 0.008453369140625, 0.0811767578125, 0.2244873046875, 0.2144775390625, ...
embed
1134739_c0
1134739
perl
0
Title: Why don&#x27;t I get a defined value from LWP::UserAgent-&gt;new()? Problem title: Why don&#x27;t I get a defined value from LWP::UserAgent-&gt;new()? Tags: lwp-useragent, lwp, perl Problem: Why don't I get a defined value from LWP::UserAgent->new()? Code signals: LWP::UserAgent-, Why, LWP::UserAgent, Can, cooki...
Why don&#x27;t I get a defined value from LWP::UserAgent-&gt;new()? Why don&#x27;t I get a defined value from LWP::UserAgent-&gt;new()? lwp-useragent lwp perl LWP::UserAgent- Why LWP::UserAgent Can cookie_jar HTTP::Cookies CGI::Cookie SCred set_cookie SSO_DOMAIN Why don't I get a defined value from LWP::UserAgent->new(...
[ 0.005889892578125, 0.0098876953125, -0.0145263671875, -0.00799560546875, -0.018310546875, 0.0201416015625, 0.01171875, 0.01416015625, 0.00054931640625, 0.054443359375, -0.0145263671875, 0.007720947265625, -0.0029296875, -0.020263671875, -0.00148773193359375, -0.0157470703125, 0.02099...
[ 44084, 2301, 3768, 18, 2046, 10, 61924, 71, 34292, 1295, 339, 139873, 1062, 2189, 284, 46825, 5386, 54936, 132, 96, 73547, 65918, 83963, 117, 141, 4171, 9332, 3403, 135913, 146318, 18027, 12, 2822, 5423, 212087, 159, 13055, 127214, 18499, ...
[ 0.08929443359375, 0.06268310546875, 0.0841064453125, 0.0787353515625, 0.101806640625, 0.04620361328125, 0.216064453125, 0.1065673828125, 0.21240234375, 0.06890869140625, 0.0819091796875, 0.2176513671875, 0.0750732421875, 0.14892578125, 0.0960693359375, 0.220458984375, 0.0541687011718...
embed
39545059_c0
39545059
perl
0
Title: Print starting from match pattern in Perl Problem title: Print starting from match pattern in Perl Tags: perl Problem: Print starting from match pattern in Perl I have a Perl script which provides me with results in text form. I need to print only some information from this text. How do I define start pattern an...
Print starting from match pattern in Perl Print starting from match pattern in Perl perl match Print Perl Print starting from match pattern in Perl I have a Perl script which provides me with results in text form. I need to print only some information from this text. How do I define start pattern and end pattern to pri...
[ -0.0081787109375, 0.0181884765625, 0.0048828125, 0.0079345703125, -0.01300048828125, -0.00274658203125, -0.01263427734375, 0.01556396484375, 0.0012054443359375, 0.006195068359375, 0.006683349609375, 0.016845703125, 0.022705078125, -0.0069580078125, 0.01239013671875, -0.0111083984375, ...
[ 39754, 72134, 1295, 14858, 103510, 908, 141, 23, 117, 26499, 87344, 163, 678, 50339, 7986, 3173, 3871, 28412, 4734, 3060, 4677, 61924, 4034, 136, 3564 ]
[ 0.2144775390625, 0.149169921875, 0.10357666015625, 0.2384033203125, 0.280517578125, 0.1636962890625, 0.1888427734375, 0.013153076171875, 0.1356201171875, 0.132080078125, 0.05194091796875, 0.000823974609375, 0.00689697265625, 0.11669921875, 0.0966796875, 0.10162353515625, 0.0467529296...
embed
4514261_c0
4514261
perl
0
Title: Perl XML::LibXML Partial Match Problem title: Perl XML::LibXML Partial Match Tags: perl Problem: Perl XML::LibXML Partial Match How to tell XML::LibXML to find nodes in a xml file by partial match, e.g. if the node contains 'Disc' or 'iso'. (@discs) = $link->findnodes("./link[./description/text()='Disc.iso']"); ...
Perl XML::LibXML Partial Match Perl XML::LibXML Partial Match perl Perl XML::LibXML Partial Match Disc.iso Perl XML::LibXML Partial Match How to tell XML::LibXML to find nodes in a xml file by partial match, e.g. if the node contains 'Disc' or 'iso'. Thanks
[ 0.006927490234375, -0.003265380859375, 0.00185394287109375, -0.00060272216796875, -0.01080322265625, -0.006591796875, 0.003387451171875, -0.0218505859375, 0.007598876953125, -0.015869140625, 0.0040283203125, -0.028076171875, 0.002777099609375, -0.0113525390625, -0.01409912109375, -0.02...
[ 908, 141, 92537, 104820, 1542, 39456, 9148, 289, 67407, 117, 53092, 16369, 11249, 47, 14192, 12, 7413, 110, 988, 23, 131492, 11435, 390, 2878, 14858, 28, 2174, 112, 70541, 44456, 238, 707, 22362 ]
[ 0.146484375, 0.1370849609375, 0.262939453125, 0.2208251953125, 0.140869140625, 0.224365234375, 0.184814453125, 0.073974609375, 0.2401123046875, 0.06707763671875, 0.1717529296875, 0.2357177734375, 0.026153564453125, 0.064697265625, 0.1728515625, 0.026824951171875, 0.180419921875, 0....
embed
67271710_c1
67271710
perl
1
9 (values 0.7 >=) Any idea about what must change in the script to do that? Any comment is welcome. Code signals: Script, YP_003858584.1_BtCoVBM48_gp2, NKSP, NLTW, NTTQ, NGTH, NCTY, NIST, NITY, NGTI, NITQ, NITS, NSSA, NPSG, NSTK, NASS, NCTD, NSSY, NVSS, NNTI, NFSI, NFSQ, NFTT, NNTV, NHTS, NVSL, NASV, NESL, ADK66841.1_...
9 (values 0.7 >=) Any idea about what must change in the script to do that? Any comment is welcome. Code signals: Script, YP_003858584.1_BtCoVBM48_gp2, NKSP, NLTW, NTTQ, NGTH, NCTY, NIST, NITY, NGTI, NITQ, NITS, NSSA, NPSG, NSTK, NASS, NCTD, NSSY, NVSS, NNTI, NFSI, NFSQ, NFTT, NNTV, NHTS, NVSL, NASV, NESL, ADK66841.1_...
[ 0.002899169921875, 0.01251220703125, -0.008056640625, -0.0025482177734375, 0.00421142578125, -0.0004100799560546875, 0.020263671875, 0.0034027099609375, 0.0167236328125, 0.0286865234375, -0.004486083984375, 0.01458740234375, -0.01043701171875, -0.0001850128173828125, 0.00885009765625, ...
[ 483, 15, 27494, 90, 6, 134926, 977, 1369, 16, 28541, 6528, 8110, 15549, 26499, 54, 450, 6868, 81907, 5, 28864, 26073, 7, 84654, 94588, 7049, 104342, 174923, 120518, 571, 18, 10625, 75034, 594, 9285, 78872, 304, 25035, 9434, 39102, 72731, ...
[ 0.26953125, 0.0631103515625, 0.2064208984375, 0.06689453125, 0.0906982421875, 0.265380859375, 0.1331787109375, 0.193115234375, 0.05572509765625, 0.004364013671875, 0.0848388671875, 0.07110595703125, 0.14599609375, 0.27294921875, 0.10009765625, 0.133544921875, 0.025482177734375, 0.0...
embed
28917164_c0
28917164
perl
0
Title: Create time variable in perl Problem title: Create time variable in perl Tags: perl Problem: Create time variable in perl I want to create a variable that will store hardcoded hours and minutes value. Rest stuff like min, day, date, year should be current date and time. How can I do this? I tried timelocal, loca...
Create time variable in perl Create time variable in perl perl Create Create time variable in perl I want to create a variable that will store hardcoded hours and minutes value. Rest stuff like min, day, date, year should be current date and time. How can I do this? I tried timelocal, localtime and many others, but the...
[ 0.0208740234375, -0.00714111328125, 0.0079345703125, 0.0036468505859375, 0.00933837890625, -0.0164794921875, -0.023193359375, 0.013916015625, 0.010498046875, -0.0380859375, -0.0128173828125, 0.0164794921875, 0.04736328125, 0.006134033203125, 0.0005950927734375, -0.0023345947265625, -...
[ 151313, 1733, 77336, 23, 117, 141, 3444, 28282, 10, 1221, 4343, 7941, 40899, 71, 21974, 136, 14633, 34292, 49756, 41884, 1884, 881, 5155, 5622, 6602, 5608, 186, 43581, 831, 54, 903, 37842, 98908, 4000, 6032, 18, 4488 ]
[ 0.1900634765625, 0.2301025390625, 0.326904296875, 0.087890625, 0.1697998046875, 0.1953125, 0.1041259765625, 0.1512451171875, 0.009735107421875, 0.0404052734375, 0.1470947265625, 0.0941162109375, 0.1810302734375, 0.03741455078125, 0.2027587890625, 0.08795166015625, 0.2261962890625, ...
embed