looking for a pure startup opportunity..

2005-06-27 Thread bruce
iraq, and you want something more out of life, let's talk!! but with the right combination of web development skills (perl/php/c/apache/linux/mysql/html/css) we can do some damage. there are numerous opportunities for the right 3-5 person team! regards, bruce [EMAIL PROTECTED] _

perl script to parse amazon!!

2005-08-03 Thread bruce
hey... i know this is probably waay off base, but has anyone run across any kind of distributed perl app to parse the book database of amazon...??? i need a seriously large database of books to test against for an app i'm working on. any suggestions.. thanks -

RE: perl script to parse amazon!!

2005-08-03 Thread bruce
f the file... so i have a 600M file with no way of quickly ripping out the data... keep in mind, this is simply for test..!!! thanks -bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Thomas, Mark - BLS CTR Sent: Wednesday, August 03, 2005 1:27 PM To: &

amazon web services

2005-08-04 Thread bruce
hey... hsa anybody ever used the amazon web services api regarding the browsenodes??? ive checked cpan/looked at google/etc... thanks bruce ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http

amazon web services/api...

2005-08-07 Thread bruce
hi... has anybody ever played/successfully with the amazon- web services/api? i'm trying to figure out how i can use the browsenodeid to generate ISBN information for a book. the examples i've seen on various sites haven't been much help yet. thanks -bruce [

XML/Xpath functions..

2005-08-08 Thread bruce
data from the Amazon AWS functions for the amazon book database... thanks -bruce [EMAIL PROTECTED] ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

regex expression to determine if i have a valid email!!

2005-09-15 Thread bruce
t i haven't run across one that works all the time!! i finally figured that someone here, might have the exact soln to my prob! thanks -bruce [EMAIL PROTECTED] ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com

RE: regex expression to determine if i have a valid email!!

2005-09-16 Thread bruce
so mark... what you're saying is that i should write a simple perl app that does the email validation, and call it from the php app, passing it the email address to check!!!! -bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Thomas, Mark - BL

spidering/crawling/scraping a site..

2005-10-27 Thread bruce
h the user/passwd of demo/demo. any thoughts/ideas as to how i need to approach this? if you can point me to a quick/dirty app that i can use to get the information, i'd appreciate it.. thanks bruce ___ Perl-Win32-Users mailing list P

RE: spidering/crawling/scraping a site..

