amed at
http://www.wkar.org on their AM audio (realaudio).
Joe
==========
Joseph P. Discenza, Sr. Programmer/Analyst
mailto:[EMAIL PROTECTED]
Carleton Inc. http://www.carletoninc.com
219.243.6040
lah blah .. )/eg;
I forget exactly what goes in the "pack" part, but it's something like
pack(C, $1)
but I can't say for sure.
Joe
==
Joseph P. Discenza, Sr. Programmer/Analyst
e? That would
probably be easier than writing xs.
Joe
==========
Joseph P. Discenza, Sr. Programmer/Analyst
mailto:[EMAIL PROTECTED]
Carleton Inc. http://www.carletoninc.com
219.243.6040 ext. 300fax: 219.243.6060
: }
: closedir(WD);
Joe
======
Joseph P. Discenza, Sr. Programmer/Analyst
mailto:[EMAIL PROTECTED]
Carleton Inc. http://www.carletoninc.com
219.243.6040 ext. 300fax: 219.243.6060
Providing Financial Solutions and Compliance for over 30 Years
---
You ar
o try
s/&$//;
and see if that does what you want.
Joe
======
Joseph P. Discenza, Sr. Programmer/Analyst
mailto:[EMAIL PROTECTED]
Carleton Inc. http://www.carletoninc.com
219.243.6
in the Tagdb, else will return zero "0", so I would like to capture
: the "1" and the "0"
Try "perl gettag.pl -q TagName" and see if
that does the trick. The shell is a little
sensitive to things like that.
Joe
====
nd
frees its storage space for Perl to reuse.
Joe
==========
Joseph P. Discenza, Sr. Programmer/Analyst
mailto:[EMAIL PROTECTED]
Carleton Inc. http://www.carletoninc.com
219.243.6040 ext. 300fax: 219.243.6060
Providing Financial So
soever, as long as the web server can
figure out how to fire up the "script": it could be Perl, or Python,
or a C (or Fortran, if you're really masochistic) executable.
The point is always to make sure you're comparing apples to apples,
not apples to carts.
Joe
you
wouldn't actually want to (like setting $[ to something
besides 0, hmm?) on the assumption that you know what you're
doing.
Joe
==
Joseph P. Discenza, Sr. Programmer/Analyst
mailto:[EMAIL PROTECT
"4104"
8(
Joe
======
Joseph P. Discenza, Sr. Programmer/Analyst
mailto:[EMAIL PROTECTED]
Carleton Inc. http://www.carletoninc.com
219.243.6040 ext. 300fax: 219.243.6060
Providing Financial Solutions and Compliance for ov
-cut here---
:
: The Problem is that it doesn't encode the file completely, Just a little
: part of it. Does anybody know what the problem is?
Joe
==
Joseph P. Discenza, Sr. Programmer/Analyst
mailto:[EMAI
n array w/lines
Joe
======
Joseph P. Discenza, Sr. Programmer/Analyst
mailto:[EMAIL PROTECTED]
Carleton Inc. http://www.carletoninc.com
219.243.6040 ext. 300fax: 219.243.6060
Providing Financial Solutions and Compliance for over 30
ot;The worst thing about -w is that it's optional."
And just for fun, I'd lead off with "my $list = {};" just to make sure
that is starts out looking like a hashref.
Joe
==========
Joseph P. Discenza, Sr. Pr
e best ;) way with a hash slice?
@thehash{sort keys %thehash}
Joe
======
Joseph P. Discenza, Sr. Programmer/Analyst
mailto:[EMAIL PROTECTED]
Carleton Inc. http://www.carletoninc.com
219.243.
27;s
what Perl was born to do! Check out pack & unpack.
Delimited-field records? Likewise. Look to split & join.
Figure out what you want Perl to do, then tell it to do it.
Joe
======
Joseph P. Discenza, Sr. Programmer
something?). If it is,
make that
s/\s+".*$//;
which will be slower.
Joe
======
Joseph P. Discenza, Sr. Programmer/Analyst
mailto:[EMAIL PROTECTED]
Carleton Inc. http://www.carletoninc.com
nd subtract 1 from every hash value greater than the
value deleted. I have no idea which would be faster.
Joe
==
Joseph P. Discenza, Sr. Programmer/Analyst
mailto:[EMAIL PROTECTED]
Carleton Inc. http://www.carletoninc.com
219.243.6040 ext. 300fax: 219.243.60
und, it
just might be trickier to get to ;).)
Joe
==========
Joseph P. Discenza, Sr. Programmer/Analyst
mailto:[EMAIL PROTECTED]
Carleton Inc. http://www.carletoninc.com
219.243.6040 ext. 300
is the limit; everything after the (n-1)st
# chunk of whitespace is stuffed into the nth piece.
perldoc -f split
perldoc is your friend.
Joe
======
Joseph P. Discenza, Sr. Programmer/Analyst
mailto:[EMAIL PROTECTED]
e and such.
Of course, if you really just want to output to the screen (console)
you can just use "print" with STDIN as the handle (or no handle: STDIN
will be assumed):
print "Here's some output from my perl program!\n";
Hope that helps,
Joe
==
20 matches
Mail list logo