2,452 Topics

Member Avatar for
Member Avatar for yair7190

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 …

Member Avatar for yair7190
0
135
Member Avatar for akmittal

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; …

Member Avatar for Salem
0
153
Member Avatar for navsaug

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 . . …

Member Avatar for katharnakh
0
79
Member Avatar for sobam15

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 …

Member Avatar for vkumar42
0
84
Member Avatar for sobam15

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. …

Member Avatar for sobam15
0
240
Member Avatar for neslihan

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 …

0
83
Member Avatar for hariom40019

hi i am new bee of perl development canu tell me perl manual link for download

Member Avatar for ithelp
0
31
Member Avatar for anklos

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!

0
50
Member Avatar for APablico

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. …

Member Avatar for selom
0
158
Member Avatar for kkarimi

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 …

0
40
Member Avatar for Dizdain

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 …

Member Avatar for Dizdain
0
171
Member Avatar for uan_Blr

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 …

0
75
Member Avatar for osjak

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 …

Member Avatar for katharnakh
0
97
Member Avatar for viktorijakup

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 …

Member Avatar for khess
0
118
Member Avatar for uan_Blr

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 …

Member Avatar for uan_Blr
0
514
Member Avatar for bhall

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 …

Member Avatar for KevinADC
0
125
Member Avatar for SNN

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 …

Member Avatar for KevinADC
0
156
Member Avatar for somename

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 …

0
52
Member Avatar for tonydm

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. …

Member Avatar for tonydm
0
173
Member Avatar for katharnakh

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. …

Member Avatar for katharnakh
0
127
Member Avatar for Achmat

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 …

Member Avatar for jephthah
0
251
Member Avatar for bmz

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 …

0
102
Member Avatar for knarffrank

I'm looking for an MRTG program that will save all the incoming phone numbers and group them through their country code.

Member Avatar for KevinADC
0
102
Member Avatar for Vandithar

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 …

Member Avatar for raul15791
0
87
Member Avatar for iamdaniel123

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 …

0
52
Member Avatar for bgbiplab

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 …

Member Avatar for Salem
0
56
Member Avatar for mcoler

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 …

Member Avatar for mcoler
0
110
Member Avatar for nickyspace

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 …

0
48
Member Avatar for janells

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 …

Member Avatar for Cate319
0
293
Member Avatar for chanderk

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

Member Avatar for raul15791
0
104

The End.