2,452 Topics

Member Avatar for
Member Avatar for Hope77

Hi, i have a problem with saving images, when i try to save any image it only allows me to save it in bitmap, so any animated images stop moving once i saved them, how do i fix this? i tried converting them into jpg, gif once they're saved but …

Member Avatar for prof.thakur
0
171
Member Avatar for michellephp

Hi everyone! I am desperate to find an answer to this problem. I have read through (and tried to use) anout 6 different tutorials, but I just cannot fix this. It would mean so much to me if someone could tell me what I am doing wrong, my brain is …

Member Avatar for michellephp
0
149
Member Avatar for alexstanley

iam doing project in bioinformatics i want code for finding promoter region in Eukaryots. kindly hepl me in this regards

Member Avatar for KevinADC
0
92
Member Avatar for ivernrawks

i wana know how to change time format from 12hr format to 24 hr format.. i browsed thru many websites and cannot find the answer to it.. played around with the codes and cant get the output right.. help !

Member Avatar for ivernrawks
0
120
Member Avatar for sundancemc

PERL / LAMP PROGRAMMER COMPANY OVERVIEW: We are a small internet applications development firm, which develops concept-to-completion solutions for mid- to large-sized companies. We’ve been serving loyal clients for over 10 years. POSITION DESCRIPTION: Programmer will develop corporate internet applications which adhere to specified standards. Must be able to follow …

0
38
Member Avatar for jncclu

Would anyone know what happen to my system? When I tried to install Netscape, "internet connectivity error Socket error 30240". As for Opera or Firefox, althrough I've successfully install them, the problem is there is no connectivity to those two browser. would anyone knows what's the likely problem here ?

Member Avatar for surfrkr
0
142
Member Avatar for sbryce

I need a short script written for me. Is this an appropriate forum to ask for this kind of help? If so, I'll post specs.

Member Avatar for sbryce
0
315
Member Avatar for 001

Hello Does anyone know how to install win32-API on windows XP. I tried using nmake but there was an error.".cl is not an internal command". What do i do. 00

Member Avatar for chrisranjana
0
88
Member Avatar for chan karan

i want to u if sentences?? if the time is equal to 1, the hyperlink will be displayed. how can i do that?? because i wrote some code, but it didn;t work. can any one help me about this?? if time="1" then response.write "<a ref="contract_us.html">asd</a>" end if

Member Avatar for Lafinboy
0
100
Member Avatar for kkrieger

I am having a problem displaying video while using the FireFox Browser; the videos work great using Explorer. The user can download the videos from the site and view them using FireFox but I want them to start playing automatically like it does in the test video. I created a …

0
71
Member Avatar for tristan17

