First  |  Prev |  Next  |  Last
Pages: 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
Download A File
I have a script in /cgi-bin/. I want it when called to download a dynamic file, actually an image to a file on the server. Basically pull a graph from whats actually a router of mine, save it to /temp_images. I have tried using: "system "/usr/bin/wget..." with no luck. Can someone give me a shove in the rig... 2 Apr 2008 12:51
mismatch between Perl 5.6 and Perl 5.8 in printing high precision values.
RedGrittyBrick wrote: vivekanand.naik(a)gmail.com wrote: printf("%.32g\n",0.99999999976716936); Perl 5.6.1 output: 0.99999999976716936 --> GOOD Perl 5.8.6 output: 0.99999999976716925 --> ERROR Any reason for such mismatch ? Please let me know how to avoid that or any alter... 2 Apr 2008 11:44
mismatch between Perl 5.6 and Perl 5.8 in printing high precision values.
sisyphus wrote: On Apr 2, 9:21 pm, vivekanand.n...(a)gmail.com wrote: printf("%.32g\n",0.99999999976716936); Perl 5.6.1 output: 0.99999999976716936 --> GOOD Perl 5.8.6 output: 0.99999999976716925 --> ERROR I believe it's a bug in perl 5.8 (which has been carried through to perl 5.10): C:... 2 Apr 2008 10:37
mismatch between Perl 5.6 and Perl 5.8 in printing high precision values.
On Apr 2, 9:21 pm, vivekanand.n...(a)gmail.com wrote: printf("%.32g\n",0.99999999976716936); Perl 5.6.1 output: 0.99999999976716936  --> GOOD Perl 5.8.6 output: 0.99999999976716925  --> ERROR Any reason for such mismatch ? I believe it's a bug in perl 5.8 (which has been carried through to ... 7 Apr 2008 09:21
FAQ 8.25 How can I capture STDERR from an external command?
This is an excerpt from the latest version perlfaq8.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 2 Apr 2008 08:58
IT manager 蛇頭鼠眼edmund yau
IT manager $B<XF,AM4c(Bedmund yau http://www.geocities.com/it_super_manager/ funmobile www.funzy.com <-- fuxking company ... 2 Apr 2008 07:51
mismatch between Perl 5.6 and Perl 5.8 in printing high precision values.
vivekanand.naik(a)gmail.com wrote: printf("%.32g\n",0.99999999976716936); Perl 5.6.1 output: 0.99999999976716936 --> GOOD Perl 5.8.6 output: 0.99999999976716925 --> ERROR Any reason for such mismatch ? Please let me know how to avoid that or any alternative approach if any. This is in... 2 Apr 2008 07:51
mismatch between Perl 5.6 and Perl 5.8 in printing high precision values.
printf("%.32g\n",0.99999999976716936); Perl 5.6.1 output: 0.99999999976716936 --> GOOD Perl 5.8.6 output: 0.99999999976716925 --> ERROR Any reason for such mismatch ? Please let me know how to avoid that or any alternative approach if any. Thanks Vivek ... 2 Apr 2008 11:44
Perl Pattern matching
Deepan Perl XML Parser wrote: Now i want to get everything between "<text><![CDATA[" and "]]></ text>" [ie i need to capture the CDATA section]and i am using the below code if( $str =~ m#<text><!\[CDATA\[(.*)\]\]></text># ) { print $1; } Your expression is (besides the /s modifier) perfectl... 2 Apr 2008 03:48
FAQ 8.11 How do I decode encrypted password files?
This is an excerpt from the latest version perlfaq8.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 2 Apr 2008 03:15
First  |  Prev |  Next  |  Last
Pages: 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187