The following module was proposed for inclusion in the Module List:

  modid:       Inline::Webchat
  DSLIP:       bdpnp
  description: Inline the webchat in your Perl scripts
  userid:      SIMONW (Simon Wistow)
  chapterid:    2 (Perl_Core_Modules)
  communities:
    YAPC::Europe, HAL2001, london.pm

  similar:

  rationale:

    Gisle Aas' Expect like webchat language is a simple way of
    perfomring common web based tasks such as getting a page, checking
    for links, submitting data to a form and so on.

    This allows you to mix and match Perl with webchat i.e

    use Inline::WebChat; use Data::Dumper;

    print Dumper get_hits ('test query');

    exit 0;

    __WebChat__

    sub get_hits { GET http://www.altavista.com EXPECT OK F q=$_[0]
    CLICK EXPECT OK return @links }

  enteredby:   SIMONW (Simon Wistow)
  enteredon:   Fri Aug 24 15:41:58 2001 GMT

The resulting entry would be:

Inline::
::Webchat         bdpnp Inline the webchat in your Perl scripts      SIMONW


Thanks for registering,
The Pause Team

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=ab000000_17abfb8edf6773ce&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=ab000000_17abfb8edf6773ce&SUBMIT_pause99_add_mod_insertit=1

Reply via email to