[29216] in Perl-Users-Digest

home help back first fref pref prev next nref lref last post

Perl-Users Digest, Issue: 460 Volume: 11

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Fri May 25 16:10:09 2007

Date: Fri, 25 May 2007 13:09:08 -0700 (PDT)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)

Perl-Users Digest           Fri, 25 May 2007     Volume: 11 Number: 460

Today's topics:
    Re: A simple way to make a code folder available as a m <baxter.brad@gmail.com>
    Re: A simple way to make a code folder available as a m <sumonsmailbox@gmail.com>
    Re: A simple way to make a code folder available as a m xhoster@gmail.com
        can perl modules be used by various versions of perl? <garey.mills@gmail.com>
    Re: can perl modules be used by various versions of per <brian.d.foy@gmail.com>
    Re: can perl modules be used by various versions of per <ts@dionic.net>
    Re: get AdSense income? <glex_no-spam@qwest-spam-no.invalid>
    Re: how to automate userinteractive prompt <hara.acharya@gmail.com>
    Re: how to automate userinteractive prompt <mritty@gmail.com>
        In all other regards, "..." behaves just like ".." (was <baxter.brad@gmail.com>
    Re: need to find module tar.gz files <brian.d.foy@gmail.com>
        reverse a glob expansion <t0ph3r1967@netscape.net>
    Re: reverse a glob expansion xhoster@gmail.com
    Re: reverse a glob expansion <t0ph3r1967@netscape.net>
    Re: reverse a glob expansion <t0ph3r1967@netscape.net>
        SendMail.pm: smtp and gmail Davidcollins001@gmail.com
        Soap/WSDL perl versus java ? <wbsurfver@gmail.com>
        Text::Template question <prlawrence@gmail.com>
    Re: Text::Template question <mritty@gmail.com>
        There's pod2text, why not pod2wiki <b-patton@ti.com>
    Re: There's pod2text, why not pod2wiki (Steven M. O'Neill)
    Re: There's pod2text, why not pod2wiki <mritty@gmail.com>
    Re: There's pod2text, why not pod2wiki <mritty@gmail.com>
    Re: There's pod2text, why not pod2wiki <mritty@gmail.com>
        www.ebankgame.com buy wow gold rs gold wg k gold <eBankGame2010@gmail.com>
        www.ebankgame.com buy wow gold rs gold wg k gold <eBankGame2010@gmail.com>
        Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)

----------------------------------------------------------------------

Date: 25 May 2007 11:41:30 -0700
From: Brad Baxter <baxter.brad@gmail.com>
Subject: Re: A simple way to make a code folder available as a module
Message-Id: <1180118490.001578.151370@q75g2000hsh.googlegroups.com>

On May 24, 11:29 am, xhos...@gmail.com wrote:
> Ilias Lazaridis <i...@lazaridis.com> wrote:
> > a) How can I make a=CE=BD svn checked out folder available as a
> > system-wide importable module (e.g. a command which adds the folder to
> > the "perl module search path").
>
> run:
> perl -le 'print "@INC"'
>
> And see if any of those directories look like good places to install it.

A bit off topic: your use of -l made me wonder of you might have meant

perl -le 'print for @INC'

for a line-by-line list.  Of course, if you said exactly what you
meant,
then never mind.  :-)

--
Brad



------------------------------

Date: 25 May 2007 12:17:00 -0700
From: skywriter14 <sumonsmailbox@gmail.com>
Subject: Re: A simple way to make a code folder available as a module
Message-Id: <1180120620.708206.89110@p77g2000hsh.googlegroups.com>

On May 26, 12:41 am, Brad Baxter <baxter.b...@gmail.com> wrote:
> On May 24, 11:29 am, xhos...@gmail.com wrote:
>
> > Ilias Lazaridis <i...@lazaridis.com> wrote:
> > > a) How can I make a=CE=BD svn checked out folder available as a
> > > system-wide importable module (e.g. a command which adds the folder to
> > > the "perl module search path").
>
> > run:
> > perl -le 'print "@INC"'
>
> > And see if any of those directories look like good places to install it.
>
> A bit off topic: your use of -l made me wonder of you might have meant
>
> perl -le 'print for @INC'
>
> for a line-by-line list.  Of course, if you said exactly what you
> meant,
> then never mind.  :-)
>
> --
> Brad

