1,633 Topics

Member Avatar for
Member Avatar for manju13

I am invoking a perl program from the shell script. the shell script is named as sam.sh #!/usr/bin/sh perl check1.pl cr_incr08292005 n n //cr_incr08292005 is the directory under a directory where sam.sh,slp.pl and check1.pl are stored. The check1.pl is as below. The check1.pl inturn call another perl program slp.pl. #!/usr/local/bin/perl …

Member Avatar for John Bokma
0
185
Member Avatar for Bruner

[COLOR=#000000]SENIOR SOFTWARE ENGINEER NEEDED!!![/COLOR] [COLOR=#000000]Location: Bay Area, CA[/COLOR] [COLOR=#000000]Start Date: IMMEDIATELY[/COLOR] [COLOR=#000000]DURATION: 7 Months[/COLOR] [COLOR=#000000]Required Experience:[/COLOR] [COLOR=#000000]Client has Release process in their engineering department. The scope of the work is to technically contribute in the development / Support of their applications.[/COLOR] [COLOR=#000000]Required Skills:[/COLOR] [COLOR=#000000]1. PERL - 9 (in the scale …

0
88
Member Avatar for drbouncy

Can anyone help? I have uploaded a formmail.cgi permission are set to 755 All appears to be working fine, even gives confirmation mail is sent. Never arrives though! Any ideas? I am gutted, I've spent days trying to sort it and no luck. I am trying to do some research …

Member Avatar for YUPAPA
0
204
Member Avatar for enampwd
Member Avatar for enampwd
0
73
Member Avatar for mikan060737760

what i am going to ask help friend in here is not about coding but it is about installation of z39.50 client ...now i only install perl and i do not remember other application for make z39.50 client works. anyone pls if you know some sufficient information please mail to …

0
62
Member Avatar for b.janahi

hello, i'm trying to run a progrm written in perl this is the code i wrote perl aramorph.pl <infile> outfile where aramorph is a notpad file with my code saved in c:\perlscripts infile is the file that should be read from outfile ................................wirte the output to. both saved in c:\perlscripts …

Member Avatar for b.janahi
0
106
Member Avatar for wxfjordan

Hello All: I want this perl script to run in Linux, solaris and windowXP. How to modify this script and make it running in different OS. Hope some Perl senior help me. Thanks!!!! #!/usr/bin/perl -w use Win32:: DriveInfo; if ( $^O =~ /^(MS)?Win/ ) { $TotalNumberOfFreeBytes = (Win32:: DriveInfo:: DriveSpace('c:'))[6]; …

Member Avatar for wxfjordan
0
106
Member Avatar for Nisha R

Hi, I understand the advantages of using perl over other shell programming techniques like sh,ksh,bash etc. I understand that perl is very powerful and advanced. But, here, i want to know, if there is any situation, where in, we prefer to use the usual shell programming over perl? Any performance …

Member Avatar for chrisranjana
0
236
Member Avatar for dogma

The question is simple... Can Perls LWP::UserAgent handle proxies that require authentication. I have UserAgent running well, but the documentation doesn't mention authenticated proxies. Any help would be great. Thanks

Member Avatar for dogma
0
236
Member Avatar for brounemmanuel

I can run processes with system or exec, but when i try to start a GUI, the process starts but doesnt show. If i test this on comandline it shows but not on server (am using Apache,)

Member Avatar for brounemmanuel
0
126
Member Avatar for brounemmanuel

Please help me with how to use client inputs in a form as part of arguments in a CGI script following a button return. I want a client to specify a name which i can then use in perl script to create a folder for that client.

Member Avatar for demo
0
211
Member Avatar for brounemmanuel

Hello I am new in Perl and CGI. I want to write a program in perl that enables me to call executables, some of them maybe GUI. My starting point was to write a small program that would call an interface because this is on a local machine. Ultimately i …

Member Avatar for KevinADC
0
138
Member Avatar for irtisha

i just wanna know that how perl finds its applications in yhe field of bioinformatics.which tools used in bioinformatics have the perl scripting.to have detiled knowledge about perl which book is suggested which is simple to understand

Member Avatar for masijade
0
83
Member Avatar for heatherc3

I'm a n00bly n00b when it comes to Perl. I have data that will be set out in comma separated values that needs to have logic applied to it and then replace the value with text. This is to prep the data for a mail merge. We're using this to …

Member Avatar for Comatose
0
273
Member Avatar for meepsgood

[COLOR=#000000]I am having trouble getting this script started, if anyone has any ideas fell free to comment, i am new to perl script writing and am finding this one a bit difficult: [/COLOR] [COLOR=#000000][/COLOR] [COLOR=#000000]i need a Perl program which will check whether or not an IP Address entered by …

Member Avatar for KevinADC
0
263
Member Avatar for curtis03

i have ciscoworks lms 2.5 which had a log rotation script 'logrot.pl' installed upon installation. i managed to run this and view the menus available, but now when i try to run the script it cannot be found. i have checked the relevant directory and found the file size is …

Member Avatar for KevinADC
0
63
Member Avatar for vader

Hi, I have a simple program that ask for a four digit number and then multple questions and writes the input to a text file, so I have a text file with multple lines of information and each line starts with a four digit number. I now want to check …

Member Avatar for KevinADC
0
241
Member Avatar for liliafan

I am writing an application to interact with a Faircom c-tree database, there will be thousands of entries in the database I am trying to decide if I should impliment in perl or C++ Has anyone used Perl to interact with c-tree databases? What kind of perform have people got …

Member Avatar for masijade
0
192
Member Avatar for Covinus

hi im covinus im new here. I was looking for a community that can help me learn perl through my own efforts. thats why i found this community.. i want to learn perl!! i cant afford to go to school and learn pearl so i just bought a cheap book …

Member Avatar for Covinus
0
86
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
90
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
118
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
214
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
86
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
90
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
93
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
100
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
115
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
132
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
97
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
188

The End.