Re: minimalist regular expression

2005-08-26 Thread Paul Lalli
Brian McCauley wrote: > Paul Lalli wrote: > > > > m//; > > > > it matches everything. > > Not in Perl it doesn't. :-) Sure it does provided you haven't tried matching anything else beforehand... Paul Lalli -- http://mail.python.org/mailman/listinfo/python-list

Re: minimalist regular expression

2005-08-26 Thread Paul Lalli
define your problem statement. Sample input, desired output... Paul Lalli -- http://mail.python.org/mailman/listinfo/python-list

Re: [perl-python] 20050125 standard modules

2005-01-25 Thread Paul Lalli
ncluded in your distribution of Perl, run the following command in your shell: perldoc perlmodlib To get a list of non-standard modules that have already been installed, read the documentation for the ExtUtils::Installed module: perldoc ExtUtils::Installed To see what other modules are available