Brad,
That didn't work for me.
This one did:
perl -e 'print  join "\n" , @INC'

--
skywriter14



------------------------------

Date: 25 May 2007 19:48:24 GMT
From: xhoster@gmail.com
Subject: Re: A simple way to make a code folder available as a module
Message-Id: <20070525154826.913$d4@newsreader.com>

Brad Baxter <baxter.brad@gmail.com> wrote:
> On May 24, 11:29 am, xhos...@gmail.com wrote:
> > Ilias Lazaridis <i...@lazaridis.com> wrote:
> > > a) How can I make a=CE=BD svn checked out folder available as a
> > > system-wide importable module (e.g. a command which adds the folder
> > > to the "perl module search path").
> >
> > run:
> > perl -le 'print "@INC"'
> >
> > And see if any of those directories look like good places to install
> > it.
>
> A bit off topic: your use of -l made me wonder of you might have meant
>
> perl -le 'print for @INC'

When I use -e, I almost always want -l as well.  So now whenever I type -e,
my fingers automatically add the l all by themselves, which is usually a
good thing.  So that is why the l was there.

>
> for a line-by-line list.  Of course, if you said exactly what you
> meant,
> then never mind.  :-)

I don't know why I didn't think of that, it looks much nicer than having
it all on one line and is less work to boot.  Well, to be fair to myself,
I usually do think of that, I just didn't this time.

Xho

-- 
-------------------- http://NewsReader.Com/ --------------------
Usenet Newsgroup Service                        $9.95/Month 30GB


------------------------------

Date: 25 May 2007 10:13:14 -0700
From: garey <garey.mills@gmail.com>
Subject: can perl modules be used by various versions of perl?
Message-Id: <1180113194.098789.213420@b40g2000prd.googlegroups.com>

Hello -

     I have an application that will move between two machines. It
will normally run on the first machine; if the machine or the
application fails, the application and the directory structure that
contains it will move to the second machine.

     In the application I use several PERL modules. I have an
installation of PERL on each machine, and at the moment, both
installations are version 5.8.8.

     My worry is that, if at some point the PERL versions
inadvertently get out of sync, the PERL modules will stop functioning
correctly, because the PERL modules only work with one version of
PERL.

     So my question is 'what is the relation between a PERL module and
the PERL it was compiled with?'. Is there  a wide range of PERL
versions a particular module will work with? or is the PERL module
limited to working only with the PERL in whose library it is found?

     I can't find any documentation that states how this works,
probably because the answer is so obvious. But not to me.

Any help would be appreciated;

Garey Mills



------------------------------

Date: Fri, 25 May 2007 13:17:48 -0500
From: brian d  foy <brian.d.foy@gmail.com>
Subject: Re: can perl modules be used by various versions of perl?
Message-Id: <250520071317485490%brian.d.foy@gmail.com>

In article <1180113194.098789.213420@b40g2000prd.googlegroups.com>,
garey <garey.mills@gmail.com> wrote:

>      So my question is 'what is the relation between a PERL module and
> the PERL it was compiled with?'. 

It depends on the module. Pure Perl modules might not have a problem,
although syntax varies in minor versions as new features are
added.

Modules that relied on compiled components (e.g. XS, SWIG, etc) are
probably okay on different machines running the same versions of
everything (including the same operatiing system) that were compiled in
the same way. Perl's within a minor version release (5.8.6, 5.8.8)
should be okay.

Other than that, I would expect and plan on things not being compatible.

-- 
Posted via a free Usenet account from http://www.teranews.com



------------------------------

Date: Fri, 25 May 2007 20:55:31 +0100
From: Tim S <ts@dionic.net>
Subject: Re: can perl modules be used by various versions of perl?
Message-Id: <46573f33$0$640$5a6aecb4@news.aaisp.net.uk>

garey wrote:

> Hello -
> 
>      I have an application that will move between two machines. It
> will normally run on the first machine; if the machine or the
> application fails, the application and the directory structure that
> contains it will move to the second machine.
> 
>      In the application I use several PERL modules. I have an
> installation of PERL on each machine, and at the moment, both
> installations are version 5.8.8.
> 
>      My worry is that, if at some point the PERL versions
> inadvertently get out of sync, the PERL modules will stop functioning
> correctly, because the PERL modules only work with one version of
> PERL.
> 
>      So my question is 'what is the relation between a PERL module and
> the PERL it was compiled with?'. Is there  a wide range of PERL
> versions a particular module will work with? or is the PERL module
> limited to working only with the PERL in whose library it is found?
> 
>      I can't find any documentation that states how this works,
> probably because the answer is so obvious. But not to me.
> 
> Any help would be appreciated;
> 
> Garey Mills

