[Israel.pm] talk requests
Ido Perelmutter
ido50 at yahoo.com
Sun Mar 9 17:58:40 EET 2008
I think I can give a presentation about image
manipulation and maybe even a short one about RSS and
Atom, but I will need some time to prepare the talks.
Ido Perelmutter.
--- perl-request at perl.org.il wrote:
> Send Perl mailing list submissions to
> perl at perl.org.il
>
> To subscribe or unsubscribe via the World Wide Web,
> visit
> http://perl.org.il/mailman/listinfo/perl
> or, via email, send a message with subject or body
> 'help' to
> perl-request at perl.org.il
>
> You can reach the person managing the list at
> perl-owner at perl.org.il
>
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of Perl digest..."
> > Today's Topics:
>
> 1. talk requests (Yona Shlomo)
> 2. find urls in html files (Chanan Berler)
> 3. Re: talk requests (Issac Goldstand)
> 4. Re: talk requests (Gabor Szabo)
> 5. Re: find urls in html files (yuval lieberman)
> 6. Re: find urls in html files (Issac Goldstand)
> > From: Yona Shlomo <yona at cs.technion.ac.il>
> To: perl at perl.org.il
> Date: Sat, 8 Mar 2008 20:15:18 +0200 (IST)
> Subject: [Israel.pm] talk requests
>
> Hello,
>
> I have some talk requests. Hopefully, some mongers
> can give
> a talk about one or more of these topics in one of
> the
> upcomming meetings:
>
> 1. Adding an RSS/Atom feed to a web page
> 2. Automating image manipulation in Perl (using
> Gimp/GD/somehting else?!)
>
> Anyone interested to pick up one of these topics
> and give a
> talk about it?
>
> --
> Shlomo Yona
> yona at cs.technion.ac.il
> http://yeda.cs.technion.ac.il/~yona/
>
> > From: "Chanan Berler" <bc.other at gmail.com>
> To: "Perl in Israel" <perl at perl.org.il>
> Date: Sat, 8 Mar 2008 20:39:53 +0200
> Subject: [Israel.pm] find urls in html files
>
> i am kinda new / old to perl programming (only one
> year experience -
> with on and off programming)
> and i am looking for a way to print out all urls
> found on an html file
> i tried m// - without much luck....
> it there a perl module ?
> thanks
> Chanan
>
> --
> ===================
> ---- Chanan Berler ----
> ===================
>
> > From: Issac Goldstand <margol at beamartyr.net>
> To: Perl in Israel <perl at perl.org.il>
> Date: Sat, 08 Mar 2008 20:56:08 +0200
> Subject: Re: [Israel.pm] talk requests
>
>
>
>
> Yona Shlomo wrote:
> > Hello,
> >
> > I have some talk requests. Hopefully, some mongers
> can give
> > a talk about one or more of these topics in one of
> the
> > upcomming meetings:
> >
> > 1. Adding an RSS/Atom feed to a web page
> > 2. Automating image manipulation in Perl (using
> Gimp/GD/somehting else?!)
>
> I have some code that does this at
> http://www.beamartyr.net/jerusalem.pm/imap/imap.html
> - I did a
> presentation on it at Jerusalem.pm (and really don't
> get out to the T.A.
> area often enough to really participate in the
> meetings there, sorry)
>
> Yitzchak
>
> > From: "Gabor Szabo" <szabgab at gmail.com>
> To: "Perl in Israel" <perl at perl.org.il>
> Date: Sat, 8 Mar 2008 21:03:48 +0200
> Subject: Re: [Israel.pm] talk requests
>
> On Sat, Mar 8, 2008 at 8:15 PM, Yona Shlomo
> <yona at cs.technion.ac.il> wrote:
> > Hello,
> >
> > I have some talk requests. Hopefully, some
> mongers can give
> > a talk about one or more of these topics in one
> of the
> > upcomming meetings:
> >
> > 1. Adding an RSS/Atom feed to a web page
> I don't think I'll have time for a talk now -
> perparing myself for the
> Oslo QA Hackathon and the Perl course I am going to
> teach there
> but it is quite simple.
> I am using
> http://search.cpan.org/dist/XML-RSS-SimpleGen/
> and
> http://search.cpan.org/dist/XML-Atom-SimpleFeed/
>
>
> Gabor
>
> > From: "yuval lieberman" <yuvallb at gmail.com>
> To: "Perl in Israel" <perl at perl.org.il>
> Date: Sun, 9 Mar 2008 08:32:55 +0200
> Subject: Re: [Israel.pm] find urls in html files
>
> see the last example in
>
http://www.chandrashekar.info/vault/perl-one-liner-scripts.html
>
> or for a full perl module:
>
http://search.cpan.org/dist/WWW-Mechanize/lib/WWW/Mechanize.pm#$mech-%3Efind_all_links(_..._)
>
>
> On Sat, Mar 8, 2008 at 8:39 PM, Chanan Berler
> <bc.other at gmail.com> wrote:
> > i am kinda new / old to perl programming (only one
> year experience -
> > with on and off programming)
> > and i am looking for a way to print out all urls
> found on an html file
> > i tried m// - without much luck....
> > it there a perl module ?
> > thanks
> > Chanan
> >
> > --
> > ===================
> > ---- Chanan Berler ----
> > ===================
> > _______________________________________________
> > Perl mailing list
> > Perl at perl.org.il
> > http://perl.org.il/mailman/listinfo/perl
> >
>
> > From: Issac Goldstand <margol at beamartyr.net>
> To: Perl in Israel <perl at perl.org.il>
> Date: Sun, 09 Mar 2008 12:29:50 +0200
> Subject: Re: [Israel.pm] find urls in html files
>
>
> See also HTML::LinkExtor
>
> yuval lieberman wrote:
> > see the last example in
> >
>
http://www.chandrashekar.info/vault/perl-one-liner-scripts.html
> >
> > or for a full perl module:
> >
>
http://search.cpan.org/dist/WWW-Mechanize/lib/WWW/Mechanize.pm#$mech-%3Efind_all_links(_..._)
> >
> >
> > On Sat, Mar 8, 2008 at 8:39 PM, Chanan Berler
> <bc.other at gmail.com> wrote:
> >> i am kinda new / old to perl programming (only
> one year experience -
> >> with on and off programming)
> >> and i am looking for a way to print out all urls
> found on an html file
> >> i tried m// - without much luck....
> >> it there a perl module ?
> >> thanks
> >> Chanan
> >>
> >> --
> >> ===================
> >> ---- Chanan Berler ----
> >> ===================
> >> _______________________________________________
> >> Perl mailing list
> >> Perl at perl.org.il
> >> http://perl.org.il/mailman/listinfo/perl
> >>
> > _______________________________________________
> > Perl mailing list
> > Perl at perl.org.il
> > http://perl.org.il/mailman/listinfo/perl
>
> > _______________________________________________
> Perl mailing list
> Perl at perl.org.il
> http://perl.org.il/mailman/listinfo/perl
>
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
More information about the Perl
mailing list