Hi! i had the same problem and I solve that by using pdftops. May be there is a simpler and elegant way, but it works fine: $pages = `pdftops $homedir/$file -...
25771
selva kumar
templateteam
Sep 29, 2007 7:06 am
Hello All, I want to count the total number of PDF pages in the files. I have tried thru PDF modules Parse, API2, Extract. but it fails to read all PDF files. ...
25770
hwitche
Sep 28, 2007 12:36 pm
Dear Members, I installed Perl on my Window VISTA machine and I'm getting following ... install_driver(ODBC) failed: Can't locate loadable object for module ...
25768
Dukelow, Don
dondukelow
Sep 27, 2007 7:46 pm
I guess one see's what one wants to see. I didn't see the 0x in front of the fffffe00 in the examples. No matter how many time I looked at it Thank You! ... ...
25767
Jeff Eggen
jeggen@...
Sep 27, 2007 7:06 pm
... Hmm, using 255.255.254.0 as a netmask works, but your fffffe00 doesn't. But 0xfffffe00 works for a netmask, which is exactly like the docs. :-) Hope this...
25766
merlyn@...
merlynstoneh...
Sep 27, 2007 1:05 pm
... Joe> I'm trying to build on your Perl example so that I can read in Joe> name/value pairs similar to your HTML example. That is, many values Joe> to one...
25765
Joe Catanzaro
joecatanzaro
Sep 27, 2007 8:54 am
Thanks for the response. I'm trying to build on your Perl example so that I can read in name/value pairs similar to your HTML example. That is, many values to...
25763
Dukelow, Don
dondukelow
Sep 26, 2007 8:09 pm
I'm doing a test to get Net::Netmask working and all I have is. use Net::Netmask; my $block = new Net::Netmask ('172.30.254.0', 'fffffe0039;); The error I'm...
25762
Jonathan Mangin
jon.mangin
Sep 24, 2007 1:04 pm
Found 'em, never mind. ;) ... From: "Jonathan Mangin" <jon.mangin@...> To: <perl-beginner@yahoogroups.com> Sent: Thursday, September 20, 2007 11:29 AM ...
25761
concepts_systems
concepts_sys...
Sep 24, 2007 10:33 am
Hello All, With a growing demand for perl automation ,we are pleased to announce a new weekend batch of "Perl Automation" for students & Professionals. Course...
25759
YogS
yogi_raj_143
Sep 23, 2007 4:03 pm
Hello Randal, Thanks for the info. Text::Reform is far better then FORMAT. I never knew "FORMAT" is ancient. Since I am not from programming domain, FORMAT one...
25758
Bob Kardell
bobkardell
Sep 22, 2007 9:54 pm
Textpad will help you with this too. A nice little program with Perl syntax highlighting. Bob ... From: Andy Schafer <lostgameparts@...> To:...
25757
Jeff Pinyan
evilffej
Sep 22, 2007 6:38 pm
On 9/22/07, sgmayo@... ... Oh, sorry. I thought the output was on two lines, but it turns out that's an artifact of the email message...
25756
Andy Schafer
lostgameparts
Sep 22, 2007 6:19 pm
I couldn't get dos2unix to work so I did a little digging on the net and found this little program called "TextImp" here: http://www.gth-media.de/textimp/ It...
25755
Hernán Gonzalo Aso...
asoreyh@...
Sep 22, 2007 3:21 pm
Try with this: dos2unix datafile You can get the complete list of options by dos2unix --help ... -- ... Mg. Hernán Gonzalo Asorey Instituto Balseiro - CAB ...
25754
sgmayo@...
melph63825
Sep 22, 2007 2:00 pm
... I did not realize that. Actually that command pulls everything into $uid_gid though. It would be nicer if I could just pull out group numbers, but I can...
25753
Andy Schafer
lostgameparts
Sep 22, 2007 1:49 pm
Hi, My host's Apache is running on Unix. I am very unfamiliar with Unix (I don't intend to stay that way). How do I go about converting my files or is it just...
25752
Bob Kardell
bobkardell
Sep 21, 2007 8:27 pm
... What OS is your Apache running on? If is non-Windows you might have to convert the text file to Unix endings before uploading the file. Just a thought, ...
25751
Jeff Pinyan
evilffej
Sep 21, 2007 5:40 pm
On 9/21/07, sgmayo@... ... You don't use system() to get the output of a command into variables. You use backticks (``) or the qx...
25750
sgmayo@...
melph63825
Sep 21, 2007 5:10 pm
... I use the id command when I am in the OS command line, but I did not see anything in my book that said it was a function in Perl. I could use the 'system39;...
25749
merlyn@...
merlynstoneh...
Sep 21, 2007 4:37 pm
... Dukelow,> I deal with quit a few servers all of which have several versions of Dukelow,> Perl on them so I know about the -v and -V options. But is there...
25748
Dukelow, Don
dondukelow
Sep 21, 2007 4:32 pm
I deal with quit a few servers all of which have several versions of Perl on them so I know about the -v and -V options. But is there a command or something...
25747
merlyn@...
merlynstoneh...
Sep 21, 2007 3:53 pm
... YogS> Yeah this is working... But why are you still using ancient formats? Look at Text::Reform from the CPAN. Like formats, but done right. -- Randal L....
25746
YogS
yogi_raj_143
Sep 21, 2007 12:18 pm
Yeah this is working... Thanks ... [Non-text portions of this message have been removed]...
25745
Jeff Pinyan
evilffej
Sep 21, 2007 12:04 pm
... The simplest way I can think of is to give '@' as a term to be formatted: format mail_id = @>>>>>>>>>>> enters the building @ @#### $user,...
25744
Ryan J Nauman
pwn_escobar
Sep 21, 2007 11:06 am
I successfully converted my first program to a CGI-friendly version. However I have a question. My program creates a hash that takes about 7 seconds to...
25743
YogS
yogi_raj_143
Sep 21, 2007 10:01 am
I am trying to print a string using FORMATs that itself contains @ format mail_id @>>>>>>>> enters the building @ @#### $user,...
25742
Andy Schafer
lostgameparts
Sep 21, 2007 12:00 am
OK, I'm stumped. I have a very simple script that opens a text file containing 1 item per line. It then reads the text file line by line and acts on certain...
25741
David Seruyange
da5id@...
Sep 20, 2007 6:08 pm
Hey everyone, I'm trying to use XML::RSS, which works beautifully on my machine, on my host. I followed the instructions from "Intermediate Perl" for ...
25740
Jonathan Mangin
jon.mangin
Sep 20, 2007 6:08 pm
System went down, had to run fsck and remove some directories. Starting apache gives the following error: [Thu Sep 20 10:57:43 2007] [error] Global symbol...