On Mon, Sep 08, 2003 at 04:07:47PM -0400, William Barnes wrote:
> #!/usr/bin/perl
> 
> print "What the does this have to do with the use of PERL in libraries?
> \n";
> 
> # end of what.pl

Here's another:

#!/usr/bin/perl

if ( $perl4lib =~ /technology|libraries/i ) { 
    print "the LITA National Forum has lots to do with perl4lib\n";
}

if ( $litaForum =~ /Koha|MyLibrary|z39\.50/i ) { 
    print "Perl is going to be talked about at the LITA Forum!\n";
}

# end of what.pl

The LITA posting is more than welcome here. It looks like it's going to be a 
great conference [1].

//Ed

[1] 
http://www.ala.org/Content/NavigationMenu/LITA/LITA_Events_and_Programs/LITA_National_Forum_2003,_Norfolk,_VA/Programs1/Default3973.htm

Reply via email to