Perl isn't compiled per-se (well not in the way that python is to a .pyc or
java to a .class). It is pseudo-compiled to perl bytecode upon every
invocation of the script[1].

As to version, with a little care it's not hard to have perl script that is
good for 5.6.1 through 5.8.8. You get some funnies like 5.6 doesn't like:

use constant
{
        foo => 'bar',
        bar => 'foo',
};

when it's OK for some later version, but:

use constant foo => 'bar';
use constant bar => 'foo';

is find on both.

Perl has a pretty good record on compatibility. When I was working at
Imperial College London, we had scripts that ran off NFS mounts that worked
fine across random perl versions on Linux and Solaris covering 5.6.x to
5.8.6.

XS modules may be more delicate, but not too dire.

This is why sysadmins tend to like perl: CPAN + a certain degree of
constancy makes for a reliable and useful language.

HTH

Tim

[1] Perl d00dz are probably going to say: what about B::Bytecode?
Don't care, sysadmins don't usually try that trick ;->


------------------------------

Date: Fri, 25 May 2007 11:05:09 -0500
From: "J. Gleixner" <glex_no-spam@qwest-spam-no.invalid>
Subject: Re: get AdSense income?
Message-Id: <46570936$0$491$815e3792@news.qwest.net>

jck11 wrote:
> Sorry for my mindless question. I should have described it clearly.
> I run the code in dos command "perl mycode.pl > a.txt".
> When the script run over, I open the a.txt and see the content below.
> It seems don't get the right page.
> I don't get any error message from  the $mech->response->status_line.

You received HTML, what did you expect?

> 
> a.txt
> ============================================================================
> ==================
>     <html> <head> <title>  ????  </title> <meta content="0;
> url='http://www.google.com.tw/...
> 
> location.replace("http://www.google.com.tw/...")
>   //--> </script> </body> </html>

Javascript is redirecting the browser to another URL, that's what the 
location.replace does. Spend a little time, on your own, to try to
get your program to do what you want.  You received Javascript,
simply reading some documentation would have told you what
that call would do, within a browser.

As for a fix, possibly parse the new URL, from the above
HTML, and make another get() to the new URL. If the new URL is
always the same, then hard-code it into your script and do one
get().


------------------------------

Date: 25 May 2007 07:45:09 -0700
From: king <hara.acharya@gmail.com>
Subject: Re: how to automate userinteractive prompt
Message-Id: <1180104309.388728.182600@m36g2000hse.googlegroups.com>

Thanks for the info.

I agree but I don't want to use expect because expect doesn't come by
default with all the unix machines. To make this work we have to
install expect.

Is there any other direct way to automate the userinteractive thing.

Thanks in advance.


Paul Lalli wrote:
> On May 24, 10:01 am, king <hara.acha...@gmail.com> wrote:
>
> > How to do the user interactive prompt automated using perl.
>
> http://search.cpan.org/~rgiersig/Expect-1.20/Expect.pod



------------------------------

Date: 25 May 2007 08:20:21 -0700
From: Paul Lalli <mritty@gmail.com>
Subject: Re: how to automate userinteractive prompt
Message-Id: <1180106421.512910.39580@q75g2000hsh.googlegroups.com>

On May 25, 10:45 am, king <hara.acha...@gmail.com> wrote:
> Paul Lalli wrote:
> > On May 24, 10:01 am, king <hara.acha...@gmail.com> wrote:
>
> > > How to do the user interactive prompt automated using perl.
>
> >http://search.cpan.org/~rgiersig/Expect-1.20/Expect.pod

> I agree but I don't want to use expect because expect doesn't
> come by default with all the unix machines. To make this work
> we have to install expect.

Yeah, and?  Aren't you going to have to install your script too?
What's the difference?

> Is there any other direct way to automate the userinteractive
> thing.

"How do I make this nail go into this piece of wood?"
"Use a hammer."
"Thanks, but we don't want to use a hammer.  Is there any other way?"
"Sure, punch it repeatedly with a very strong fist.  You may wish to
stock up on gauze and medical tape first though."