2005-10-27 Thread bruce
ds => { username => 'demo', password => 'demo' } ); package Main; use WWW::CheckSite::Spider; my $start = "http://jobboardsoftware.biz/demo/admin/login.aspx";; my $sp = WWW::CheckSite::Spider->new( ua_class => 'BA_M

RE: spidering/crawling/scraping a site..

2005-10-28 Thread bruce
this requires a crawler... which is what i was originally looking for/hoping for, that allows me to deal with the login (user/passwd) form. -bruce -Original Message- From: Thomas, Mark - BLS CTR [mailto:[EMAIL PROTECTED] Sent: Friday, October 28, 2005 7:06 AM To: '[EMAIL PROTECTED]

screen scraping questions... (Perl/XPATH/Mechanize/Etc..)

2006-04-10 Thread bruce
site. using the perl/mechanize/regex approach is slower to develop, but works. can someone tell me if the XPATH approach works, and can you point me to fully developed sample scripts that will illustrate how this works? any other approaches that i should look into? thanks -bruce [

XPath gurus???

2006-04-11 Thread bruce
Hi... Any XPath gurus on the list? -Bruce [EMAIL PROTECTED] ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: XPath gurus???

2006-04-11 Thread bruce
ourses) -Faculty -Course Name -Room -Date -Etc... This is it in a nutshell!! -Bruce If you're in the Bay area, we could even meet for lunch!!! -Original Message- From: Trevor Joerges [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 11, 2006 1:55

RE: XPath gurus???

2006-04-11 Thread bruce
rar Page >-Dept Page (Multiple Depts) > -Section Page (Multiple Sections) > -Course Page (Multiple Courses) >-Faculty >-Course Name >-Room >-Date >-Etc... > > This is it in a nutshell!! > > -Bruce > > If you'r

XPath, XML::LibXML mailing list???

2006-04-12 Thread bruce
hi... i'm trying to find a mailing list specifically focused on XPath, XML::LibXML issues/questions. Can't seem to find any via google. can anyone point me to one, or should i simply post my questions here? thanks -bruce [EMAIL PROTECTED] __

breaking out of a for/foreach loop...

2006-04-17 Thread bruce
ok.. i'm embarassed.. how does one break out of a for/foreach loop?? i thought it was exit/break... pointers? thanks -bruce ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveStat

running a perl app

2006-04-18 Thread bruce
hi.. using linux. when i do "perl foo.pl" everything works ok. when i do "./foo.pl" i get errors.. i've set the exe bit "chmod 775 foo.pl"... any idea as to what's going on... thanks -bruce ___ Perl-W

Programming Contests...

2006-04-20 Thread bruce
then judge the applications, offer prizes, look for the best 3-5 developers, etc... Looking through google hasn't really provided a great deal of information on this topic. Thoughts/Comments/Etc... Thanks -Bruce ___ Perl-Win32-Users mailing list P

perl/spider/crawling question...

2004-05-27 Thread bruce
school if there is a better/more efficient way. anybody have any good suggestions, preferably with code samples!! thanks for any help/assistance/pointers/etc... bruce [EMAIL PROTECTED] ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubsc

peal search/replace question...

2004-06-01 Thread bruce
..there must be (Bsomething i'm not seeing... i'm using windows/linux with perl 5.8... (B (Bany ideas/suggestions/etc... (B (Bthanks (B (B-bruce<>___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: peal search/replace question...

2004-06-01 Thread bruce
james... quick question... did you actually test this to verify that it works.. or are you saying it should work... the reason i'm asking, is because i can't understand why the "/\/td/" issue would work for you, but not for me... -bruce -Original Message- From: j

RE: peal search/replace question...

2004-06-01 Thread bruce
hi... everything works as it should if you replace the "/" delimiter with ":" or some other delimiter... for some reason, i couldn't get perl to use "/"s throughout.. when i replaced the s/old/new/ -> s:old:new: everything works ok... -bruce -Origin

RE: :mechanize issues/mechanize.pm dies!!

2004-06-02 Thread bruce
$b->field("term", $default_semester); $b->field("division", $default_div); $b->field("u_input", $curdept); $b->field("sortby", $default_sort); $b->field("order", $default_order);

quirky question....

2004-06-07 Thread bruce
s some kind of redirection/session function in the background... i also tried enabling/disabling cookies with no difference in behavior... thanks... -bruce ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

app to look/view/inspect http traffic...

2004-06-09 Thread bruce
to see the http trafffic that goes back/forth between my browser and the server to track down what's really being sent... i'd prefer something that's quick/easy to setup and run, that produces a reasonable output!!! thanks... -bruce ___

RE: app to look/view/inspect http traffic...

2004-06-09 Thread bruce
here a way to setup the tcpdump app to actually get the full name of the page that is being targeted with the browser??? -bruce [EMAIL PROTECTED] -Original Message- From: Leonard Miller [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 10:36 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTE

RE: app to look/view/inspect http traffic...

2004-06-09 Thread bruce
ch is redirected towards ..act_main_search.cfm...to finally .../fall/aa/a-c/index.html.." the overall issue i have is how to set this up using libwww/mechanize/etc... thanks... -bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Thomas, Mark - BLS CTR

mysql db apps...

2004-06-26 Thread bruce
ow to actually implement the communication's interface (which should be pretty straight forward) as well as information to make sure the underlying db is setup properly (security/access/etc...) -bruce ___ Perl-Win32-Users mailing list [EMAIL PRO

possible mechanize issue

2004-06-26 Thread bruce
t;BIOL", 2); my $res1 = $agent->submit(); print "-- ".$agent->content(). "\n"; my $url2 = $agent->response()->request()->content(); # # go ahead and return the complete "post" url # #re

RE: possible mechanize issue

2004-06-27 Thread bruce
-but select "Aerospace Engineering" (submit) <mailto:[EMAIL PROTECTED] Sent: Sunday, June 27, 2004 8:11 AM To: bruce Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: possible mechanize issue On Jun 26 bruce wrote: > i'm parsing the gatech class schedule section. Is the gatec

url/query question...

2004-06-27 Thread bruce
ou were limited with regards to the size of the content/query portion of the URL... am i missing something...??? i'm inclined to slam the content into the query portion of a ua->content() and se what happens comments/criticisms welcome.. -bruce __

RE: url/query question...

2004-06-28 Thread bruce
AIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of $Bill Luebkert Sent: Sunday, June 27, 2004 9:51 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: url/query question... bruce wrote: > hi... > > not sure if this is appropriate for this group.. but here goes.. > > i'm inspec

cookie question....

2004-06-30 Thread bruce
have a cookie/array, although i can't figure out how to read it.. but using the extract_cookie method, doesn't seem to save the cookie to my cookie.txt file... there's something simple that i'm missing... any comments/pointers/criticisms

RE: cookie question....

2004-06-30 Thread bruce
z = ". $key ."\n"; } my %hdr = $res->headers()->{'set-cookie'}; foreach $key (keys (%hdr)) { my $qq = $key; print " test k = ". $hdr{$key} ."\n"; } #print " ss ="[EMAIL PROTECTED]"\n"; print " x\n"; $cook

using a 'PUT' with www::mechanize

2004-06-30 Thread bruce
to do is to be able to allow mechanize to accept PUT as a valid action within a form, without dying... any thoughts/comments/criticisms as to how to accomplish this.. thanks -bruce ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

perl to monitor other perl apps...

2004-07-03 Thread bruce
... preliminary tests seem to indicate that the process information simply states that an instance of perl is running. in checking google/cpan/etc.. i'm not running across anything that actually fits for what i need... comments/criticisms/thought/sug

RE: perl to change process name

2004-07-03 Thread bruce
emp"; print "i= $i name = $0\n"; sleep(1); } die; i've tried this on both windows/linux (rh8.0) with no luck... have you managed to get it working..??? i'm running perl 5.8 thanks -bruce... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE

RE: ppm

2004-07-06 Thread bruce
ng to deal with mysql, you'll want DBI, and i believe dbi::mysql (don't quote me here..) you should be able to find these through using ppm... however, once you get the right modules for your app, it's pretty easy to roll the code. -bruce -Original Message- From: [E

checking for ascii chars..

2004-07-06 Thread bruce
there mods/functions that might already take care of this... thanks -bruce ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

looking for a few perl partners/developers....

2004-10-14 Thread bruce
hi... i'm curious.. if i'm putting together a project, and am looking for a few perl developers as sweat equity partners, is this an appropriate place to post my request..??? thanks -bruce [EMAIL PROTECTED] ___ Perl-Win32-Users mailing l

RE: looking for a few perl partners/developers....

2004-10-14 Thread bruce
thanks for the response... we'll put our information both here, and on the jobs.perl.org appreciate it! -bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jones Robert Civ TTMS Keesler Sent: Thursday, October 14, 2004 6:06 AM To: [EMAIL PROTECTE

RE: looking for a few perl partners/developers....

2004-10-14 Thread bruce
x27;ve intentionally kept this short, as I don't want to abuse the bandwidth. If you're interested, drop me a line, and we can discuss what we're doing, and how we're going to get there... Thanks for reading! -Bruce Douglas [EMAIL PROTECTED]

simple regex question

2004-10-15 Thread bruce
hi.. a simple/basic/embarassingly simple one... i have: $foo = "foo.txt" i simply want to separate on the "." ie $foo =~ /([^.]+).txt/ $ans = $1 this doesn't seem to get $ans = 'foo' any ideas as to wha

RE: simple regex question

2004-10-15 Thread bruce
'ppreciate the responses!! it was a typo! f^*&ng fingers!! -bruce -Original Message- From: Gardner, Sam [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 10:54 AM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: simple regex question Well, just as a

how to have a perl script delete itself...

2004-10-15 Thread bruce
hi.. does anyone have a suggestion/comment/thought as to how i can have a perl script delete/remove itself once it finishes running...??? ie: perl stuff . . . ok, i'm done.. kill/remove myself from the dir/folder... thanks

returning values/information from perl apps to php apps..

2004-10-04 Thread bruce
it' value of a short int. i need to return values that might be multiple arrarys. should i simply write the perl return values into an output file, and read the output vars from the output file in the php file... comments/thoughts/etc thanks -bruce _

RE: returning values/information from perl apps to php apps..

2004-10-04 Thread bruce
eric... how does using serialize allow the information from the perl app to be used by the php parent app. unless you're implying that the serialized information is stored in an external file, that's then read by the php calling/parent app... -bruce -Original Message- Fr

people/projects looking for developers...

2004-10-18 Thread bruce
to be revenue generating businesses. thanks Bruce Douglas [EMAIL PROTECTED] ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: people/projects looking for developers...

2004-10-18 Thread bruce
sroom... which is a dam* shame, given that as one gets older, your skills should be better at getting things done!!! let me know... peace... -bruce -Original Message- From: John Taylor [mailto:[EMAIL PROTECTED] Sent: Monday, October 18, 2004 6:39 PM To: [EMAIL PROTECTED] Subject: Re: people/pro

RE: [PHP] people/projects looking for developers...

2004-10-18 Thread bruce
just satisfied with their jobs interesting... thanks -bruce -Original Message- From: Dan Joseph [mailto:[EMAIL PROTECTED] Sent: Monday, October 18, 2004 6:57 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] people/projects looking for developers... > a question for consideration. are the

using perl system, exec, ``, and pipes...

2004-10-21 Thread bruce
doing it correctly.. but obviously i'm not!!! thanks -bruce ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: using perl system, exec, ``, and pipes...

2004-10-21 Thread bruce
x27; by the $res var... peace i'm trying to return the stderr/stdout of the function so i can parse it -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of bruce Sent: Thursday, October 21, 2004 3:36 PM To: [EMAIL PROTECTED] Subject: using perl system,

app to create directories with a browser...

2005-04-13 Thread bruce
to somehow enter this into a browser/app and have the app then create the underlying structure on the harddrive... anybody have any ideas/knowledge of such an app. i'd prefer it to be GUI is possible, but i'll look at pretty much anything that works... thanks br

trying to parse a file...

2005-04-17 Thread bruce
vn_root' block if i had a given 'test_x:' i need to be able to call the script like 'foo arg1' can somebody tell me what i need to do to accomplish this? thanks bruce [EMAIL PROTECTED] --- viewcvs.conf: . . .

RE: trying to parse a file...

2005-04-18 Thread bruce
the end of the block, and then add the new line... the viewcvs.conf file is pretty straightforward... thanks bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chris Wagner Sent: Monday, April 18, 2005 9:59 AM To: perl-win32-users@listserv.ActiveState.c

perl/mysql issue...

2005-05-03 Thread bruce
something out when configuring the mysql db for access from perl apps. i'm running the perl app from the same machine... can anyone give me pointers/shed light on what i might need to change. my gut tells me that there's some mysql table/attribute that needs to be changed, but i'

RE: perl/mysql issue...' (Using password: NO)'

2005-05-03 Thread bruce
s' with no problem... (due to my not having setup any root passwd as of yet... so, how/what do i need to do to resolve this issue!! i would imagine that this is a function of access/privs but i'm not sure what has to be set. thoughts/comments/ideas/etc... thanks bruce [EMAIL PROT

trying to debug a mod_perl app

2005-05-11 Thread bruce
t this also imply that i should be able to do an initial print/debug statement at the beginning of the file to get something to show up in the error_log file. or, is it possible that the file is required by apache to start, but isn't used??? my current delimma is that i can't figure out a w

perl guru needed!!

2005-05-12 Thread bruce
hi... i'm trying to find a perl guru to talk to about a few issues... the areas involve mod_perl/perl/apache. already checked mod_perl/apache mailing list... thanks bruce [EMAIL PROTECTED] ___ Perl-Win32-Users mailing list Perl-Win32-

Re: How to generate file signatures?

2007-03-09 Thread Bruce McKenzie
7;t have any experience with them. > >Hth > >Alex >___ >Perl-Win32-Users mailing list >Perl-Win32-Users@listserv.ActiveState.com >To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs --- Bruce J. McKenzie| [EMAIL PROTE

Qmail and Attachements

2001-04-27 Thread Bruce Lybbert
Have any of you used Qmail to send attachement. If so how did you get it to work. Bruce - Bruce Lybbert Phone (403)-625-1566 Fax (403) 802-8065 Voice Mail (403) 802-8065 ICQ 56221437 Web Site http://fea.ab.ca ___ Perl-Win32-Users

RE: 5.8 GD, DB_File, and TK::Jpeg ppd request

2002-12-14 Thread Bruce Winter
xes where the fonts should go. We use GD to create on-the-fly buttons for a web based Home Automation program ( http://sf.misterhouse.net ) . GD generated buttons work perfect for touch sensitive screens. The default GD Fonts look ok, but we often manual

regex expressions..

2003-04-12 Thread Bruce Douglas
to a group. In other words, how does one put a group of chars in a [] such that they will be used for an exact match???   Hope this makes sense...   Thanks   Bruce [EMAIL PROTECTED]    

Re: Problem to pass WORD value to DLL using Win32::API

2004-02-07 Thread Bruce Reed
A WORD is 2 BYTEs long. If you're passing a constant (ie zero), you should pass it as 0x. At 2/7/2004 07:50 PM, you wrote: bogdan.kowalczyk wrote: All- Did not received any valuable response for the problem so posted it again. Maybe someone know how correctly pass WORD value to DLL function

WIn32::OLE Questions

2000-09-29 Thread Bruce Vander Werf
;Win32::OLE->new()"? 3) Can Perl use ActiveX (OLE) controls? 4) Is there any more documentation (e.g. web sites, articles, books) on using Win32::OLE besides "Learning Perl", the Win32FAQ and the module docs themselves? Thanks... Bruce Vander Werf [EMAIL PROTECTED] __