manipulating X clipboard

2004-02-16 Thread Paul William
Hi, Does anyone know if there are any perl modules that will allow me to manipulate the X clipboard. I have searched cpan.org but didnt find anything. Thanks Paul -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Perl - HowTo operating with large file?

2003-09-26 Thread Paul William
why not read the file line by line and then simply match each line with /$something/, disgarding any lines which do not match /$something/. If you wanted to could push all matching lines into and array. Cheers Paul On Fri, 2003-09-26 at 18:52, Juris wrote: I have one small problem! HowTo