Same concept.  If you don't want to use the right solution for the
job, feel free to do a manual solution.  Have fun coding it.

Paul Lalli



------------------------------

Date: 25 May 2007 11:52:22 -0700
From: Brad Baxter <baxter.brad@gmail.com>
Subject: In all other regards, "..." behaves just like ".." (was: FAQ 6.3 How can I pull out lines between two patterns that are themselves on different lines?)
Message-Id: <1180119142.089138.104770@w5g2000hsg.googlegroups.com>

On May 24, 9:03 am, PerlFAQ Server <b...@stonehenge.com> wrote:
> 6.3: How can I pull out lines between two patterns that are themselves on different lines?
>
>     You can use Perl's somewhat exotic ".." operator (documented in perlop):
>
>             perl -ne 'print if /START/ .. /END/' file1 file2

Funny thing, I was rereading about ".." and "..." in perlop and came
to this
part, 'In all other regards, "..." behaves just like ".." does.',
which was
at the end of the "scalar context" paragraph.

I wondered if "In all other regards" included list context and sure
enough:

perl -le 'print for 1...4'
1
2
3
4

I did not know that.  :-)

--
Brad



------------------------------

Date: Fri, 25 May 2007 13:21:44 -0500
From: brian d  foy <brian.d.foy@gmail.com>
Subject: Re: need to find module tar.gz files
Message-Id: <250520071321449683%brian.d.foy@gmail.com>

In article <1180040632.173693.27110@r19g2000prf.googlegroups.com>,
<ejwaibel@gmail.com> wrote:

> I have searched all over CPAN and all over the internet to try to find
> the tar.gz files for these 3 modules:

Did you try CPAN Search?

http://search.cpan.org/search?query=HTTP%3A%3ARequest&mode=all

It will show you which modules are in which distributions.

Sometimes the packages list is helpful too. It lists every module (not
distro, but module) that PAUSE has seen and maps it to the distribution
its in:

http://www.perl.com/CPAN/modules/02packages.details.txt

-- 
Posted via a free Usenet account from http://www.teranews.com



------------------------------

Date: 25 May 2007 10:00:44 -0700
From: topher67 <t0ph3r1967@netscape.net>
Subject: reverse a glob expansion
Message-Id: <1180112444.226247.183810@x18g2000prd.googlegroups.com>

Hello,

I need a piece of code that can "unexpand" a glob pattern.  For
example, given the following list:

Foo-1-Bar
Foo-2-Bar
Foo-3-Bar

I would like to get back:

Foo-{1,2,3}-Bar

Any help would be greatly appreciated.

Thanks,
-Topher



------------------------------

Date: 25 May 2007 17:19:35 GMT
From: xhoster@gmail.com
Subject: Re: reverse a glob expansion
Message-Id: <20070525131937.088$sm@newsreader.com>

topher67 <t0ph3r1967@netscape.net> wrote:
> Hello,
>
> I need a piece of code that can "unexpand" a glob pattern.  For
> example, given the following list:
>
> Foo-1-Bar
> Foo-2-Bar
> Foo-3-Bar
>
> I would like to get back:
>
> Foo-{1,2,3}-Bar
>
> Any help would be greatly appreciated.

This could could be either very easy or very hard.

Are curlies the only specials allowed, and are the things in the curly
always to be exactly one character long, and is there only going to be
exactly one set of curlies per pattern?

Xho

-- 
-------------------- http://NewsReader.Com/ --------------------
Usenet Newsgroup Service                        $9.95/Month 30GB


------------------------------

Date: 25 May 2007 10:44:46 -0700
From: topher67 <t0ph3r1967@netscape.net>
Subject: Re: reverse a glob expansion
Message-Id: <1180115086.341243.287700@r3g2000prh.googlegroups.com>

On May 25, 10:19 am, xhos...@gmail.com wrote:
> topher67 <t0ph3r1...@netscape.net> wrote:
> > Hello,
>
> > I need a piece of code that can "unexpand" a glob pattern.  For
> > example, given the following list:
>
> > Foo-1-Bar
> > Foo-2-Bar
> > Foo-3-Bar
>
> > I would like to get back:
>
> > Foo-{1,2,3}-Bar
>
> > Any help would be greatly appreciated.
>
> This could could be either very easy or very hard.
>
> Are curlies the only specials allowed, and are the things in the curly
> always to be exactly one character long, and is there only going to be
> exactly one set of curlies per pattern?
>
> Xho
>
> --
> --------------------http://NewsReader.Com/--------------------
> Usenet Newsgroup Service                        $9.95/Month 30GB

