http://www.NudePhotoQuest.com/landing.asp?afl=TYHO Post your photo, write a profile and go searching to your hearts content. Then tomorrow CUM BACK for more....
You might be shocked a little but you wont go blind. You might see some things you have never seen before but that wont make you go blind either. You might...
Hi all, I am trying to call a script from withing an ongoing script. the problem is that i want the calling script to continue running and not wait for the...
If you're working with Unix, you can set the second script to run in the background, using the ampersand "&" character. I'm not sure if this works on Windows....
Thanks a lot i tried it and it works great... i feel so much better now thank you much kchima01 <no_reply@yahoogroups.com> wrote:If you're working with Unix,...
I should have also stated that you lose all control of the second program; therefore, the first program will not be able to determine if the second program...
hai everyone i am new to perl and have few basic doubts Q-1 If i want to connect to unix server using telnet it shows cannot connect what shuld i put the...
Most perl versions are bundled with CGI.pm, especially if you have a recent perl biuld (i.e. 5.005 which is a few years old). Just go to your command line and...
Dear PornSanta, Well I have not been a very good girl this year. I bet you and your elves have seen a few of my photos floating around on the Internet, but I...
Hi All, I recently downloaded bugzilla. Bugzilla requires perl (and a couple of modules to get started). I've been able to install the DBD::Mysql module (for...
hello , I am relatively new to Perl .I work in the field of Genomics and my work demands me to constantly work with tab-delimted files.For example data...
Don't be alone for the Holidays, let cupid hook you up! Afraid you might be alone this holiday season? Tired of spending the long winters alone? We don't...
Hi , I am new to perl ,please help me on this.. I work on Linux(beginner) and have to run some binaries all the time For eg : merlin -d (filename) -p...
You could store all the filenames in a single file on the system, then you could use PERL to iterate through the file list. The code below should work (I...
An afterthought... Since PERL doesn't know about the "merlin" command, you need to encapsulate the merlin command string in backquotes (`): `merlin -d ${fi}...
I have a script that parses html pages looking for a specific link. The trouble is, if the page has frames I need the script to then parse those frames to...
... I don't understand the question fully, especially the "what shuld i put the host name" part. Maybe you could post the code you used to open the Telnet...
Does anybody know where to get a free unix shell account, with telnet access, ftp, Perl, and a web folder? for practicing and testing Perl scripts. Thanks, P...
This chick down the block has the best looking breasts of all time! When I see her I think MILK! I took a few pics of her washing her car that you absolutely...
Don't be alone for the Holidays, let cupid hook you up! Afraid you might be alone this holiday season? Tired of spending the long winters alone? We don't...
Hi. Like to introduce to you, AlphaeusJobs, a brand new egroup of Alphaeus HR, a company into the business of assisting professionals land dream jobs. We work...
Hi, I have the following immediate position for Lehman Brothers, NYC (Direct client). DESCRIPTION: -At least 3- 5 years of strong background in backend (batch)...
Hi, I have the following immediate long term position for you with Lehman Brothers based at NYC. Profile: - At least 3- 5 years of strong background in backend...
Hi, I have the following immediate long term position for you with Lehman Brothers based at NYC. Profile: - At least 3- 5 years of strong background in backend...
Hello Memebers, I am new to perl ,learning the rudiments. I have created a file that contains the common subroutines I use.I want to add this file to the @INC...
... Either extend the @INC variable in a BEGIN block, BEGIN { ... } or use the -I switch on the perl command line, or use the PERL5LIB environment variable. ...