RE: what?!? [OT]

2006-10-19 Thread George Gallen
Wasn't this already done.with Robin Williams (he was a "cutter"), where they would put all the "good" things about your life in a video on your grave. Forget the name of the movie.   George -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of

RE: Perl in the Funnies

2006-09-19 Thread George Gallen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > rob johnson > --- Chris O <[EMAIL PROTECTED]> wrote: > > >> That's awesome. No mention of any other languages either. > Bill Amend > Rocks. > > are you even reading the same comic? > > > Big Deal.

RE: serial ports - w2k & xp

2004-07-22 Thread George Gallen
Title: RE: serial ports - w2k & xp if you find something, it would be intresting to note whether it would function without change on usb connected serial ports as well. I would think once the OS makes it available for use, the USB serial port should be like any other (key here is "would t

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

2004-06-09 Thread George Gallen
Title: RE: app to look/view/inspect http traffic... If this is for your linux machine, why not use tcpdump to dump the packets to disk and look at them from there. It's not as clean/cut as viewing direct HTML/_javascript_. George >-Original Message- >From: bruce [mailto:[EMAIL

TokeParser question (Saving the HTML for later)...

2004-06-07 Thread George Gallen
m->get_tag("table"); $stream->get_tag("table"); } } I want to take the last HTML table and put it into a new stream to be parsed down later. If I use get_text(), I will lose the HTML tags. Is there a way to save this block for later? I want to save

RE: problem with length()

2004-04-26 Thread George Gallen
Title: RE: problem with length() OK. I ran this in another language. All the answers except those that come out to 100 are longer than "6" digits including decimals. Your program is looking for #'s <= 6 length, NOT 16 >           if (length($speed)>6) { but your descripti

RE: problem with length()

2004-04-26 Thread George Gallen
Title: RE: problem with length() I'm wondering if you want   $speed = (10*10**($a-1))/$b   1000 / 4 1000 / 5 1000 / 6 1000 / 7 1000 / 8 1000 / 9 1000 / 10   2000 / 4 2000 / 5 2000 / 6 . .     George -Original Message-From: George Gallen [mailto:[EMAIL PROTECTED

RE: problem with length()

2004-04-26 Thread George Gallen
Title: RE: problem with length() You need to make the answer to the division an integer before you raise it to the power. You are getting numbers with a lot of decimal places. Only the number raised to an integer power are coming out as whole numbers. 0 4   5   6   7   8   9   10

RE: For Loop

2004-03-19 Thread George Gallen
Title: RE: For Loop no. wait, it would need to be substr($string,1,$i+1) for that pattern... >-Original Message- >From: George Gallen >Sent: Friday, March 19, 2004 4:16 PM >To: [EMAIL PROTECTED] >Subject: RE: For Loop > > >Unless he wanted something like: &

How do you print to a network printer?

2003-10-16 Thread George Gallen
Title: How do you print to a network printer? I've tried this (below) and it doesn't work. It doesn't die, and does display "Running" on the screen, but the printer doesn't print anything, nor does it blink that it is receiving anything. Thanks George #!/perl/bin/perl.exe # open FD,">//Jou

RE: help with system() command

2003-10-13 Thread George Gallen
Title: RE: help with system() command what about: $results = `c:/dos/uudecode $i`; >-Original Message- >From: Charles Maier [mailto:[EMAIL PROTECTED]] >Sent: Monday, October 13, 2003 10:04 AM >To: Perl-Win32-Users Mailing List >Subject: help with system() command > > > >I am trying

RE: Capturing the output of a sytem() command