Let's assume the following:
* curlies are the only specials allowed
* the substrings inside the curlies can be of differing lengths
* there may be more than one expanded set in the input list
* we won't handle nested curlies  (e.g. Foo{A{1,2,3}Z,XY}Bar )

Here's another example:

FooZZZBar
FooYBar
FooXXBar
Baz11
Baz222
Nop

Becomes:

Foo{ZZZ,Y,XX}Bar
Baz{11,222}
Nop

I realize that this is a hard problem to solve.  Any help is greatly
appreciated.



------------------------------

Date: 25 May 2007 12:50:36 -0700
From: topher67 <t0ph3r1967@netscape.net>
Subject: Re: reverse a glob expansion
Message-Id: <1180122636.139329.289790@u36g2000prd.googlegroups.com>

> I realize that this is a hard problem to solve.  Any help is greatly
> appreciated.

I think I might be able to make use of this module:

Regexp::List - builds regular expressions out of a list of words



------------------------------

Date: 25 May 2007 05:15:24 -0700
From: Davidcollins001@gmail.com
Subject: SendMail.pm: smtp and gmail
Message-Id: <1180095324.227094.129820@q66g2000hsg.googlegroups.com>

Hi,

I have just found the SendMail.pm perl module. I have been using it
for about a week to email myself backups of my important documents. I
am currently using it from withing a university network so setting up
the smtp didn't require much.

I would like to be able to use it to sent mail using my gmail account.
I have done a bit of googling and so far I have come up with one post
saying that this module doesn't have ssl yet, but that was two years
or so ago. Is this still the case? Or is it possible to connect to the
gmail smtp server?

Thanks



------------------------------

Date: 25 May 2007 04:37:15 -0700
From: "wbsurfver@yahoo.com" <wbsurfver@gmail.com>
Subject: Soap/WSDL perl versus java ?
Message-Id: <1180093035.903882.205180@q75g2000hsh.googlegroups.com>


 We need to develop a SOAP service on appache. Java axis 2 with Resin
seems like what we should do, however  I was wondering if doing this
in Perl might be a good idea ? I did see that the WSDL generator on
CPAN says it does not work in Perl 5.8 because of autoload problem in
5.8. I know that when I had to support an XML parser in Java, it
seemed complex and the same Perl parser would have been perhaps 5
times less code. Since there will not be much more than 1000 lines of
Perl code, any maintenance issues would not be a big problem.

 Also the client side is PHP, does that make any difference ?



------------------------------

Date: 25 May 2007 08:42:21 -0700
From: Phil Lawrence <prlawrence@gmail.com>
Subject: Text::Template question
Message-Id: <1180107741.296305.69340@p47g2000hsd.googlegroups.com>

My first time using Text::Template...  can anyone see why the vars in
my template are not being filled in?

$ cat foo.tmpl
foo: [@-- $foo --@]

$ cat foo.pl
#!/usr/local/bin/perl
use warnings;
use strict;
use diagnostics;

use Text::Template;

my $foo = 'FOO_BAR';

my $template = Text::Template->new(
        DELIMITERS => [ '[@--', '--@]' ],
        TYPE => 'FILE',
        SOURCE => 'foo.tmpl'
        );
print $template->fill_in();

$ ./foo.pl
foo:



------------------------------

Date: 25 May 2007 09:06:09 -0700
From: Paul Lalli <mritty@gmail.com>
Subject: Re: Text::Template question
Message-Id: <1180109169.258551.94890@q69g2000hsb.googlegroups.com>

On May 25, 11:42 am, Phil Lawrence <prlawre...@gmail.com> wrote:
> My first time using Text::Template...  can anyone see why the vars in
> my template are not being filled in?
>
> $ cat foo.tmpl
> foo: [@-- $foo --@]
>
> $ cat foo.pl
> #!/usr/local/bin/perl
> use warnings;
> use strict;
> use diagnostics;
>
> use Text::Template;
>
> my $foo = 'FOO_BAR';
>
> my $template = Text::Template->new(
>         DELIMITERS => [ '[@--', '--@]' ],
>         TYPE => 'FILE',
>         SOURCE => 'foo.tmpl'
>         );
> print $template->fill_in();
>
> $ ./foo.pl
> foo:

Your template does not have access to lexical variables (ie, variables
declared with 'my').  This is stated in Text::Template's documentation
at http://search.cpan.org/~mjd/Text-Template-1.44/lib/Text/Template.pm#my_variables

You have a few options:
1) Declare the variable with 'our' instead of 'my'.  That will make it
a global variable in the current package.  Note the danger of this -
if your template changes the variable, it's changed in your perl code
as well.
2) Use a variable in a different package, and pass that package to
your Text::Template fill_in method.  For example, rather than
my $foo = 'FOOBAR';
you'd have:
$TEMPLATE::foo = 'FOOBAR';
and then pass PACKAGE => 'TEMPLATE' as an argument to fill_in
3) Pass a hash ref of values to the fill_in method.  So keep your
my $foo = 'FOOBAR';
and pass HASH => { foo => $foo } as an argument to fill_in

Hope this helps,
Paul Lalli



------------------------------

Date: Fri, 25 May 2007 07:44:57 -0500
From: "Billy N. Patton" <b-patton@ti.com>
Subject: There's pod2text, why not pod2wiki
Message-Id: <f36lo9$cod$1@home.itg.ti.com>

Has anyone considered writing a pod2wiki function?


------------------------------

Date: Fri, 25 May 2007 17:00:15 +0000 (UTC)
From: steveo@panix.com (Steven M. O'Neill)
Subject: Re: There's pod2text, why not pod2wiki
Message-Id: <f374mv$vm$1@reader2.panix.com>

Billy N. Patton <b-patton@ti.com> wrote:
>Has anyone considered writing a pod2wiki function?

Did you try googling for it?

-- 
Steven O'Neill                                  steveo@panix.com
Brooklyn, NY                        http://www.panix.com/~steveo


------------------------------

Date: 25 May 2007 10:01:03 -0700
From: Paul Lalli <mritty@gmail.com>
Subject: Re: There's pod2text, why not pod2wiki
Message-Id: <1180112463.537402.154660@o5g2000hsb.googlegroups.com>

On May 25, 8:44 am, "Billy N. Patton" <b-pat...@ti.com> wrote:
> Has anyone considered writing a pod2wiki function?

Yes.

http://search.cpan.org/~dagolden/Pod-WikiDoc-0.17/lib/Pod/WikiDoc.pod

BTW, that took all of 5 seconds to go to http://search.cpan.org and
type "POD".

Paul Lalli



------------------------------

Date: 25 May 2007 10:02:45 -0700
From: Paul Lalli <mritty@gmail.com>
Subject: Re: There's pod2text, why not pod2wiki
Message-Id: <1180112565.638229.278020@h2g2000hsg.googlegroups.com>

On May 25, 1:01 pm, Paul Lalli <mri...@gmail.com> wrote:
> On May 25, 8:44 am, "Billy N. Patton" <b-pat...@ti.com> wrote:
>
> > Has anyone considered writing a pod2wiki function?
>
> Yes.
>
> http://search.cpan.org/~dagolden/Pod-WikiDoc-0.17/lib/Pod/WikiDoc.pod
>
> BTW, that took all of 5 seconds to go tohttp://search.cpan.organd
> type "POD".

Excuse me a I try to remove my overlarge foot from my mouth....

The above converts from Wiki->POD, not viceversa.

My apologies.

Paul Lalli



------------------------------

Date: 25 May 2007 10:04:44 -0700
From: Paul Lalli <mritty@gmail.com>
Subject: Re: There's pod2text, why not pod2wiki
Message-Id: <1180112684.174393.96160@g4g2000hsf.googlegroups.com>

On May 25, 1:02 pm, Paul Lalli <mri...@gmail.com> wrote:
> On May 25, 1:01 pm, Paul Lalli <mri...@gmail.com> wrote:
> > On May 25, 8:44 am, "Billy N. Patton" <b-pat...@ti.com> wrote:
>
> > > Has anyone considered writing a pod2wiki function?
>
> >http://search.cpan.org/~dagolden/Pod-WikiDoc-0.17/lib/Pod/WikiDoc.pod

> The above converts from Wiki->POD, not viceversa.

This one, on the other hand, does exactly what you want, and was found
via a search for 'pod2wiki' on CPAN:

http://search.cpan.org/~jmcnamara/Pod-Simple-Wiki-0.07/bin/pod2wiki

Paul Lalli



------------------------------

Date: 25 May 2007 10:55:39 -0700
From: "ebankgame.com" <eBankGame2010@gmail.com>
Subject: www.ebankgame.com buy wow gold rs gold wg k gold
Message-Id: <1180115739.850627.308290@b40g2000prd.googlegroups.com>

About the gold price for World of Warcraft EU or US:(+10% free
Gold!!!)

EU Servers
All Servers Gold 1000+100=USD 20.9 / EUR 19.95
All Servers Gold 1500+150=USD 29.37 / EUR 27.72
All Servers Gold 2000+200=USD 38.28 / EUR 36.54
All Servers Gold 3000+300=USD 56.76 / EUR 54.18
All Servers Gold 4000+400=USD 74.8 / EUR 71.4
All Servers Gold 5000+500=USD 93.5 / EUR 89.25
All Servers Gold 6000+600=USD 110.88 / EUR 105.84
All Servers Gold 8000+800=USD 38.28 / EUR 36.54
All Servers Gold 10000+1000=USD 133.76 / EUR 127.68


1.The Fastest Delivery SPeed on all Servers in 15mins-8 hours since
your payment arrives. We have 2,000,000 gold in stock on EU servers.
The gold can be sent to you in 15mins-8 HOURS.If the delivery is
delayed over 8 hours, you can request a refund.^^

2.On Sale(Special Discounts on some servers) Sometimes, there will be
some servers, with special discounts, with extremely NICE PRice on
some certain servers.


Happy shopping!
Sincerely,

  www.eBankGame.com

E-mail:ebankgame2010@gmail.com
MSN:ebagame2010@msn.com
ICQ:468873592



------------------------------

Date: 25 May 2007 10:56:02 -0700
From: "ebankgame.com" <eBankGame2010@gmail.com>
Subject: www.ebankgame.com buy wow gold rs gold wg k gold
Message-Id: <1180115761.961732.33740@n15g2000prd.googlegroups.com>

About the gold price for World of Warcraft EU or US:(+10% free
Gold!!!)

EU Servers
All Servers Gold 1000+100=USD 20.9 / EUR 19.95
All Servers Gold 1500+150=USD 29.37 / EUR 27.72
All Servers Gold 2000+200=USD 38.28 / EUR 36.54
All Servers Gold 3000+300=USD 56.76 / EUR 54.18
All Servers Gold 4000+400=USD 74.8 / EUR 71.4
All Servers Gold 5000+500=USD 93.5 / EUR 89.25
All Servers Gold 6000+600=USD 110.88 / EUR 105.84
All Servers Gold 8000+800=USD 38.28 / EUR 36.54
All Servers Gold 10000+1000=USD 133.76 / EUR 127.68


1.The Fastest Delivery SPeed on all Servers in 15mins-8 hours since
your payment arrives. We have 2,000,000 gold in stock on EU servers.
The gold can be sent to you in 15mins-8 HOURS.If the delivery is
delayed over 8 hours, you can request a refund.^^

2.On Sale(Special Discounts on some servers) Sometimes, there will be
some servers, with special discounts, with extremely NICE PRice on
some certain servers.


Happy shopping!
Sincerely,

  www.eBankGame.com

E-mail:ebankgame2010@gmail.com
MSN:ebagame2010@msn.com
ICQ:468873592



------------------------------

Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin) 
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>


Administrivia:

#The Perl-Users Digest is a retransmission of the USENET newsgroup
#comp.lang.perl.misc.  For subscription or unsubscription requests, send
#the single line:
#
#	subscribe perl-users
#or:
#	unsubscribe perl-users
#
#to almanac@ruby.oce.orst.edu.  

NOTE: due to the current flood of worm email banging on ruby, the smtp
server on ruby has been shut off until further notice. 

To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.

#To request back copies (available for a week or so), send your request
#to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
#where x is the volume number and y is the issue number.

#For other requests pertaining to the digest, send mail to
#perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
#sending perl questions to the -request address, I don't have time to
#answer them even if I did know the answer.


------------------------------
End of Perl-Users Digest V11 Issue 460
**************************************


home help back first fref pref prev next nref lref last post