2,977 Topics

Member Avatar for
Member Avatar for Davo1977

Analysing text files to obtain statistics on their content You are to write a Perl program that analyses text files to obtain statistics on their content. The program should operate as follows: 1) When run, the program should check if an argument has been provided. If not, the program should …

Member Avatar for jephthah
0
157
Member Avatar for lAmoebal

This isn't a specific question regarding a certain program or anything, so if this is in the wrong forum, feel free to move it. :confused: I was just curious how long everyone here has been programming, and how long with C++? The reason I'm asking is I'm curious as to …

Member Avatar for stephen84s
0
371
Member Avatar for kahaj

I have two computers set up at home. My Windows XP machine won't run CGI scripts for some reason. I'm trying to get my old Win2k machine to run it with IIS. How do I code the action line in an online form to run it on another machine on …

Member Avatar for KevinADC
0
331
Member Avatar for raul15791

Hi, Does anyone know how to browse through a folder to find all the files contains in it? I know how to use the opendir function but: 1. I'm having problem with looping in which i can use to browse through ALL the folders and ALL the files contained in …

Member Avatar for raul15791
0
156
Member Avatar for Scottied43

Hey guy, I need some help with some command line stuff. I'm totally stuck. On the MAC (leopard) how can I change, via the command line so I can push these changes across the network, microsoft word 04 ONLY to open .doc files and microsoft word 08 ONLY to open …

0
88
Member Avatar for raul15791

Hi, I'm a beginner for Perl. Just want to ask a few simple question: 1. Which Text Editor tools is the best for Perl? 2. Some recommend JEditor. I installed it but having problem with the Exuberant CTags. After i downloaded it I cant seem to install and apply it. …

Member Avatar for KevinADC
0
204
Member Avatar for raj_3y2k

Hi, I'm new to Perl, I installed ActivePerl in my machine and it is running properly. But when I'm trying to open a CGI using Tomcat I'm getting HTTP Status 404 error. I also did the following Altered Tomcat's C:\apache-tomcat-6.0.10\conf\web.xml file a) There's a CGIServlet that's commented out; so I …

Member Avatar for katharnakh
0
191
Member Avatar for sphereof

I'm running windows xp and once i have logged in this message appears twice 'the application failed to initialize properly (0xc0000005)'. Then the desktop background image is all that can be seen and no icons/ menus i can access programs using the task manager i have used registry first aid …

Member Avatar for sphereof
0
93
Member Avatar for raul15791

Hi, I'm trying to write a perl program for a simple phone book. Means when the user enter a name, the phone book will search and display the name and the phone number of that person. Below is my code: [CODE=syntax] #!/usr/bin/perl; #playplay.pl use warnings; use strict; my %phonebook = …

Member Avatar for KevinADC
0
192
Member Avatar for katharnakh

Hi, I have problem running my cgi scripts under Apache Tomcat server. I am using Apache Tomcat/5.5.20 on WinXP. I followed the instruction tips I found out at [url]http://www.wellho.net/forum/Perl-Programming/Running-Perl-CGI-scripts[/url]... [url]http://www.ftponline.com/javapro/2003_03/online/perl_teden_03_18_03/p[/url]... but still I could not get the scripts running. I get HTTP status 404 error. The directory structure I have …

Member Avatar for KevinADC
0
1K
Member Avatar for Alex_

Hello, i am supposed to solve a problem using this Method. Can anyone pls tell me what this exactly is, and how does it work?Or maybe a link to a source ...? i'd be very thankfuly! Pls this is urgent.It's for my thesis! the perl calculus problem sounds like this: …

Member Avatar for Abzero
0
153
Member Avatar for sugaprem

f Keyword is: Dell Desktop Computers Output Should be: "Dell" "Desktop" "Computers" "Dell Desktop" "Dell Computers" "Desktop Dell" "Desktop Computers" "Computers Dell" "Computers Desktop" "Dell Desktop Computers" "Dell Computers Desktop" "Desktop Dell Computers" "Desktop Computers Dell" "Computers Dell Desktop" "Computers Desktop Dell"

Member Avatar for KevinADC
0
46
Member Avatar for cknapp

I'm writing a webapp for a professor. It is basically a replacement for a csh script he wrote, along with a simple interface that will allow for dealing with input and output files. All the csh script does is automate a bunch of perl scripts. Anyway, I chose to do …

Member Avatar for cknapp
0
137
Member Avatar for baextol

THIS is beaxtol, i want to say hello to evryone. baextol is an IT sudents that wants to learn and improve his knowledge on the IT. basically a progarmmming language PERL.THANK U.

Member Avatar for zandiago
0
18
Member Avatar for Alex_

My problem is that i can not understand what do they mean by "The application of mathematical algorithms analisys for solving the 'perl calculus' problem". the perl calculus problem sounds like this: we have 3 ordinary perls(1,2,3), and 3 magic perls(A,B,C). Each magic perl can transform itself in the following …

Member Avatar for Alex Edwards
0
114
Member Avatar for Scruffstone

Hi there, I'm trying to open up a text file read info from it, alter it and write back the alterations when a user clicks on the save button, but I've hit two issues:- 1) I can't open the file for write access as I don't have permissions - can …

Member Avatar for Scruffstone
0
234
Member Avatar for asda71

hi friends.............. i m new to perl n i hav a doubt. i hav a wordpad file which contains two fields.i hav to do look up in the file such tht whenever the first field is gettin as the output of some program i hav to do a look up …

Member Avatar for thinkvlsi
0
73
Member Avatar for uman

Our company wants to migrate a large multi-server website to a new set of servers. Current technology is mostly unix/Apache. It's been developed over a period of several years using very basic tools (vi, perl/cgi, notepad, etc.). I'm looking for tools that will assist us in the migration. We have …

0
5
Member Avatar for chickenlord500

I am trying to get my code for when it gets to the delete option i can type the name of the game it deletes it unfortunately it ony deletes when the number of the game is type not the name. Here is my code please help me i cant …

Member Avatar for Radical Edward
0
85
Member Avatar for AppleTastic

Hi, So my intention is to grab a relative html file and extract all relative links and then open those links to extract the relative links from those files and so on. Pretty much I need to build an html tree from an initial html file. I have written some …

0
68
Member Avatar for prashant.jnu

Dear all , I am not very much efficient in perl . I used to write small script of code usually by using file handler . I have written a code for multplication of 2*3 matrix . I want to use this code efficiently so that it can be any …

Member Avatar for KevinADC
0
149
Member Avatar for pandoola

I have an Ubuntu machine hosting a site (apache2), running Sendmail. When I "sendmail -f [email]user@mydomain.com[/email] [email]user@wherever.com[/email] < some-email.txt" from a terminal window on this machine the email comes through no problem (/var/log/mail.log substantiates this). For whatever reason I CANNOT get sendmail working from a php script on my site. …

0
43
Member Avatar for yajakin

Each time I start debugging my application in VB.net, I encounter this error. I couldn't go through the application any further. "The application failed to initialize properly (0xc0000005). Click on OK to terminate the application." :sad: What seems to be the problem?

Member Avatar for Jx_Man
0
90
Member Avatar for AppleTastic

Hi, I'm trying to develop a program that will take one HTML file and from there open all child windows, copy the text on that HTML page and put it all into a new text file. I would do this manually but I have 2200 HTML pages to go through. …

0
55
Member Avatar for adadadad

Hi, I have an html file and I have to extract information from its table. I am new to perl but I would give my approach below so I could get some help.. In the html file the table is like for example a 1 b 2 c 3 d …

Member Avatar for katharnakh
0
121
Member Avatar for dr4g

Hi there. All mail sent through the SMTP server, i need to modify the message being sent through. I thought of making either a C,bash,perl script to take in the message, modify it and return it to SMTP, or stop the SMTP process, and re-call it from the script. Purpose …

Member Avatar for Salem
0
103
Member Avatar for neverland

I have a certain VBA file in which I want to change 2 things automatically (this file is automatically generated and I don't want to change it manually over and over again) Suppose the name of this file is BAS_IN.bas and the contents are: Function AsianOption(Optional SpotVector As Variant, _ …

0
61
Member Avatar for manikandan76

Dear Pals, I am into programming for about 6 years. Started with C & Perl. Now in .Net & XML for past 3 years. I mainly work with applications related to image and text processing. Not much with web applications and database. Occasionally I get bogged down by some complex …

Member Avatar for selfhelpebooks
0
89
Member Avatar for rysin

Ive been working with perl for a while now and was wondering how and if I could get started in making my perl code do real life things like flip a switch. Any help is appreciated.

Member Avatar for ithelp
0
86
Member Avatar for Scruffstone

Hi All, I'm new here so apologies if there's something not quite done right in my first post on here. I'm fairly new to Perl but this is the first bit I've tried to write at home on my own. I want to have a .pl file that runs in …

Member Avatar for Scruffstone
0
150
Member Avatar for Sheridan

Hi: I'm not sure that this problem has a solution but here goes. I am retrieving a list of names from a database and displaying them on a web page. The list would have the form: Doe, John Smith, Harry Jones, Dan I want each name to be a hyperlink …

Member Avatar for silviuks
0
270
Member Avatar for massfo

Hi, I've developed a little ClearCase perl wrapper running under Windows shell. In some cases the wrapper just passes the clearcase commands and parameters to the "normal" IBM cleartool and exit. I use exec to run the clearcase commands in these cases and it works as expected, but after the …

Member Avatar for KevinADC
0
76
Member Avatar for cool_aps

Can any body tell, how to write perl script using SOAP-Lite for "Web services". how we can get information from web services using this script.

0
65
Member Avatar for someoneelse

I have a detail view that is displaying information from a table called demos. I am currently displaying a hyperlink so that someone can click the link and go a page (intense, I know!) I would like to make the hyperlink go to different pages based on the value of …

Member Avatar for srikanthkadem
0
95
Member Avatar for suresh82

I have a problem loading pictures or images while loading a cgi perl script file but all the other html tags are working fine plz its urgent

Member Avatar for KevinADC
0
51
Member Avatar for function

Hi all, I'm new at programming in Perl script, and I really need help with this: I want to make a Perl script which returns current version of some software installed on the system (for example current version of Macromedia FlashPlayer). The system on which I'm writing the script (and …

Member Avatar for KevinADC
0
79
Member Avatar for Netking27

Hi, Well this question has arisen on viewing some of the solved queries. as how to create a link which points to some other website or web page..

Member Avatar for sittas87
0
164
Member Avatar for Syakoban

Hi, Full disclosure - I just cut and paste my way through scripting - I don't really know what I'm doing. Some time ago I got help with a little CGI perl script that included a link as a line of code with a variable in the form [ICODE]$page = …

Member Avatar for Syakoban
0
102
Member Avatar for &rea

Hello, I am programming an image application for my thesis. I have got an image and I want to have the color of each pixel so I can make my own histogram. The problem is that I want to treat this histogram as an array but I don't know how …

0
62
Member Avatar for itebook

<URL SNIPPED> This site contains 2000+ ebooks on php, Java, access, .NET, c#, UML, Perl, c++, linux, sql server, asp.net, Oracle, db2, xml, javascript, unix, flash, cisco, excel ...

Member Avatar for awandest
-1
52
Member Avatar for scuba183

So I'm having a bit of a problem with a CGI script. It runs fine, except for the little problem that param(x) doesn't work at all. It will either crash the program or return an undefined value. [code=perl] #!/usr/bin/perl use warnings; use CGI qw(:standard ); $temp=uc(param('class')); $class=chomp ($temp); $temp=uc(param('type')); $type=chomp …

Member Avatar for KevinADC
0
120
Member Avatar for Anilbrp

Hi all, I am new to this perl script. I want to open notepad.exe in perl script in the foreground., i.e if I give the command as system ("c:\\windows\\notepad.exe") , notepad should appear in the foreground. (should not run as a background process). I am using Apache server on windows. …

Member Avatar for samarudge
0
2K
Member Avatar for ejazcyberia

Hi, The below script works fine for me but with normal login, Actually i need to go with "enable 5" and with password "xxxx" to get the user details. So please any one help is here highly appreciated. Here is my prompt for enable, Pleaes have look on it, ERX02>enable …

Member Avatar for ejazcyberia
0
156
Member Avatar for ibroxy

I am a newbie in perl and I need to produce a script in perl to work and achieve the following: 1) Look into the file /etc/defaultrouter , and store the value in it 2) If the value is a number, go to LIST and print out the second column …

Member Avatar for KevinADC
0
94
Member Avatar for prakasnisha

hi, thanku for your help. I need some more help with the perl scripting. i have to write a script which compares two files. now thw files have the data like File1:- .title 'title:VDDL_switched.meas0' max_rush_current = -5.4316e-02 at = 4.9415e-09 powerup_time_u_switch_ring/u2_hs65_ls_sw3l60 = 6.3951e-09 targ = 6.9051e-09 trig = 5.1000e-10 temper …

Member Avatar for Major Major
0
224
Member Avatar for tudor.petru

Hi all, I find this self introduction step a very nice and surprising idea for a technology site...it shows the soft(ware?) side of geeks :). About me: I have 3+ years in C++ programming (network, VoIP stuff), some 2 years in C (drivers and embedded programing) with some Perl on …

Member Avatar for Jx_Man
0
42
Member Avatar for jephthah

so... whatchyallthink? i notice that this forum gets a tiny burst of activity about once a week. before posting this thread, the last couple posts here were made 9 days ago. then the next few were 17 days ago. and this pattern seems to be the same with other multi-language …

Member Avatar for Major Major
0
263
Member Avatar for Depthwd

Currently running Windows XP x64 SP2 The box i'm talking about is the box when you right click on any file and it pops off to the right or left. Example: [url]http://photos-1.getdropbox.com/i/l/GXLhelHd_e8oNpQCFYEc7AsGoc_B23kcDLJ3DgQyTFQ[/url] I have winrar and now drop box that didn't properly add their little features that are usually automatic. …

Member Avatar for Depthwd
0
141
Member Avatar for prakasnisha

hello everyone, can anyone help in writing a perl script which automatically replaces the commands in a file(command file), with the new values. i have written a code but its not working properly. if anyone could help me plz. i am new to this scripting language. thanks in advance. Thanks …

Member Avatar for prakasnisha
0
102
Member Avatar for ze-m!nd

Hey everyone, I'm trying to make a perl script that logs me into my account, and fills this form for me for my job, but i cant get it past a drop down menu, wat a person would manually do is put the mouse over this button, and list would …

Member Avatar for KevinADC
0
126

The End.