Re: strip empty lines from a files

2001-04-17 Thread Philip Newton
Joseph P. Discenza wrote: > Roee Rubin wrote, on Monday, April 16, 2001 13:19 > : I have a text file that in addition to data has many empty lines. > : > : What is the best and most efficient method to strip out only the > : empty lines out of the file? > > perl -pi.bak "next if /^\s*$/;" your_

Re: Reading in files from a SGI

2001-04-17 Thread Philip Newton
Purcell, Scott wrote: > I have a bunch of TIFF and EPS assets Is that a complicated word for "files" or "pictures"? > that sit outside my NT web server, and reside on a lun on our > SGI server. I want to display some of them On the NT box? Or in a browser accessing the web server? I'll assume t

Re: PPM: package repository has changed?

2001-04-17 Thread Steven Wadding
At 05:02 PM 4/16/01 -0700, Brian McDonald wrote: >What does a guy have to do to get PPM to work again? And why in the world >would >PPM particulars be changed without communicating the fix in some way? Start PPM, and to add the repository type: 'set repository http://www.ActiveState.com/PPMPac

Re: ppm install goes out of memory

2001-04-17 Thread ryddler
RB> Just so you know, I did downloaded and installed ActivePerl 5.6 in the RB> beginning. But a friend told me to stick with 522 so I uninstalled it and RB> installed that 522 version instead. I don't know if some configuration of RB> the 5.6 version was still in the regestry and currupted my 522

Re[2]: image loading from perl

2001-04-17 Thread ryddler
Hello TECKIES.COM, TCOM> print "Content-Type: multipart/x-mixed-replace;boundary=myboundary\n\n"; TCOM> print "--myboundary\n"; TCOM> and then close the boundary. TCOM> But IE seems to have a problem with that and says that I cannot load TCOM> the file due to security reasons. Netscape doesn't h

Re: Assigning Share Permissions

2001-04-17 Thread patrick . mannion
win32-perms (from www.roth.net) does the trick nicely... "Dean Theophilou" <[EMAIL PROTECTED]> on 04/16/2001 09:11:02 PM To: "Perl Users List" <[EMAIL PROTECTED]>, "Perl Admin List" <[EMAIL PROTECTED]> cc:(bcc: Patrick MANNION/us/socgen) Subject: Assigning Share Permissions

encoding for IMAP4??

2001-04-17 Thread Hubris Er
hi, perlers: We are using Mail::IMAPClient to get data from exchange server, but the folder name is encoded.. The folder name is in Chinese, we've tried base64, quoted-printable, still can't find it's encoding method, does anyone know what kind of encoding the Exchange is using? Thanks a lot!

Re: Microsoft Word HTML clean up

2001-04-17 Thread Hermen Lesscher
Get HTML-Kit, it uses HTML Tidy, works great and is easy to configure (many options) http://www.chami.com/html-kit/ Hermen 9-4-01 22:51:28, "Konstantin Naumov" <[EMAIL PROTECTED]> wrote: > > > > Hello! > How to clean up Word HTML? > I want to remove all "unnecessary" tags > Frodo