2,452 Topics
| |
hi everyone! i'm kind of new to perl and having some problems with a script i wrote. hope i came to the wright place :) here's my problem: i wrote a script that goes through each line in a file (i loaded the file into an array "RevLogFile") and when … | |
i am new to assembly programming,can anybody help me out to solve this problem - i have a assembly code which does the atomic increment [code=assembly] Atomic_Add (volatile unsigned int *addr, int additive) { register unsigned int previous; __asm__ volatile ( "pushf;" "cli;" "movl (%2), %0;" /* previous = *addr; … | |
Hi - Please help me with the following. I have to a parse a log file and here is the part of the log file which is occurs repetitively. [Text1] [Text2] [Text3] [Text4] [Text5] [Text6] [Text7] [ ===== PATTERN1 ======= Text8_line1: value1 Text8_line2: value2 Text8_line3: value3 Text8_line4: value4 . . … | |
Hi, I am a college student who recently signed up for a Computer Science course despite being an utter mess when it comes to math or science (as an aspiring writer, I have a way with words instead). I needed the extra 3 credits and didn't really have any other … | |
This triangle shape full of numbers is the reference I have to use for the first part of a homework problem, but I haven't the slightest clue as to why the rows and columns are indexed starting at zero and what that means in terms of all the other rows. … | |
printing RTF document in VB was OK. After converting to VB.NET, the RTF file being printed is placed wrongly on the paper and there is next page problem the code is like that Public Function Yaz(ByRef argFileName As String, ByRef argValues As Dictionary(Of String, String), Optional ByRef argPreview As Boolean … | |
hi i am new bee of perl development canu tell me perl manual link for download | |
Hi~! I am using perl webcrawl from a few url links(given by a enclosed set of htmls), but I can't succeed to crawl disconnected components. Could anyone give some advice on it? Thanks for any suggestion! | |
sony vaio laptop VGN CR407E hello everyone! i've joined this website for the sole purpose of getting answers to fixing my laptop. for any info/help, i thank you in advance. so this is the story: opening an email from a legit website (intercontinental hotels group), then my computer suddenly freezes. … | |
I'm developing an application that sends emails to customers. The body of the email contains a URL encoded hyperlink back to our site kind of like this: [url]http://myserver/myfolder/test.cfm?id=%409%20%2DW9I74%3D%402%5CN8%2A5%3D%3D5%2D%40%3C%3D%3DQ%5B%40%3AB%5D2Q%2B%2BN%3C44%3A3%3E3%3C%20%0A[/url] In Yahoo, GMail, Outlook, etc. the link works fine. However Hotmail is decoding the link before it sends: http://myserver/myfolder/test.cfm?id=@WUE^[MA6 9J?%3D5B%258D^K5@^%2BD<;5U) '((OZ<,%2BFU%25( Anyone … | |
Hello. I'm new to the community so hello everyone! I am having some difficulties with my php script. I am trying to generate a list of the latest 10 news topics in my site and code those topic titles to hyperlink to another page, news.php, which will show the entire … | |
Hi there, could you please help me with the following script: [CODE]my $gnuplot = "/usr/local/bin/gnuplot"; my $sample = "foo"; open(GNUPLOT, "|$gnuplot"); print GNUPLOT <<gnuplot_Commands_Done; set grid set title "$sample" plot "$sample" u 1:6 w lines pause -1 gnuplot_Commands_Done close(GNUPLOT);[/CODE] I would like to be able to call gnuplot in a … | |
Hi All, I am very new to Perl and trying to practice a bit. I am rebuilding my website and decided to take on a project - convert an Simple Machine Forum database into vBulletin database. At the present stage my script successfully converts users and topics, but I am … | |
Hello !!! My directory D:\conv\ESSD\YJCIS\YJCIS14183\bbb.doc I must send to X:\sgml_db\ESSD\YJCIS\YJCIS14183\ directory and rename bbb.doc to MMC1.doc. If X:\sgml_db\...\....\YJCIS14183\ don't exist, i must create it. "X:\sgml_db\" constant directory. My script must choose path itself ! What I must add to this script !!! [code=perl] use strict; use warnings; use File::Copy; use … | |
Hi everyone! I have just signed in at daniweb, I hope you can help me. I am new to perl and have the following problem to solve: I have loads of files with 16 columns full of numbers. I need to 1. take column 6 and substract column 10, store … | |
This seemed like it would be easy when I decided to do it but it turned out to be a bit more difficult than I would have thought. Basically, I've got a file. data.txt that is full of data formatted like this name|value and in side a script i've got … | |
Hi, I am new to Perl and I appreciate if someone can help me. I have a tab delimited file that contains 100 columns and 300 rows. The first row is the ID. I need first to read the file into a matrix or a table and delete the columns … | |
Hello. My question is about perlTk. I'm wondering how to write a gui app like that: it has 2 buttons, 1 is "run" and 2 is "stop". App should run some function and when i press "stop" button, it should stop. But when "run" button pressed whole app gets inactive … | |
Hi, I'm a newcomer to Perl. Don't know why it took me so long. I've been having a blast writing various scripts to ease my life as a sysadmin. I'm working on a script to cat log files for a hex address. In our system it is in decimal format. … | |
Hi, [B]Background:[/B] I have task of calculating dependencies of project(s) of a scenario. Dependency calculation is done using an external command. Since this dependency calculation time depends on how big is the project is, it is difficult to guess how much dependency calculation of a scenario(a set of projects) takes. … | |
Hi guys, I've been fiddling with Perl for the past 2months and still I have difficulty with it, I've read 3books already but I'm kinda in the deep end cause I'm in a working environment. I'm currently working on this: [CODE]#!/usr/bin/perl print "Content-type: text/html\n\n"; #all variables starting with 'i' are … | |
hey... i currently making a web application, in VS 2008 - visual web developer 2008, for our final project and it makes use of an ocx which has methods to enable VOIP. What i did, since the control cannot be added to the tool box in order for it to … | |
I'm looking for an MRTG program that will save all the incoming phone numbers and group them through their country code. | |
Hi, I have a string like "The quick brown fox jumps over the lazy dog" (or longer) I have to search through this string using boolean operators like "quick AND brown OR fox" mantaining the logical order, so "quick AND (brown OR fox)". (consider that the search string can be … | |
hi, i'm working on a project and i was wondering how to open a hyperlink from access. the data type of one of the fields is a hyperlink, because the data of it is in a text file. i can DISPLAY the hyperlink in a label on vb, but i'm … | |
I need help to convert the binary file into ascii formatt. Actually we have CDRs which is genereted by telecom swith at this is in ASN1 format or binary format, I need to convert those binary formatted file into ascii format using perl. Is there any way to solve this … | |
Help I can even properly view this page, I have to view cached pages to see any websites, all links I click turn up blank and when I choose to restart the screen goes black and buttons light up and stays like that till I manually shut it down and … | |
Hi I have a little issue with the exchelsheet . I have converted data into excelsheet sucessfully .But now i want to make Column Heading Bold . I have searched a lot in google but i havent got any solution. Due to the module is not present, i havent used … | |
Hello! I've just got a nice new iMac OSX,:icon_smile: however I can only get half my jpegs to appear properly on iPhoto. Some will appear completely, others are half blocked out with gray and others it won't read at all. If I have to get some more software (I had … | |
| Hi All, Learning Perl is my long time desire. But couldnt get easy and correct tutorials sofar. Could anyone suggest me to have a good start in Perl? Cheers, Chander |
The End.