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.

--- [EMAIL PROTECTED] wrote:

> Send Perl mailing list submissions to
>       [email protected]
> 
> 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
>       [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
> 
> 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 <[EMAIL PROTECTED]>
> To: [email protected]
> 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
> [EMAIL PROTECTED]
> http://yeda.cs.technion.ac.il/~yona/
> 
> > From: "Chanan Berler" <[EMAIL PROTECTED]>
> To: "Perl in Israel" <[email protected]>
> 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 <[EMAIL PROTECTED]>
> To: Perl in Israel <[email protected]>
> 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" <[EMAIL PROTECTED]>
> To: "Perl in Israel" <[email protected]>
> 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
> <[EMAIL PROTECTED]> 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" <[EMAIL PROTECTED]>
> To: "Perl in Israel" <[email protected]>
> 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
> <[EMAIL PROTECTED]> 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
> > [email protected]
> > http://perl.org.il/mailman/listinfo/perl
> >
> 
> > From: Issac Goldstand <[EMAIL PROTECTED]>
> To: Perl in Israel <[email protected]>
> 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
> <[EMAIL PROTECTED]> 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
> >> [email protected]
> >> http://perl.org.il/mailman/listinfo/perl
> >>
> > _______________________________________________
> > Perl mailing list
> > [email protected]
> > http://perl.org.il/mailman/listinfo/perl
> 
> > _______________________________________________
> Perl mailing list
> [email protected]
> 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
_______________________________________________
Perl mailing list
[email protected]
http://perl.org.il/mailman/listinfo/perl

Reply via email to