2,977 Topics

Member Avatar for
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
58
Member Avatar for rubz_rav

Im a newbie, I have compiled apache and mysql in the same server;i need to host a site that has perl scripts and the database linking .How to integrate the mysql server to apache for smooth functioning of this site??

Member Avatar for peter_budo
0
81
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
113
Member Avatar for raul15791

Hi, I'm new in Visual Basic. Here's a few questions: 1. What is the difference between VB and VB.net 2. Any good ebook you guys recommend for VB and VB.net?? (I've learned Perl, C++ and Java) 3. If I want to learn VB.net do i need to learn ASP.net first? …

Member Avatar for sendoshin
1
2K
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
49
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
295
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
107
Member Avatar for Vandithar

Hi, I have few sentences and here are those sentences. [code] Protein modeling studies reveal that the RG-rich region is part of a three to four strand antiparallel beta-sheet, which in other RNA binding protein functions as a platform for nucleic acid interactions. PUF proteins comprise a highly conserved family …

Member Avatar for jephthah
0
269
Member Avatar for Gribouillis

In the Perl language, you can fork a child process with the following syntax [code=perl] open CHILD, " | programA | programB | program C"; print CHILD "this is an example input"; [/code] (at least, you can do this under linux). This statement starts 3 processes in fact; programA, B …

Member Avatar for slate
0
229
Member Avatar for kenji

Hey everyone, I have a question about Perl CGI. I am creating a profile management system using Perl CGI for an assignment and am having a little trouble understanding to go about it. My code is written using subroutines and it interfaces with one another by calling a subroutine. A …

Member Avatar for Major Major
0
106
Member Avatar for cardician

Hello all, I'm hoping someone here might be able to provide some assistance. Let me see if I can describe the general problem I have and perhaps someone can offer some ideas on the best way to approach solving it. I've got a text file that is basically a dump …

Member Avatar for KevinADC
0
97
Member Avatar for cellus205

Can anyone help me translate this regex match in Perl to a VB.Net Regex match? Heres the perl regex: if ($line =~ /\\([\w\d\s\-]+?\.\w{3})\"\t\"/) { print "LINE: $1\n" } # regex match And heres what I have for the VB regex, but its currently not working: [code=VB] Dim fs As New …

0
74
Member Avatar for SNN

I have two data sets Hdata.txt and Edata.txt that are tab delimited. Both data sets contain information about two groups of people. The first column in both data sets contains the last name of the individual. I wrote a perl program to make a comparison and print out the individuals …

Member Avatar for SNN
0
96
Member Avatar for kaloon

Hi every body I have project is like book electronic . any words in this book I can translate it into more than one language . The idea behind this project is imagine page of any a book . assume this book wrote by English language , the page's consist …

Member Avatar for nvmobius
0
130
Member Avatar for donlinmj

Hi, I just joined DaniWeb. I came across the forum in search of help to a particular issue. I'm a research professor at Saint Louis University. I conduct biomedical research using bioinformatics tools. As part of my role, I maintain two Linux servers (redhat) which host various bioinformatics software, custom …

Member Avatar for Jx_Man
0
225
Member Avatar for rmbeckman

I removed the CMOS battery trying to clear charge but now I get this message when I try to boot: CMOS Settings Wrong CMOS Checksum Bad CMOS Display Type Wrong Unlock Keyboard Press F1 to run Setup Press F2 to load default values and continue ================= This system was my …

Member Avatar for rmbeckman
0
661
Member Avatar for loken

Greetings! I would just like to ask you guys something. I am planning to create my mini 3d game...Do you guys know any good steps to start with....I have programming knowledge in C, C++, Java, Javascript, Perl, Php and Openlaszlo... I am also studying LindenScript and OpenGL.... Can anyone provide …

Member Avatar for suszen
0
198
Member Avatar for lil_panda

I am trying to make a perl script that uses email. The forth line of my script is: [code]use Email::Valid; [/code] And I get this error:[code]Can't locate Email/Valid.pm in @INC (@INC contains: /opt/local/lib/perl5/5.10.0/darwin-2level /opt/local/lib/perl5/5.10.0 /opt/local/lib/perl5/site_perl/5.10.0/darwin-2level /opt/local/lib/perl5/site_perl/5.10.0 /opt/local/lib/perl5/vendor_perl/5.10.0/darwin-2level /opt/local/lib/perl5/vendor_perl/5.10.0 /opt/local/lib/perl5/vendor_perl .) at script.pl line 4. BEGIN failed--compilation aborted at script.pl line …

Member Avatar for KevinADC
0
94
Member Avatar for MAD_DOG

Shell Programming for UNIX/Linux is finally over thank god! C/C++/Perl I hate that shit lol it's over and I learned something. 1&>2 = I dont really know if this is right lol or 1>&2 = Something is redirecting something lol

Member Avatar for eggi
0
590
Member Avatar for barteled

I'm having difficulty passing variables to threads. I've recently compiled 5.8.7 with threads enabled and I am using the new ithreads. When running code as follows: use Thread qw(async); async { while(1) { print 1; } }; while (1) { print 2; } The code works as expected and prints …

Member Avatar for KevinADC
0
109
Member Avatar for kahaj

When a page is generated and has a form in it, can the form's action be to access a subroutine elsewhere in the script?

Member Avatar for KevinADC
0
87
Member Avatar for shnippy

Hello, I have been scouring the web trying to find as much information on mod_rewrite as I can, but the solutions I have found do not suit my need. I have a website that has been up for almost 3 years, and I am having a hard time getting pages …

Member Avatar for taramichael
0
155
Member Avatar for raul15791

Hi, I'm new in VB.net. I have background in C++, Java and Perl. 1. Is there any book you guys would recommend? 2. Can I use VB6 book? (I know there some major changes from VB6 to VB.net) Thanks.........

Member Avatar for raul15791
0
90
Member Avatar for hhheng

While executing a perl script, it showed the following errors. Can anybody tell me what's wrong with the bottom script? Thanks a lot. The server encountered an unexpected condition which prevented it from fulfilling the request. The script did not produce correct headers. It must at least print out a …

Member Avatar for KevinADC
0
199
Member Avatar for reezin14

I have heard of python,yabasic,and perl along with several others and was wondering if anyone could point me in the right direction. I'm not interested in web creation I just want to be able to make a computer or network work better thanxs, Reezin14

Member Avatar for swaira umar
0
589
Member Avatar for kahaj

I'm trying to access a cgi script when a form is submitted. With that script, I want to display a page that basically says, "Is this info correct?" and show them what they entered. Then, if they hit "Yes", I want to send an email to myself with their info. …

Member Avatar for kahaj
0
144
Member Avatar for dr4g

Hi there. All mail sent through the SMTP server, i need to modify the message being sent through. I already have a PHP script to send MIME emails with embedded images for HTML meails. However this can be re-created in C,bash,perl. What i need is a script to modify the …

Member Avatar for Belrog
0
159
Member Avatar for bgbiplab
Member Avatar for w0h0m

For a challenge, we have to code a script that can pull information from a web page and then use it to automate an action on that site. What I've chosen to try and do is code an IPB Forum Advertiser. The process is easy, but I can't seem to …

Member Avatar for Major Major
0
152
Member Avatar for Omni

Hi I’ve recently come into possession of a Sony Vaio VGN-N230E notebook computer ([url]http://esupport.sony.com/CA/perl/swu-list.pl?mdl=VGNN230E&LOC=3[/url]) and I’m having problems restoring it to factory preset. I got it from a friend who forgot his password. Now I want to reformat it, but the obvious problems arise. I cant access the partition after …

Member Avatar for zamreg
1
213
Member Avatar for ramesh54

Hello Friends, I am learning Perl now. I have a small query. I have a directory Z with file name Z.txt. I would like to copy this file Z.txt to 3 new dir with new filenames as follows dir 1 1.txt dir 2 2.txt dir 3 3.txt I would like …

Member Avatar for dwks
0
97
Member Avatar for moerpheus

Hi all, I want to be a networker and software developer. My questions are, How many languages to pack? Which languages to pack? I want to know three languages( are they enough?) for sure i want to knw C++ and JAVA. But i dnt knw the third!.... Python?PERL? or?..... Please …

Member Avatar for moerpheus
0
147
Member Avatar for sardarji

Hi, Is there a way in python to get multiple values from a dict? In perl we have this syntax: @values = @hash{@fields} is there something similar in python? thanks, Sam

Member Avatar for vegaseat
0
77
Member Avatar for PoovenM

Hi guys, I'm trying to make sense of some Perl code. I haven't actually programmed in Perl before but I do image the functions/methods are similar to other languages. Here's the code: [code=perl] function [dir, wspd] = conv_wind(uwind, vwind) usize = length(uwind); vsize = length(vwind); if(usize ~= vsize) dir = …

Member Avatar for PoovenM
0
232
Member Avatar for karysma

Good Day. My div will not position properly. Rather, it just sits in the top-left corner. I have tried z-index with no luck. The first Div represents the background for my page, and the div inside of that is supposed to be positioned inside the message box on the background. …

Member Avatar for Troy III
0
122
Member Avatar for eclecticlife

A few days ago my desktop links stopped working. First I thought it was a problem of a few programs like a pdf viewer and openoffice. Now most hyperlinks from my installed programs or utilities don't open. In Firefox the Java hyperlinks don't work either. For example, I received notice …

0
25
Member Avatar for kahaj

I'm trying to get an email generated when a form is processed. This is my first stab at such. It's not working for some reason. When I comment out the lines concerning the email generation, it works fine. The problem apparently lies somewhere in that section of the code, but …

Member Avatar for kahaj
0
109
Member Avatar for Didiera

Hi i'm trying to write a decryption code to process encrypted files. I have the error below whenever I try to initialise an cypher object of type Crypt::CBC and supplying 'Blowfish' as decryption algorithm, I get the following [QUOTE]C:\>decrypt.pl Couldn't load Crypt::Blowfish: Can't locate loadable object for module Crypt::Bl owfish …

Member Avatar for Didiera
0
758
Member Avatar for raul15791

Hi, I try to compare items in two different arrays. This loop works well in another program of mine. But not in the current program i'm working on. Weird.... The output of the program shows [ICODE] Nested quantifiers in regex; marked by <-- HERE........ [/ICODE] [CODE=PERL] for $3 (@obsolete_class_declare) { …

Member Avatar for raul15791
0
142
Member Avatar for flashyflashy

Hi I'm using the 2 pieces of code typed below to set the character set to utf8 (so that I can output russian characters on page, and then to output it on web pages. I have tried to set the character set to utf8 so that russian characters appear properly …

Member Avatar for martin5211
0
66
Member Avatar for jano_alex_es

Hyperlink problem Posted: 07-09-2008 04:34 AM Hi, I'm working in a application C# and ASP.NET and in some moment we are creating few hyperlinks dinamically inside a panel: HyperLink hl; for (int i = 0; i <= XmlFile.ListLinks.Count - 1; i++) { hl = new HyperLink(); hl.Text = ListLinks[i][0]; //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! …

0
44
Member Avatar for muppetjones

I'm still kinda new at this, so please bear with me, but I have tried debugging the program (perl -d) and using Carp as well. I just can't seem to isolate the problem. I'm using regex to search through a series of sequences read in from BioPerl (this is not …

Member Avatar for KevinADC
0
139
Member Avatar for chriscapetown

Hi. This is a piece of code that I wrote for a one of my modules in Joomla 1.5, and im afraid im not skilled enough yet to do this procedure in the correct way.. Please can someone help me structure this code in the right way - the actual …

Member Avatar for digital-ether
0
211
Member Avatar for Honeylou

LINUX SERVER ADMINISTRATOR (Cebu) 1. At least 3 years of Linux server administration experience 2. Must have demonstrable knowledge and experience with Apache, Qmail, and MySQL configurations 3. Must have demonstrable knowledge of Nagios 4. Perl and Bash scripting experience preferred but not necessary 5. Familiarity with Plesk, cPanel, H-Sphere, …

0
40
Member Avatar for lunabelle22a

Hi, I need some help reformatting some data. I have a file with 6 fixed-width columns. The columns alternate between variables (width=25) and their corresponding values (width=15). There is a total of 125 variables and associated values. I only need 6 of these variable/value sets for future plotting purposes. What …

Member Avatar for Salem
0
83
Member Avatar for Scruffstone

Hi there, I can't get this foreach loop to work. It says "Global symbol "$name" requires explicit package name at d:\domains\jacamar.co.uk\wwwroot\cgi-bin\Process_login.pl line 25." which is presumably because I haven't declared it as "my $name" somewhere but what do I declare it as - if I do "my $name = ""; …

Member Avatar for KevinADC
0
118
Member Avatar for raul15791

Hi, I'm having problem with the usage of File::Find Module. What i'm trying to do is to browse through two directories and put all the files into two arrays respectively (each array for each dir). I just cant use the "find" twice... An error message will be shown: [icode] Use …

Member Avatar for raul15791
0
154
Member Avatar for Aardvarc

Hi, I'm trying to run the R language from within Perl. Is there a way to send some code to R, and then obtain the result or output of this code (which will run in R) back in Perl? Thanks! L.

0
57
Member Avatar for Scruffstone

Hi there, I'm trying to write a script that when a user clicks the "save" button it takes the content of a text box, calls another script which writes this to a file. The bit I can't get it to do is recognise that the "save" button has been clicked …

0
70
Member Avatar for Scruffstone

Hi All, I'm trying to pass a variable from a form to a perl script. It produces the error:- "CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers." when run it (call it from the click of a submit button on an html …

Member Avatar for Scruffstone
0
53

The End.