|
On Thu, 16 Oct 2008 13:27:13 -0400, Steven Lembark <lembark@wrkhors.com
What's this got to do with Perl:
<http://freecomputerbooks.com/langPerlBooks.html
Not all of these are "books" per se. For example,
<http://www.faqs.org/docs...
Started by Steven Lembark on
, 10 posts
by 8 people.
Answer Snippets (Read the full thread at omgili):
Most of that content ....
On Fri, 17 Oct 2008 12:00:50 -0500, brian d foy <brian.d.foy@gmail.com
In article <48F77971.3070704@wrkhors.com<lembark@wrkhors.com
That sure looks like those sites that steal content to get people to
click on ads .
|
|
On Fri, 18 Jan 2008 14:12:18 +0200, Damyan Ivanov <dmn@debian.org> wrote:
Hi,
(this is a long mail. having yoru favourite drink around is recommended)
I've tried to rebuild all pkg-perl packages with perl 5.10 from
experimental and I have...
Started by Damyan Ivanov on
, 7 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
On Mon, 21 Jan 2008 22:45:32 +0200, Niko Tyni <ntyni@debian.org> wrote:
On Fri, Jan 18, 2008 at 02:12:18PM +0200, Damyan Ivanov wrote:
I've tried to rebuild all pkg-perl packages with perl 5.10 from
experimental and I have to say, the situation... .
|
|
Hi,
I do not know Perl at all, but I'm very interested in perl6.
My problem is I do not find a good tutorial how to do real perl6
development, all I find seems to assume you know perl5 and the perl
community. And I do not.
As an example I like to build...
Started by lars.a.johansson@se.atlascopco.com on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
I'd recomment the "Perl 6 Programmin....
Since people
scratch mostly their own itches, not much "Perl 6 for newcomers" .
Hej Lars,
Lars (
That's an interesting question! I guess most of the people heavily
involved in Perl 6 are also quite familiar with Perl 5 .
|
Ask your Facebook Friends
|
Hallo zusammen!
Ich habe einen Apache 2.2 Webserver auf openSuse11.2 mit Perl5.
Ich habe namensbasierte VHosts angelegt. Wenn ich nun über einen Vhost eine Perlseite aufrufen möchte, wird nicht die Seite geöffnet sondern ein Downloadfenster.
Ich hoffe...
Started by MichaelL on
, 8 posts
by 3 people.
Answer Snippets (Read the full thread at apachefriends):
Sieht so aus:
Code: Select all <VirtualHost 192.168.10.238>
DocumentRoot /opt/example/page/
ServerName test.beispiel
<Directory /opt/example/page/>
Order allow,deny
Allow from all: Select all <VirtualHost 192.168.10.238....
|
|
That's an enjoyable and educational read, thanks!
There's one form under TMTOWTDI that I'd like to see, but can't figure
out myself. It's the version analogous to this perl5 snippet-
sub odd {$_ % 2}
say grep odd,0..6;
-where the line that filters...
Started by not.com@gmail.com on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
I was wondering why the perl5 example didn't work in p6 the perl5 example didn't work" is "more use of lexical scoping rules."
--John.
Nope, doesn't seem to.
In the synopses yet.
|
|
Hello all,
There was some talk on IRC about a new version of CPAN to match the new
version of Perl.
Recap: wayland76 wants to integrate CPAN with the local package manager
(RPM, DEB). He proposed using Software::Package for that (which is
incomplete...
Started by daniel.carrera@theingots.org on
, 45 posts
by 12 people.
Answer Snippets (Read the full thread at omgili):
Use Whiteness:from<perl5 Acme::Bleach 1.12 cpan:DCONWAY
So we have to give some to implement this for Perl....
During the metadata in S11.
It distributes releases (Perl5 terminologie: a
distribution) which simply is a set of files.
|
|
Hi,
I'm new here, so forgive me if this is not the right list.
After having used perl5 a lot years ago, this weekend I
finally decieded to have a look at perl6.
I followed Moritz Lenz' recent series of articles
in iX magazin [1] and got rakudo running...
Started by chris@1006.org on
, 12 posts
by 7 people.
Answer Snippets (Read the full thread at omgili):
Yes, why not?
I was planning to exercise to the example you just gave
came....
example), is so similar to that of
someone else who posted recently that I had to check that it wasn't in my original example
gives a 4 times speed up).
|
|
On Thu, 10 Jul 2008 14:21:22 +0200, root <tech@mediaforest.net
Package: amavisd-new
Version: 1:2.4.2-6.1
Severity: wishlist
Would it be possible to use directly the content of bind9 configuration for the amavis parameter local_domains_map ?
-...
Started by root on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
Alex
--
Alexander Wirt, formorer@formorer.de
CC99 2DDD D39E 75B0 B0AA.
It would be an example.
|
|
For example, I am in c:\test1, and I have another directory c:\test2\sub2
I want a command line tool can switch to sub2 quickly like this:
quickchange sub2
and this program may setup the directory database for entire disk and update the database manually...
Started by Zhongshu on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at superuser):
May be specified more than once: cdp -look foo -look bar perl5 Cannot of the current directory....
For example, I am in c:\test1, and I have another directory c:\test2\sub2
I'm assuming
c:\test1>cd c of $CDPATH\<Target> itself.
To it.
|
|
Hello,
I found a SELECT-example on the web. When I try it in my script I get this error-message:
Specifying DISTINCT when using aggregate functions isn't reasonable - ignored. at /usr/lib/perl5/site_perl/5.10.0/SQL/Parser.pm line 496.
#!/usr/bin/perl ...
Started by sid_com on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
-Kanwar
perl -V Summary of my perl5 (revision 5 version 10 subversion 0::Parser 1.23 DBI 1.609
example:
Specifying DISTINCT when using aggregate functions isn't reasonable.
A bug in the code.
|