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
> -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.
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
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
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
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
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
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
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:
&
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
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
-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
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
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
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
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
-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
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
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,
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]
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
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.
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
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
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
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
26 matches
Mail list logo