[MacPerl] mySQL driver

2001-11-01 Thread g3pb
iH has anyone gotten MacPerl and the mysql.pm driver to work together? how? thanks -- hcir mailto:[EMAIL PROTECTED]

[MacPerl] SNMP::MIB::Compiler, use of

2001-10-25 Thread g3pb
iH i am trying to convert 'entPhysicalVendorType' to its dotted decimal equivalent. when the following script is run from Macperl the results are entPhysicalVendorType => entPhysicalVendorType entPhysicalVendorType => entPhysicalVendorType any pointers to what i am not doing correctly will be a

Re: [MacPerl] DBI

2001-04-17 Thread g3pb
Adam, Well that was certainly an over site on my part, i had installed the unix version. i have bookmarked Chris's page you sent. Thanks! -- hcir mailto:[EMAIL PROTECTED] > Did you install the Mac port of DBI located on Chris Nandors MacPerl porters > page?? located at: > > http://pudge.net/

[MacPerl] Data:::Dumper

2001-03-26 Thread g3pb
iH i just got the book "Perl DBI" and am interested in using Data::Dumper. The readme file included with Data::Dumper i got from perl.com does not address it's use with MacPerl. can someone please point me to info on how to use this moudule with MacPerl? thanks -- hcir mailto:[EMAIL PROTECTED]

Re: [MacPerl] Where to start?

2001-03-23 Thread g3pb
http://www.macperl.com/macperl/ptf_book/ MacPerl Power & Ease, a really GREAT book -- hcir mailto:[EMAIL PROTECTED] Made with a Mac! > I downloaded MacPerl a while back, and I'm just stating to use it but > I have no idea where to start. I would really appreciate it if someone > could point i

Re: [MacPerl] How to invoke Droplet through AppleScript

2001-03-10 Thread g3pb
iH, you may want to pull the source out of the MacPerl droplet and insert it into your AppleScript tell app "MacPerl" do script [" # perl stuff here ",fullPathName] end tell the fullPathName will be passed to the script as $ARGV[0]. -- hcir mailto:[EMAIL PROTECTED] > I have one question. I

Re: [MacPerl] beginner file type access thingy

2001-03-09 Thread g3pb
could be a problem with line endings, you might try using bbedit to save the text files with Mac line endings, instead of DOS -- hcir mailto:[EMAIL PROTECTED] Made with a Mac! > I am making a web site for my High School's Athletic Department. The school > uses a mac, and i have installed macpe

[MacPerl] sleep

2001-02-10 Thread g3pb
i need to cause a delay in my program, sleep delays for a full seconds or more, how do i sleep for 1/60 or multiple of 1/60 of a seconds? thanks -- hcir mailto:[EMAIL PROTECTED]

[MacPerl] Net::Telnet timing issue

2001-02-09 Thread g3pb
hello, i am reposting this hoping someone will be able to assist. the following script works but not all the time. i can monitor the port the script connects to and i can see that some of the transmitted data is lost; ie. 'omshow trk trafhr dogdid' becomes 'omshw trk trafhr dogdid' is there a wa

[MacPerl] Net::Telnet

2001-02-07 Thread g3pb
i am writing a short script to log into a unix type box, request a report, wait for the output and then log out. one problem i can't seem to figure out is how to slow down the transmission of my commands. occasionaly the commands i send lose a character or two which of course ... how do i slow th