AndrewMcHorney <[EMAIL PROTECTED]> asked:
> The spec does not allow for carriage returns or line feeds
> making it a long line. Is there a way to read "x" number of bytes?
$ perldoc -f read
read FILEHANDLE,SCALAR,LENGTH,OFFSET
read FILEHANDLE,SCALAR,LENGTH
Attempts to read LENGTH
Hello
The spec does not allow for carriage returns or line feeds making it
a long line. Is there a way to read "x" number of bytes?
Andrew
At 11:10 AM 5/25/2008, Rob Dixon wrote:
Hi Andrew
(If you are asking a new question of this group please make a fresh
post with an
appropriate subject
On Mon, May 26, 2008 at 12:32 PM, sivasakthi <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Is it possible to include php file inside the perl script??
>
> I need the defined php variable (from php files) inside perl script..
Have you tried searching on CPAN?
http://search.cpan.org/~esummers/PHP-Includ
Hi all,
Is it possible to include php file inside the perl script??
I need the defined php variable (from php files) inside perl script..
how can i achieve that??
Thanks,
Siva
[EMAIL PROTECTED] wrote:
Maybe I'm wrong, but if I were to use LWP::Parallel to parse a remote
site for a few hours, then couldn't this be possibly interpreted as a
Denial of Service? And if could be interpreted as a possibly Denial of
Service attack, what could I do to possibly avoid it?
Do n
Maybe I'm wrong, but if I were to use LWP::Parallel to parse a remote
site for a few hours, then couldn't this be possibly interpreted as a
Denial of Service? And if could be interpreted as a possibly Denial of
Service attack, what could I do to possibly avoid it?
--
To unsubscribe, e-mail: [EM
Hi Andrew
(If you are asking a new question of this group please make a fresh post with an
appropriate subject line rather than replying to the end of an old thread. Many
of us have email clients that correctly display the flow of threads, and using
reply makes it look as if you have something mor
On Sun, 2008-05-25 at 10:07 -0700, AndrewMcHorney wrote:
> Hello
>
> I have been reading files with the following command:
>
> @source_lines = ();
>
You'd want to use
$source_line =
to get a single record at a time from the handle
> This has worked until I started reading some very large f
Hello
I have been reading files with the following command:
@source_lines = ();
This has worked until I started reading some very large files. Is
there a better way to read files? The files I am trying to read now
are about 300 megabytes in size. The bad news is that the spec has no
carriage
"Chas. Owens" wrote:
> On Sat, May 24, 2008 at 2:28 PM, gypsy <[EMAIL PROTECTED]> wrote:
> > I downloaded a perl script from http://www.tahina.priv.at/~cm/spam/ and
> > it logs its activity. I wish to have my logs exclude level 'debug'.
> >
> > Things tried:
> > 1) Contact author -> no reply
> > 2
Yeah.
D.
On Sun, 2008-05-25 at 00:36 -0400, Chas. Owens wrote:
> On Sat, May 24, 2008 at 2:28 PM, gypsy <[EMAIL PROTECTED]> wrote:
> > I downloaded a perl script from http://www.tahina.priv.at/~cm/spam/ and
> > it logs its activity. I wish to have my logs exclude level 'debug'.
> >
> > Things tr
11 matches
Mail list logo