ayou.com
> Mississippi Internet...(800) MISSISSIPPI..http://www.mississippi.net
> Vicksburg Online..(800) MISSISSIPPI..http://www.vicksburg.com
> Bama Online(877) GETCONNECTEDhttp://www.bamaonline.net
> =========
> Tel:
eesck; I didn't mean to send that to the list of course. Sorry. :-(
it must be the excitement of having my birthday in ~45 minutes local
time that made my fingers snap a little too fast. :-)
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
se their email
> client effectively, or that the unsub is also verified...
It is.
> Further exercises in how evil *that* sort of thing could get are left to
> the reader... I am going *no* further down this road.
If people abuse the list we'll deal with the abuse.
- ask ([EMAIL PROTECTED])
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
;
> Here's the url:
>
> http://www.codekitty.com/touch.pm
the implementation from PPT seems a little more complete,
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/ppt/ppt/bin/touch?rev=HEAD
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
more than 100M impressions per day, http://valueclick.com
tten. If it's failed for you, provide the mailer error, we
> can start a "how does one REALLY unsubsubscribe" message.
As you did above was right.
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
more than 100M impressions per day, http://valueclick.com
27;check to see if
> your computer is plugged in before calling tech
> support' solutions.
>
> --- Ask Bjoern Hansen <[EMAIL PROTECTED]> wrote:
> > On Fri, 22 Jun 2001, Paul Burkett wrote:
> >
> > > I notice it will not unsubscribe you unless you
> >
tem obviously don't know what to do with. That's why you got the
message above.
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
more than 100M impressions per day, http://valueclick.com
o much or too little, please send mail to
[EMAIL PROTECTED] Thanks. :-)
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
more than 100M impressions per day, http://valueclick.com
.
If you use mod_perl it's trivial to detect IMS requsts and handle them
properly; I actually don't know how it is with CGI scripts.
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
1 (or setenv FTP_PASSIVE 1 or whatever your shell
takes)
or
perl -MCPAN -e '$ENV{FTP_PASSIVE}=1; shell'
would also do the job.
- ask
> Terry Poperszky wrote:
> >
> > Question? How do I set MCPAN to use passive FTP connection?
> >
> > Terry
--
--
[EMAIL PROTECTED] (Craig Westerman) writes:
> Is there a PHP beginners list similar to this one? If so please send
> subscription details.
see
http://news.php.net/ and
http://www.php.net/support.php
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
--
To unsubscr
;s ezmlm.
Number of subscribers as of right now:
daily-tips: 5658 - http://learn.perl.org/tips/
beginners: 2754
beginners-cgi: 1529
The daily-tips list is getting between 50 and 100 new subscribers
every day.
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
--
To u
the last 5 days. The person who sent it wouldn't
> have known it was being sent to begin with and probably hasn't even
> heard of Perl Beginners [...]
The person who sent it is actually a subscriber; otherwise the mail
would have been moderated and (obviously) rejected.
--
ask bjoer
have the results in @array as you wanted.
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
sound
like a company where the technical side, at least, is run by
real hackers."
:-)
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
e one way to do it.
Another way would be
$string =~ m/ = (\d+)/;
my $value = $1;
which could be better written as:
my ($value) = ($string =~ m/ = (\d+)/);
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ion about how to subscribe to
the beginners lists and http://lists.perl.org/ for a long list of many
many Perl related mailinglists. The -owner address is only for
issues with the mailinglist itself.
%%% End comment
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
--
To uns
On Fri, 20 Apr 2001, King, Jason wrote:
> my $scan = Net::FTP->new( 'localhost', Debug => 0);
actually, using Debug => 1 instead of => 0 will often reveal what
the problem is when Net::FTP doesn't seem to do what you want.
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
module...
Learn more about the very useful CPAN module by typing
perldoc CPAN
in the shell.
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
On Sat, 21 Apr 2001, Wilmar Pérez wrote:
> Hi guys
>
> Well, I don't know whether this is off topic or not, if so please excuse me.
Please don't cc multiple lists.
A more relevant list would be the mysql list. Find information about
it at http://www.mysql.com/
- ask
--
nt $Config{cc}'
You want to compile extensions with the same compiler your perl was
compiled with; otherwise bad things are going to happen. So either
get the sun compiler for the modules, or recompile perl with gcc
too.
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
m
On Thu, 26 Apr 2001, blowther wrote:
> What's the email address for the perl advocacy email distro?
[EMAIL PROTECTED]
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
.txt
perl -i -pe 's/\n/\r\n/' file_to_be_converted_to_dos_lines.txt
see
perldoc perlrun
for more information. :-)
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
more than 100M impressions per day, http://valueclick.com
n memory of all the
files it has read so far. If that's a problem, then you can change
it so it will call a "flush_list" function every 5000 file or
something and clear the @files array.
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
more than 100M impressions per day, http://valueclick.com
... at http://archive.develooper.com/?M=D should now be updating
again. :-)
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
ctly to it,
> for the web-board script to make posts and replies to the board
> without having to go through the web browser interface of the
> CGI script.
With the LWP modules you can "work like a browser" and do HTTP POST
requests to the WebBBS system.
- ask
--
ask bj
.html
http://www.netmeister.org/news/learn2quote.html#toc1
Thanks! :-)
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
e'll later have tutorials, articles, RSS feeds and all kinds of
goodies on the site. Contact [EMAIL PROTECTED] if you want
to contribute. In particular we'd like to get short tips and such
sent in for the new list! :-)
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
more
gt; unsubscribe?
It's not polite to subscribe 800+ people to some new mailinglist
just like that.
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
latest perl.com
newsletter).
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
#x27;t mail the list, but use it in your
programs): Make the function allow parameters for the import call.
(So it can work like 'use Foo qw(function $variable :group);' ...)
:-)
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
more than 100M impressions per day, http://valueclick.com
ich case you might want to quote with for example
qq!string! or qq{string} ... :-)
- ask
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
more than 100M impressions per day, http://valueclick.com
Rob Dixon wrote:
Not much chance of that I'm afraid Shawn. I can do without the
apology, I just wish he'd confirm that his original critique was
wrong instead of banging on about filenames with three dots. I think
leaving people with that misinformation uncorrected is a lot more
important.
Hi
won't be told until then if the open fails.
--
ask bjoern hansen, http://ask.netcetera.dk/ !try; do();
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
elatively narrow usage. For
bothering 14000 people I really want it to be useful (try calculating
how much time that is if each person spends 10 minutes on the tip!).
- ask
[1] Years ago; amazon says I ordered it first time in early '98.
--
ask bjoern hansen, http://ask.net
nd.
return unless $time_now > $last_update or $received_size == $total_size;
$last_update = $time_now;
print "\rReceived $received_size bytes";
printf " (%i%%)", (100/$total_size)*$received_size if $total_size;
printf " %6.1f/bps", $received_size/(($time_now-$r
tor got fooled. :-)
- ask
--
ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
t 'shortage' meant.
In Eastern Europe they did not know what 'opinion' meant.
In South America they did not know what 'please' meant.
And in the U.S. they did not know what 'the rest of the world' meant."
;-)
- ask
--
ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
38 matches
Mail list logo