... Well, I have seen that before, but you should be careful in a request like this anyway. I would suggest that you spend $15/month on a Safari subscription ...
21813
YogS
yogi_raj_143
Sep 13, 2005 12:25 pm
Hi Paul, Yeah you are right, I know its not legal to distribute copyright material. But Some times author/publishers themselves put the older version of book...
21812
Paul Archer
tigger@...
Sep 13, 2005 12:05 pm
... So you're asking if anyone will give you an electronic copy of a copyrighted, commercially published book, and one that is *not* covered under the Creative...
21811
YogS
yogi_raj_143
Sep 13, 2005 6:32 am
Hi All, If anyone have online pdf version of "Mastering Algorithms With Perl", Can he/she send that. Regards YogS...
21810
webnowsystems
Sep 12, 2005 8:21 pm
Dear friends, http://resourcecenter.info/ presents... "JOBS GALORE"…latest info about IT JOBS..with daily updates… http://resourcecenter.info/job.htm IBM...
21809
polaris42002
Sep 8, 2005 5:14 pm
... Hey, thanks. Yeah, the POSIX::uname would give me that info too. But I don't want to parse out the date info from version like that since different hosts...
21808
Madani, Srikanth, VF-DE
ihaveitinme
Sep 8, 2005 9:19 am
From: perl-beginner@yahoogroups.com [mailto:perl-beginner@yahoogroups.com] On Behalf Of jayant_tech I am using PERL 5.00<something> version on Unix OS. For...
21807
Damien Carbery
daymobrew
Sep 8, 2005 9:10 am
... You can use the POSIX module to access the information, without having to launch /bin/uname. But, I think you'll still have to parse out the date. Sample...
21806
jayant_tech
Sep 8, 2005 8:53 am
Hi All, I have to create a Link of one file to some other file in some other folder. While using symlink, i give the complete path of the files. But when I...
21805
polaris42002
Sep 7, 2005 10:35 pm
Hello, I'm looking for a tried and true module for parsing the output of the uname command but have not been able to find one. My goal is to parse out the...
21804
Damien Carbery
daymobrew
Sep 7, 2005 7:56 am
... I think this Properties/Summary information is part of the Windows file system, not the JPEG file, though JPEG images can have data stored in them. I think...
21803
merlyn@...
merlynstoneh...
Sep 6, 2005 8:04 pm
... [top posting deleted] A. Because it's upside down! Q. Why is top-posting unnatural? Please stop. -- Randal L. Schwartz - Stonehenge Consulting Services,...
21802
Dan
escadan
Sep 6, 2005 7:14 pm
I'm not sure that this is the same data that I am refering to. The folks who did the data entry (in Windows) would right click on the jpg icon, select...
21801
Paul Archer
tigger@...
Sep 6, 2005 6:34 pm
I wrote a program a while back to manipulate the keywords in IPTC metadata. I've attached a copy in case it helps.
Paul
6:11pm, jacklail wrote:
> --- In...
21800
jacklail
Sep 6, 2005 6:12 pm
... I think you are talking about the IPTC info and there is a module for extracting that.... Image::IPTCInfo - Perl extension for extracting IPTC image...
21799
Dan
escadan
Sep 6, 2005 5:05 pm
Hello all, I was wondering if someone could shed some light on my problem. I have over 1000 jpeg images that need to be added to a database that we run here...
21797
merlyn@...
merlynstoneh...
Sep 6, 2005 4:40 pm
... jacklail> chdir($locdir); Never never never have chdir without testing the return. Simplest: chdir $locdir or die "Cannot chdir $locdir: $!"; -- Randal L....
21796
Dave Gray
yargevad
Sep 6, 2005 4:21 pm
... # this could be: my ($day, $month, $year) = (localtime)[3..5]; ... If you want to avoid doubling up the dates on files that are already dated, you could do...
21795
ms_ashokkumar
Sep 6, 2005 5:48 am
Hi, I'm trying to get Net::FTPSSL module working from my linux dev env. I installed the dependent modules (Net::SSLeay IO::Socket::SSL) and ... #!/usr/bin/perl...
21793
jacklail
Sep 6, 2005 1:27 am
I'm sure someone can help me make this better. I'm to do three things.... 1) rename a bunch of *.jpg files so they won't have weird characters in the file...
21792
devfyi
Sep 5, 2005 3:01 pm
To see other opportunities, please visit http://www.geocities.com/devfyi/ Date: 05-Sep-2005 Job Description BASIC FUNCTION The Sr. Web Designer will lead the...
21791
devfyi
Sep 5, 2005 2:58 pm
To see other opportunities, please visit http://www.geocities.com/devfyi/ Date: 05-Sep-2005 Software Developer We are is looking for a stellar Developer who...
21790
devfyi
Sep 5, 2005 2:56 pm
To see other opportunities, please visit http://www.geocities.com/devfyi/ Date: 05-Sep-2005 Job Title: Senior Imaging Development Engineer Job Reference #:...
21789
devfyi
Sep 5, 2005 2:54 pm
To see other opportunities, please visit http://www.geocities.com/devfyi/ Date: 05-Sep-2005 Internet Developer Skills/Requirements Programs HTML/CSS and works...
21788
devfyi
Sep 5, 2005 2:52 pm
To see other opportunities, please visit http://www.geocities.com/devfyi/ Date: 05-Sep-2005 Java Developer Santa Clara CA 95054 USA Application development: ...
21787
merlyn@...
merlynstoneh...
Sep 5, 2005 12:47 pm
... Kishore> Hi all, Kishore> I've seen few scripts which have perl with -U option in the first line.. Kishore> #! /usr/local/bin/perl -U Kishore> can anyone...
21786
Shawn Corey
shwncorey
Sep 5, 2005 12:37 pm
... Short answer: you can't; it would be a security breach. Long answer: The best you can do is: change owner (see man chown), change group (see man chgrp) and...
21785
Piyush Swami
piyush@...
Sep 5, 2005 11:38 am
Hi, How can I do 'su <user>' using my perl script. I have login name and password. I cannot use setuid for of some reason. I want a perl script like #! perl...
21784
alok nath
aloknathlight
Sep 5, 2005 11:24 am
Hi All, I am getting this problem while trying to use XML module in my script. Script : #!/usr/bin/perl use XML::Simple ; exit 0 ; Error : Can't locate...
21783
Kishore Balla
kishoreballa
Sep 5, 2005 9:51 am
Hi all, I've seen few scripts which have perl with -U option in the first line.. #! /usr/local/bin/perl -U can anyone please tell me what it is? -- KISHORE ...