Hi, I am trying to change some setting in a script (perl) but i do not understand what does the following statemnet meant: [CODE]sub dirlog { $mypath = "/xxx/xxx/"; $logpath = "/xxx/xxx"; [COLOR=Red]$dirlogfile = "randomdir.log";[/COLOR] $interval = "0"; # The days that the random dir will be kept; @tmpoutput = …

Member Avatar for tristan17
0
97
Member Avatar for tristan17

Hi, I admit i'm a complete newbie in perl although i have been invloved in php : ) hope somebody can help me out with this I want to run a simple perl scrip : [CODE]#!/usr/bin/perl print "Content-type: text/html\n\n"; $request_method=$ENV{'REQUEST_METHOD'}; print "request method:",$request_method,"<br>"; print "O.K.!";[/CODE] but it shows this error …

Member Avatar for tristan17
0
95
Member Avatar for Jerchrome

i regularly go on this site called [url]www.asiantown.net[/url] but whenever i try to log on it shows a blank page with some writting on the side. Ivre reinstalled java program and even used the an old version but it still shows me a blank page. When i right click and …

Member Avatar for jwenting
0
88
Member Avatar for mforeman

Hi, I would like to gather two types of information and put into an array. For instance, I have a file with 4 lines of info for each entry - I want to get the name and occupation only for each entry. How can I get just the name and …

Member Avatar for mforeman
0
119
Member Avatar for carabs

I was under the impression that placing an alarm(x) statement by itself would kill out my script after x amount seconds. It does not seem to work on one server I run my scripts on. I am not 100% sure on the server specs, but I believe it's an old …

Member Avatar for jim mcnamara
0
117
Member Avatar for fero45

Hi How do I extract individual images out of a PDF file and save them as jpg in PERL? Thanks

Member Avatar for kevincar
0
134
Member Avatar for thorne44

Hi, I'm currently writing a routine to extract one, two and three word phrases from a string but with two or three word phrases I'm not getting all the phrases. For example the string "blah blah blah" will show one ocurance of "blah blah" when really there is two. My …

Member Avatar for thorne44
0
103
Member Avatar for josboh

Hi...new here just looking for some help. Im sure the answer is simple...but i cant figure it out. In a nutshell, when I go to open Internet Explorer on my main computer it shows this page: "Index of / and then Parent Directory 22-Sep-2004 " this page comes up when …

Member Avatar for etechsupport
0
156
Member Avatar for c#bird

Hi, I want to know how to call a perl script in C# app and how to communicate between the app and this script. for example, how does the C# app know if the perl script has finished running? could the app get the return code from the perl script? …

Member Avatar for str_kani
0
941
Member Avatar for moznmar

I'm starting to pull my hair out. I'm pretty new to C++, and am trying to fix a loop I have in my code. I have not been able to give the user a way to exit the program unless he/she correctly anwers the multiplication question this program asks. I'm …

Member Avatar for moznmar
0
113
Member Avatar for rpuskarcik

I would like to create a perl script which serves up an html page. Only one perameter needs to be passed to the script: something like [url]http://www.website.com/page.htlm?1234[/url] When a person types the above in their browser, they get a webpage. By typing in a differant number at the end, they …

Member Avatar for rpuskarcik
0
128
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 raj_mangoli
0
199
Member Avatar for chrisbliss18

I recently had a brief back and forth with nizzy1115 about IDE channel sharing and how to set up drives on the channels for maximum performance. Since there isn't a "right answer", I was curious what everyone's take was. My opinion is that harddrives are used more often than optical …

Member Avatar for Coconut Monkey
0
108
Member Avatar for Dani

I am doing a perl project for school in which I am using CGI.pm. I am a complete perl novice. With the following: [code] use CGI; $query = new CGI; print $query->startform({-action => "foo.cgi", -method => "post"}); print $query->p($query->textfield({-name => "bar"})); print $query->submit({-name => "action", -value => "submit"}); print $query->endform(); …

Member Avatar for Dani
0
228
Member Avatar for mforeman

Hi all, I am trying to list out a bus as individual names. For instance - When I come across a section in a file that lists a bus like this: <busname>[0:2] I would like to print out this: <busname>[0] <busname>[1] <busname>[2] Here is what I have - It goes …

Member Avatar for Rashakil Fol
0
156
Member Avatar for satimis

Hi folks, I'm prepared to write a simple perl scripts as follow There are 25 commands executed in following sequence[code]export LFS=/mnt/lfs mount /dev/hda6 /mnt/lfs mkdir -p $LFS echo $LFS /mnt/lfs (output) /usr/sbin/chroot "$LFS" /tools/bin/env -i HOME=/root TERM="$TERM" PS1='\u:\w\$ ' PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin /tools/bin/bash --login +h mknod -m 600 /dev/console c 5 1 …

Member Avatar for mforeman
0
189
Member Avatar for bennieblanco

This is what I need [url]http://www.vital-ic.com/index.php?page=part&PHPSESSID=6b1baaeb7d9e4d26bdda4faa5265b7f6[/url] in the field enter xc2v and click on the arrow image for search once result comes back you will see part# links If you click any of the links it will enter the part# in to a form field How can I make mysq …

Member Avatar for Phaelax
0
121
Member Avatar for evilbenking

you guys ready for this, this is the worlds bigest problem, i will be super happy if you can help me here is some code i have for a countdown script " #!/usr/bin/perl ############################################################################## # Define Variables # @from_date = (yyyy,mm,dd,hh,mm,ss); # Which means: (year,month,day,hour,minute,second) @from_date = (2006,2,15,00,00,XX); # Done …

Member Avatar for chrisbliss18
0
206
Member Avatar for servertune

If you are really really good in Perl/cgi programming, please respond to this note, or send us a message: [B]customerservice ((at)) servertune.com[/B].

0
67
Member Avatar for eachowcc

Ok. I am trying to write a perl program to automate installation of certain softwares (as root) on a linux machine. I want my perl program to call an installation script and provide parameters to that script such that I do not have to enter 'yes', 'no', 'continue', create directory?', …

Member Avatar for Comatose
0
316
Member Avatar for Old Dominion

While surfing the net my pages show hyperlinks that go directly to a search window linked to [url]www.lightspeedsearch.net[/url]. These hyperlinks are also posted on my personal internet page ([url]www.olddominiondairygoats.com[/url]) which show up on computers that don't have the same hyperlink problems on other web sites. How do I get rid …

Member Avatar for swatkat
0
128
Member Avatar for TURLOCK

Hi Everyone Can anyone help me out with a small problem please. Clicking a hyperlink in Outlook Express does not work; I have to cut and paste the link to my browser. This problem is also occuring in document folders. Do not have any problem with my browser or web …

Member Avatar for TURLOCK
0
187
Member Avatar for Shon05

:?: [COLOR=Navy]In this assignment I am to Design an HTML form that includes(at least) the following components:[/COLOR] *Customer ID *Total purchase amount *Submit button *Reset Button Explaination of program: The company uncfsu.edu wants to increase it's online sale. They have a promotion. If a customer has purchased at least $100.00 …

Member Avatar for Shon05
0
110
Member Avatar for Faile

I'm struggling with a CGI/Perl class. I would like to get a tutor and keep in touch through e-mail. I do **NOT** want someone to do my homework for me, but simply to answer any questions that I have. We do not have tests in this class, only labs and …

Member Avatar for Comatose
0
133
Member Avatar for evilbenking

i need a perl code that will take a the input form my 1 question form (name) and print it on a new line with <br> after it in a text file (submit.txt) please can someone either write one up for me as simple as is posible or somthing, o …

Member Avatar for evilbenking
0
156
Member Avatar for carlco9020

Hi, I have a two frame page and I would like to click one of my buttons on the top frame and make the page open in the bottom frame. When I go to make my hyperlink the bottom frame is not present in the Target box? How do i …

Member Avatar for zippee
0
97
Member Avatar for andrew23chan

Hi I got this error and i can't figured it out. Can't call method "EOF" on an undefined value at N:\web_site\insp\smmc\quality\queries\dts_add.pl line 102, <DTS> line 2. Thanks :cry:

Member Avatar for andrew23chan
0
148
Member Avatar for apcxpc

Hi all Sorry, I didn't know where to post my perl programming question. I'm having a problem creating objects in perl. I found a piece of code on the internet, that gives an example of classes and objects in perl. I modified it a little bit, and now have this …

Member Avatar for apcxpc
0
142
Member Avatar for GerryD

I have a pc100 Parkard Bell when I removed 128mb dimm it stated pc133 so purchased and installed 2x256mb dimms but system is only showing them as 2x128mb Ihave tryed flashing bios with both updates from Parkard Bell but no difference can anybody suggest anything that won't incur further costs

Member Avatar for GerryD
0
202
Member Avatar for mforeman

Hello, I’m trying to increment numbers in a file – for instance, I would like to change the below 3 lines in a file by incrementing the numbers by 2 (or whatever the user gives). Mikef<20:40> JoeyS<23> Samt<14:39> So the end results should look like this: Mikef<22:42> JoeyS<25> Samt<16:41> I …

Member Avatar for mforeman
0
162
Member Avatar for scotchfx

Greetings, I'm a former hardware guy (embedded C & C++ experience mainly) trying to get up to speed with Java and Perl for a set of graduate courses. I've written up a Perl script that simulates a scheduling algorithm, the script consists of two primary loops the first to parse …

Member Avatar for andrew23chan
0
169
Member Avatar for 001

Hello, i am considering making a gui in perl, I want to find out if i shoould use perlqt or perltk. I am using Redhat 9 linux, and i would like to use graph tools and displays also , could anyone help me on how to start programming using such …

Member Avatar for kordaff
0
112
Member Avatar for sanny

We are heppy to announce you the new version of SannySoft Perl Editor - the leading IDE for Perl programming. You may get more information on [url]www.perleditor.net[/url]

0
67
Member Avatar for Shon05

I am a Computer Science and I am having a problem on writing this perl program for one of my classes. i haven't taken perl in about two years and do not remember how to set the syntax up or execute the program. Am I suppose to use C++? The …

Member Avatar for Shon05
0
148
Member Avatar for ashneet

Hello all what i am really trying to do is to use POST method to send info to next page with just HYPERLINK; Here is what i want: Get method: [CODE] <a href="http://www.someting.com?date=9/15/05&age=21">age and time</a> [/CODE] I want this to be in POST method without using forms. also i am …

Member Avatar for aarya
0
8K
Member Avatar for perky_pat

Hello, I hope someone can help. I am planning to upgrade my PC, I currently have: P4 2.4 GHz 512MB RAM GeForce 4600 Ti I plan to get 1 gig of faster RAM (I can only go up to 333Mhz) I need help in choosing a new graphics card, my …

Member Avatar for perky_pat
0
113
Member Avatar for 001

Hello, I am using the parallel port module to access the parallel port. I just want to find out if i would need to do any extra thing to send data to a PCI parallel port since the address is different. 001

0
58
Member Avatar for sydneyrustle

Hi all, just need some help on my coding. I cant figure out what i'm doing wrong as far as i can see it should be working.... It s a very basic guestbook form and the cgi script seems to work but for some reason my reply page won't show …

Member Avatar for Rashakil Fol
0
1K
Member Avatar for flipboi15

hi there, i am a complete noob in this forum, so please dont take it harsh if i do anything wrong. well my problem is, a few days ago my internet went all wacko so i didnt take action cuz i thought it was just temporary. The problem is that …

Member Avatar for flipboi15
0
300
Member Avatar for ! !

[url="http://www.justatheory.com/bricolage/1.9.0.html"]http://www.justatheory.com/bricolage/1.9.0.html[/url] And finally—yes, you heard right—Bricolage now supports PHP 5 templating in addition to the existing Perl-based templating architectures ([url="http://www.masonhq.com/"][color=#0000ff]Mason[/color][/url], [url="http://www.template-toolkit.org/"][color=#0000ff]Template Toolkit[/color][/url], and [url="http://search.cpan.org/dist/HTML-Template/"][color=#0000ff]HTML::Template[/color][/url]). So how did we add PHP 5 templating to a [url="http://perl.apache.org/"][color=#0000ff]mod_perl[/color][/url] application? Easy: we hired George Schlossnagle of [url="http://www.omniti.com/"][color=#800080]Omni TI[/color][/url] to write [url="http://search.cpan.org/dist/PHP-Interpreter/"][color=#0000ff]PHP::Interpreter[/color][/url], an embedded PHP …

0
177

The End.