2003-10-06 Thread George Gallen
-From: George Gallen [mailto:[EMAIL PROTECTED]Sent: Monday, October 06, 2003 10:56 AMTo: [EMAIL PROTECTED]Subject: RE: Capturing the output of a sytem() command Let me clarify ths slightly.   I'm using backticks to run the command, so I can capture the output. But How

RE: Capturing the output of a sytem() command

2003-10-06 Thread George Gallen
file directly from the base64 conversion routine.   I can use:  $output = `base64 -e ASCIIFILE -` But how would I extract the line by line from $output?   George -Original Message-From: George Gallen [mailto:[EMAIL PROTECTED]Sent: Monday, October 06, 2003 10:40 AMTo: [EMAIL PROT

Capturing the output of a sytem() command

2003-10-06 Thread George Gallen
Title: Capturing the output of a sytem() command Am I able to capture the output of a system call? Currently, I route the output to a temporary file, then read the contents in when the call is done. I'd rather not make a temp file. George

RE: Reverse of Chomp...

2003-06-12 Thread George Gallen
he info. George -Original Message-----From: George Gallen [mailto:[EMAIL PROTECTED]Sent: Thursday, June 12, 2003 4:46 PMTo: [EMAIL PROTECTED]Subject: Reverse of Chomp... Is there a way to reverse chop/chomp I'm reading into an array, then    chomping off the last character of eac

Reverse of Chomp...

2003-06-12 Thread George Gallen
Title: Reverse of Chomp... Is there a way to reverse chop/chomp I'm reading into an array, then    chomping off the last character of each of the    array elements. Now I'd like to write the array back out   to , but I want to put the \n's back between   each of the lines. Aside from lo

RE: "print to..." option

2003-01-17 Thread George Gallen
-Original Message-From: George Gallen [mailto:[EMAIL PROTECTED]]Sent: Friday, January 17, 2003 9:37 AMTo: [EMAIL PROTECTED]Subject: "print to..." option Is there any way from perl to bring up the Print... Box to be able to change the properties and/or change the p

"print to..." option

2003-01-17 Thread George Gallen
Title: RE: Modules for a website...Where to place. Is there any way from perl to bring up the Print... Box to be able to change the properties and/or change the printer you want to print to?   And how would you open a file to the printer to reflect this?     Thanks George

RE: print \r

2003-01-03 Thread George Gallen
Title: RE: print \r Seems like it is the Carriage Return character "\r" if the printer however, doesn't do an automatic carriage return   then a line feed, you may need to change it to \r\n   for \r carriage return, \n line feed (new line) George >-Original Message- >From: Conrad,

RE: Modules for a website...Where to place.

2002-12-10 Thread George Gallen
t;   Any ideas what the internal error could be? Could it be a permissions issue? I set "x" for CSV.pm for group and other   George -Original Message-From: Martin Moss [mailto:[EMAIL PROTECTED]]Sent: Tuesday, December 10, 2002 1:06 PMTo: George Gallen; [EMAIL PROTECTED]

RE: Modules for a website...Where to place.

2002-12-10 Thread George Gallen
Intel machine (both Linux/Win98), but the   webhost is running on a Sparc/RAQ machine.   I don't think the webhost is blocking adding on the include path. -Original Message-From: Martin Moss [mailto:[EMAIL PROTECTED]]Sent: Tuesday, December 10, 2002 10:47 AMTo: George Ga

RE: Modules for a website...Where to place.

2002-12-10 Thread George Gallen
Title: RE: Ping routine correct? thanks. I'll give it a shot.   George -Original Message-From: Martin Moss [mailto:[EMAIL PROTECTED]]Sent: Tuesday, December 10, 2002 10:47 AMTo: George Gallen; [EMAIL PROTECTED]Subject: Re: Modules for a website...Where to place.

RE: Modules for a website...Where to place.

2002-12-10 Thread George Gallen
lto:[EMAIL PROTECTED]]Sent: Tuesday, December 10, 2002 10:03 AMTo: George Gallen; [EMAIL PROTECTED]Subject: Re: Modules for a website...Where to place. try use lib '.'; use mymodule;   Marty - Original Message ----- From: George Gallen

Modules for a website...Where to place.

2002-12-10 Thread George Gallen
Title: RE: Ping routine correct? I need to use a perl module for a cgi on my webpage, however, the site does not have that particular module standard.   Can I place the .pm file in my /cgi-bin directory, and directly access it with the use statement ie. use //cgi-bin/module.pm ;   Or is t

[PMX:#] RE: How can I figure out whether it is binary file or ASCII file unde r one directory?

2002-10-10 Thread George Gallen
Title: RE: How can I figure out whether it is binary file or ASCII file unde r one directory? Try reading the first 128 bytes of the file, and scanning for any characters < 32 (except maybe x1B,x0c,x0a,x0d) ESC,TOF,CR,LF or > 127. However, this might be a problem with some extended ASCII chara

GUI and Documentation Q's

2002-05-16 Thread George Gallen
I'm currently running 5.6.0 Active State Perl on W98. Thanks George Gallen Senior Programmer/Analyst Accounting/Data Division [EMAIL PROTECTED] ph:856.848.1000 Ext 220 SLACK Incorporated - An innovative information, education and management company http://www.slackinc.com