Re: is it possiale to regex this

2003-10-05 Thread Zanardi2k3
. If you want to include all alphanumerics plus _ you say [a-zA-Z0-9_] which becomes simply \w, and so on. Again, read perldoc perlre. You may want to add checks for a space before the *. Hope this is a good starting point. -- Zanardi2k3 -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Pattern Matching Operators

2003-10-05 Thread Zanardi2k3
perlop and search for the section named Regexp Quote-Like Operator. -- Zanardi2k3 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Pop3 to SMTP

2003-09-27 Thread Zanardi2k3
it but i missed this feature. Thank you. -- Zanardi2k3 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how to reuse sub

2003-09-27 Thread Zanardi2k3
perl -e print qq(@INC) 2. You should specify full path to your library: require /path/to/mycommon.pl HTH P.S. that said, i suggest you learn something about modules and use them instead of libraries perldoc perlmod perldoc perlmodlib -- Zanardi2k3 -- To unsubscribe, e-mail: [EMAIL PROTECTED

Pop3 to SMTP

2003-09-26 Thread Zanardi2k3
to write it from scratch (hopefully using some module). P.S. our mail server (SeattleLab Mail) only offers the choice to route all of its mail to another server, but we must do this on a per-user basis. Thank you for your time. -- Zanardi2k3 -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Notetab-like Perl editor?

2003-09-14 Thread Zanardi2k3
[EMAIL PROTECTED] (Bob X) wrote: Zanardi2k3 [EMAIL PROTECTED] wrote in message I am in a Windows environment, and i love NotaTab. It is one of the few tools that makes me wonder how could i ever have carried on without it. Only it doesn't do syntax highlighting. Pay the $20 bucks

Re: Do i run a script with do{} or make it a module? Opinions.

2003-08-27 Thread zanardi2k3
su un log informazioni dettagliate sull'operazione NOTA: l'estensione .zip verra' aggiunta in ogni caso al nome del file zip, percio' non scrivere backup.zip altrimenti diventera' backup.zip.zip. USAGE ; exit; } /PERL CODE -- Zanardi2k3 Why do i need you, feet, when i have wings to fly

Re: Do i run a script with do{} or make it a module? Opinions.

2003-08-27 Thread zanardi2k3
. Thank you for your time. P.S. i sent the code in another post. -- Zanardi2k3 Why do i need you, feet, when i have wings to fly? (Frida Kahlo) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Do i run a script with do{} or make it a module? Opinions.

2003-08-26 Thread zanardi2k3
about this. -- Zanardi2k3 Why do i need you, feet, when i have wings to fly? (Frida Kahlo) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Notetab-like Perl editor?

2003-07-27 Thread Zanardi2k3
it exclusively for PERL. Additionally, it has the features you are interested in http://www.ultraedit.com/ Yep, it looks good. I'll try it for a while. Thank you. -- Zanardi2k3 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Notetab-like Perl editor?

2003-07-26 Thread Zanardi2k3
if there is a way to improve NoteTab with this feature, or if there is another editor very similar to NoteTab (i mean appeareance, keys shortcuts, and all) but with this feature included? Thank you for your time. -- Zanardi2k3 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail