2,977 Topics

Member Avatar for
Member Avatar for Lalo1985

Hi, quick question: Is it possible for vb6 to receive an answer from PERL via a return statement? Let me expand: The thing is, I have a CGI script that I would like to send data to a VB application. I know VB can "call" the script by making an …

Member Avatar for Lalo1985
0
140
Member Avatar for mshavel@optonli

Hello, I'm running 3.25.54 on a linux RedHat server. Here is my scenario and what I'd like to do. I have two databases d1 d2 d1 has some tables in it that I want to be in d2 instead of being in d1. My task is to get some of …

Member Avatar for mshavel@optonli
0
278
Member Avatar for JEt3L

Hiya everyone. Just thought that maybe someone could help me out on this one. I'm making a client on perl using IO::Socket and it works for most of my apps. But i came upon a bit of a challenge here. Everything works fine. I'm sending the login packet to YCHT …

Member Avatar for JEt3L
0
253
Member Avatar for 001

Hello, I am newbie in perl. I am currently working on a project to access the parallel port of a pc in perl on a linux operating system. I really do not know where to start. Could anyone help me with useful links, books, resources..etc that could be of explicit …

Member Avatar for 001
0
192
Member Avatar for MelaOS

Hi All, I am currently trying to create a perl script that takes sql statement that is stored within text files and add up the frequency for that sql statement in that text file and store the sql statement and the no of frequency in another file. Below is a …

0
71
Member Avatar for srinivve

Hi, I need to use clearcase command mkview which is deprecated command of start_task,but i need to use only mkview in my perl script to build view.when i use mkview in my perl script as $command=`mkview -i mybranch -s /vws/xxx -v /vob/ios `; when i run my perl script,It is …

0
58
Member Avatar for p1no

I'm trying to add copyright information to the top of XML files. However, it needs to go after the prologue: <?xml version="1.0"?> <!DOCTYPE ...> My problem is that some XML Documents have the <!DOCTYPE...> tag spread out over many lines and I need to add the copyright information after the …

Member Avatar for p1no
0
132
Member Avatar for JaxsWastedLife

I have been assigned the task of redesigning an intranet sight. I have some major obstacles and I am not sure how to proceed. What I have is a main page designed with menus and CSS formatting. The major problem is that I am not allowed to change the code …

Member Avatar for DaveSW
0
67
Member Avatar for nileshdalvi

I downloaded the "msi "version seeing that i was not able to install and run the "as" version from activestate.com.However i got an icon on the downloaded file as " open with " sign. So i gave it a winzip format as the "as" version was in that format.Then i …

Member Avatar for kordaff
0
216
Member Avatar for nileshdalvi

I am new to the perl language and had just started reading the book "Perl5 by example" by David Meddinets.However in the very first chapter he says that you need to try out the programs on a perl interpreter.I have w98 and have downloaded the asi version of 5.8.7 from …

Member Avatar for Comatose
0
191
Member Avatar for supazook

this is my log from highjack this i didnt really understand all the things i was told to do before posting hope this helps Logfile of HijackThis v1.99.1 Scan saved at 9:33:38 PM, on 6/15/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe …

Member Avatar for crunchie
0
221
Member Avatar for milkcarton08

i'm going to be taking some computer programming classess, and buying a new computer soon, so i was wondering what would be a good choice for that, i plan on getting a programming specialist certificate and taking classes like c++, visual basic.net, javascript, perl, yea and so i need to …

Member Avatar for ewomack
0
111
Member Avatar for Shackbase

[size=2]LogicNow Limited Announces a Windows Supported Version for its Browser Based Help Desk Solution PerlDesk. Brentwood, Essex June 15, 2005 -- LogicNow have released a Windows Operating System (OS) version of PerlDesk, a leading browser based help desk solution. The Windows version allows users to install PerlDesk for local, intranet …

0
62
Member Avatar for bigfoot_80906

I am reading from a text file with two columns. The first column contains the name of a device, and the second column contains the IP address for this device. how do i get the name and address and assign them to separate variable names?

Member Avatar for bigfoot_80906
0
145
Member Avatar for anthony05

I have very little experience that’s why I need some help to get started I have been given a task to write a perl script in Linux and I don’t know from where to begin. Can anyone help me out with this please. 1. Move files from Windows 98 machine …

Member Avatar for anthony05
0
199
Member Avatar for optomystique

greetings, i'm brand new to perl and trying to write a script to read a logfile for our weblogic server and write certain entries into a database table. the log file is a log4j weblogic log. here is a sample: [QUOTE]####<Jun 7, 2005 2:46:38 PM EDT> <Info> <Enterprise> <ga003sds> <tms1> …

Member Avatar for kordaff
0
415
Member Avatar for bigfoot_80906

If I have a line like this, how do I exclude all other lines that don't contain a number in this format? and how do I input this number into an array? [CODE]-- | |- state (1)^M[/CODE]

Member Avatar for Comatose
0
140
Member Avatar for ljCharlie

I've got problem. Here's what it looks like, [URL=http://www.lorresident.com]Click Here[/URL]. The div [B]#sidebar-b[/B] should not be that far from the [B]#sidebar-a[/B] or Part# 1. They should only be 50px appart from each other. Any help is appreciated.

Member Avatar for peter_budo
0
107
Member Avatar for TimmyRaa

I'm trying to find or create a Perl script that at runtime will simply take a specified logfile or logfiles, and append todays date onto the end of it's name. If possible, I would also like the option of zipping the new file up. I can then run this as …

Member Avatar for optomystique
0
603
Member Avatar for bigfoot_80906
Member Avatar for bigfoot_80906
0
119
Member Avatar for classifieds100

I need to modify this script to have also an external txt file with urls instead of having only one url from the form that is created by the script. Just like the proxy.txt and agents.txt. Please help me... :confused: #!/usr/bin/perl use LWP::UserAgent; use HTTP::Request::Common; ####Proxy addresses##### $proxy="proxy.txt"; ####How many …

Member Avatar for classifieds100
0
187
Member Avatar for nathanpacker

Hi everyone, I am new to the forum, and I'm not very knowledgable, so I'll probably do more asking than contributing, and I apologize in advance for that. My question is about a guestbook I'm using. Most people know it, it's the one from Matt's Script archive. Only, I'm trying …

Member Avatar for kordaff
0
248
Member Avatar for PatrikK

Hi , I have been trying to use the win32::API:Struct for a while and mostly it works fine :) However i have ran into trouble with using structs within structs ... I dont know how to retrieve values from the nested struct .. example: [code] Win32::API::Struct->typedef('MDS_Forwarding', qw( char Address[257]; char …

Member Avatar for PatrikK
0
250
Member Avatar for nathanpacker

Hi everyone, I have had great success with those who helped me get my guestbook working in being able to post large amounts of text. Now I have one other problem I'm trying to figure out. I'm using the perl guestbook from Matt's Script Archive to allow users at my …

Member Avatar for Comatose
0
343
Member Avatar for locked out

Unable to access hyperlink when in my email; either on my pc with Outlook or on my other acccount which is remote. I click on hyperlink and am disconnected. Unable to open in new window or right click either unable to download SP2 again uable to find "urlmon.dll" using Microsoft …

Member Avatar for locked out
0
85
Member Avatar for nathanpacker

Hi everyone, this is my first post. I would like to ask some perl questions, but don't see a perl-specific forum? Where can I go to talk perl? Thanks, Nate

Member Avatar for nathanpacker
0
164
Member Avatar for fareen

Hi all, I'm fairly new to Perl I am confused ? I will try to explain it. What i am trying to do is we have 26 branches and our central office generates data files like for income files (003.inc010105,003.inc020105,) /sales(003.sal010105) and many more reports on dialy basis in text …

Member Avatar for fareen
0
687
Member Avatar for Deathwish

Hey guys, My task is to write a perl program that will read in names/passwords from a text file and from that create user accounts and all sorts of stuff. Now I have been able to do the "stuff" and the only part giving me jip is how to overcome …

Member Avatar for Comatose
0
298
Member Avatar for tat2dlady

I have a program that I need to do some matching in. For example, I need to match the lexemes in a LISP function and print the token out to a file. For example: if ($input =~ /(^\()/) { print OUTPUT "OPAREN $1\n"; $input =~ s/^\(//; } I need the …

Member Avatar for Comatose
0
123
Member Avatar for lore00

how do u write a perl/cgi program..which makes a page that prompts users to fill a form with the following fields: username surname first name password email address i already made the webpage with the form documents but i dont know the CGI bit.... If any of the fields are …

Member Avatar for Comatose
0
103
Member Avatar for edw5086

Hello Everyone! how are you? fine i hope. How can i print just 5 records per Table row and the next 5 records on the next table row? Much thanks in advance! #!/perl/bin/perl print "Content-type:text/html\n\n"; open(INF,"data.txt") or dienice("Can't open data.txt: $! \n"); @grok = <INF>; close(INF); print <<EndHdr; <html><head><title>My Data</title></head> …

Member Avatar for Comatose
0
160
Member Avatar for Iron_Cross

This was orginally posted by ShadowBoxer: Because of some suggestions, I'm going to try to gather some good programming resources in this thread. If you know any good websites, either post them here, or PM me and I'll add them to this post. [b] Tutorials, Books, Utils, Misc[/b] [list] [*] …

0
90
Member Avatar for tat2dlady

Does anyone know how to match a negative number? What I am doing is printing the lexemes with their token to an output file. But, the problem is negative numbers. It should print like this: INT -1 Instead, it prints like this: SUB - INT 1 The SUB - is …

Member Avatar for Comatose
0
192
Member Avatar for Commander Salam

I'm trying to parse a database, and assign a string value as the name of a hash... I'm not sure how to format such a request in perl. To be clear, I'm trying to make a hash such as %Jupiter using a variable string $planet. Any advice would be much …

Member Avatar for Comatose
0
132
Member Avatar for jayakant82

Can anyone help me.I need to access system environment in my perl script in windows .This is becos i want to specify the path in environment variables and access that path in the perl script ...anybody done this plz help me and send the appropriate code for the same. regards …

Member Avatar for Comatose
0
106
Member Avatar for tat2dlady

Does anyone know how to ignore the rest of a line in Perl? I am reading a file and printing out tokens to an output file. I want to ignore the rest of a line after a colon is found, which indicates a comment. That way it will not print …

Member Avatar for Comatose
0
217
Member Avatar for Secret Agent

This is my form script which has one simple problem that I do not know how to fix. If the name/email fields are left empty, it confirms this in a pop-up, but still proceeds to submit the form as is anyway. How do I fix this? [code] <form name="TheForm" method="POST" …

Member Avatar for jpn311
0
130
Member Avatar for edw5086

It asks if i want to run or save this file. When i choose run it just shows the source code of the perl script. Also, i just downloaded apache and active perl and saved all their files and folders in their default destination places. When i type in [url]http://localhost/~mycomputername[/url] …

0
120
Member Avatar for Phaelax

I installed PHPDev5 and can run my php files no problem on localhost. However, since I'm the only who can seem them, I wanted to setup IIS so that my site could be seen by others on the internet. (until i move to an actual dedicated server) I believe the …

Member Avatar for blud
0
86
Member Avatar for Commander Salam

Hi everyone, I'm trying to: (1) take an excel spreadsheet with two columns of data (2) convert to tab-delimited text file (3) import into perl as a hash I've managed to import as an array: open (LIST1, "list1.txt") || die "File not found\n"; while (<LIST1>) {push(@list1array, $_)}; close LIST1; However, …

Member Avatar for Commander Salam
0
403
Member Avatar for davespink

Hi, I want to take a shot at writing an Apache RewriteMap in PHP. The example they give is in perl, which I don't know. The perl example is here [url]http://httpd.apache.org/docs/mod/mod_rewrite.html#RewriteEngine[/url] I'm not going to do anything to ambitious, but they do give a warning that if you get it …

Member Avatar for davespink
0
201
Member Avatar for billdeg

Hello. I am a web programmer that specializes in ColdFusion, PHP, Perl, etc. I have been programming on the web for over 10 years. My web site (my company) is DegnanCo.net Thanks for allowing me to join this message board.

Member Avatar for Scribbller
0
147
Member Avatar for sridhar_reddapa

The folloing question is my assaignment i never did network programming before after creating html page to access username and password how to read that information and can any one help me in writing cgi program for this assaignment Write an Java applet or Java application that can be used …

0
93
Member Avatar for Comatose

[CENTER][SIZE=5][B]Catching Up[/B][/SIZE][/CENTER] In The Previous Tutorials, we have covered a lot of information. We've gone over a few of the functions of the CGI.pm, and and figured out how to retrieve information from a web page form, submitted by the user. However, reading this information, and thanking them by name …

0
270
Member Avatar for itebook

[I]Link removed due to illegal content. If you feel this change was made in error, PM me with proof of legality. -Narue[/I] This site contains 1700+ ebooks on php, Java, access, .NET, c#, UML, Perl, c++, linux, sql server, asp.net, Oracle, db2, xml, javascript, unix, flash, cisco, excel.

0
88
Member Avatar for skyhawk133

Hi there, my name is Chris, I run [url]http://www.dreamincode.net[/url] I'm an application developer for the air force and I program in ColdFusion, PHP, and a little in C++, Java, Perl, ASP, and ActionScript

Member Avatar for meksikatsi
0
126
Member Avatar for redsabre

Sorry if this is in the wrong forum, I couldn't figure out where to put it. I am setting up a web form on my site to receive requests for services. Right now, because I don't know any other way, I am using the "mailto:" action to have the info …

Member Avatar for Comatose
0
275
Member Avatar for redsabre

Hi all, I have an issue and am looking for some help. This would be a quick fix (if it's even possible), 'cause I am working on, and will be going the Perl/CGI/etc. route, but for now, here's the sit. I have a "mailto" web form. When the site visitor …

Member Avatar for Comatose
0
179
Member Avatar for Comatose

[CENTER][SIZE=5][B]Prelude[/B][/SIZE][/CENTER] In the last tutorial, we covered a basic skeleton of a small CGI in Perl. It didn't do much, other than check if the user tried to go directly to the CGI, or if they were submitting information to us through a page. This doesn't do us a whole …

0
346
Member Avatar for Comatose

[CENTER][SIZE=5][B]Prelude[/B][/SIZE][/CENTER] Perl is an excellent language, versatile, powerful, and not too difficult to learn. I'm not going to go into detail about Perl, and explain why we have to put #!/usr/bin/perl on the first line, or how using modules work, but I will explain how to check for information from …

0
442

The End.