Re: list digest

2001-06-08 Thread Ask Bjoern Hansen
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:

Re: list digest

2001-06-08 Thread Ask Bjoern Hansen
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();

Re: [META] Rants (was:Re: space)

2001-06-11 Thread Ask Bjoern Hansen
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();

Re: File::touch

2001-06-15 Thread Ask Bjoern Hansen
; > 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

RE: Please remove

2001-06-21 Thread Ask Bjoern Hansen
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

RE: Please remove

2001-06-22 Thread Ask Bjoern Hansen
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 > >

RE: Please remove

2001-06-21 Thread Ask Bjoern Hansen
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

list filters (was: Please)

2001-06-25 Thread Ask Bjoern Hansen
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

Re: Can Perl 'see' HTML IfModifiedSince calls?

2001-07-13 Thread Ask Bjoern Hansen
. 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]

Re: MCPAN

2001-07-18 Thread Ask Bjoern Hansen
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 -- --

Re: PHP List

2001-07-29 Thread Ask Bjoern Hansen
[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

Re: help - who sponsors this list, etc.

2001-07-31 Thread Ask Bjoern Hansen
;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

Re: Hit counters

2001-08-08 Thread Ask Bjoern Hansen
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

Re: string into an array

2001-08-08 Thread Ask Bjoern Hansen
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]

Re: PERL IS NOT A HIGH LEVEL LANGUAGE

2001-08-18 Thread Ask Bjoern Hansen
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]

Re: string "cut"

2001-08-21 Thread Ask Bjoern Hansen
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]

Re: Beginners question....

2001-09-01 Thread Ask Bjoern Hansen
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

RE: :FTP problem (maybe)

2001-04-19 Thread Ask Bjoern Hansen
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();

Re: How do I know which modules are installed?

2001-04-22 Thread Ask Bjoern Hansen
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();

Re: MySQL Connection, possibly off topic

2001-04-22 Thread Ask Bjoern Hansen
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 --

Re: CPAN Question

2001-04-28 Thread Ask Bjoern Hansen
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

Re: Perl Advocacy email list

2001-04-28 Thread Ask Bjoern Hansen
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();

RE: Error opening file? - Solved!

2001-05-02 Thread Ask Bjoern Hansen
.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

Re: Can't figure out find()

2001-05-02 Thread Ask Bjoern Hansen
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

the list archives ...

2001-05-14 Thread Ask Bjoern Hansen
... at http://archive.develooper.com/?M=D should now be updating again. :-) - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Re: connecting to other perl programs

2001-05-15 Thread Ask Bjoern Hansen
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

[ADMIN] quotes

2001-05-15 Thread Ask Bjoern Hansen
.html http://www.netmeister.org/news/learn2quote.html#toc1 Thanks! :-) - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Daily Tips

2001-05-21 Thread Ask Bjoern Hansen
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

Re: [ANNOUNCE] beginners list has split()

2001-05-23 Thread Ask Bjoern Hansen
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();

[ADMIN] 999 list members

2001-05-24 Thread Ask Bjoern Hansen
latest perl.com newsletter). -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Re: conditionaly using modules based on wether they are installed

2001-06-02 Thread Ask Bjoern Hansen
#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

Re: one last attempt?

2001-06-05 Thread Ask Bjoern Hansen
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

Re: write out filenames of files existing on a filesystem into afile

2006-07-11 Thread Ask Bjoern Hansen
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

Re: problem sending mail

2002-04-10 Thread Ask Bjoern Hansen
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]

Re: Effective Perl Programming

2002-05-21 Thread Ask Bjoern Hansen
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

Re: Capture wget progress bar

2003-03-17 Thread Ask Bjoern Hansen
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

Re: (Is this normal) www.techieindex.com

2003-03-17 Thread Ask Bjoern Hansen
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]

Re: how to make a regex for a ip address

2002-08-21 Thread Ask Bjoern Hansen
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]